~registry/texmacs/trunk

« back to all changes in this revision

Viewing changes to src/TeXmacs/packages/program/program.ts

  • Committer: mgubi
  • Date: 2009-06-04 15:13:41 UTC
  • Revision ID: svn-v4:64cb5145-927a-446d-8aed-2fb7b4773692:trunk:2717
Support for X11 TeXmacs.app on Mac

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<TeXmacs|1.0.7.2>
 
2
 
 
3
<style|source>
 
4
 
 
5
<\body>
 
6
  <active*|<\src-title>
 
7
    <src-package|program|1.0>
 
8
 
 
9
    <\src-purpose>
 
10
      Some environments for typesetting algorithms. This package is very
 
11
      simplistic and should be replaced by something more elaborate in the
 
12
      future.
 
13
    </src-purpose>
 
14
 
 
15
    <src-copyright|1998--2004|Joris van der Hoeven>
 
16
 
 
17
    <\src-license>
 
18
      This software falls under the <hlink|GNU general public license,
 
19
      version 3 or later|$TEXMACS_PATH/LICENSE>. It comes WITHOUT ANY
 
20
      WARRANTY WHATSOEVER. You should have received a copy of the license
 
21
      which the software. If not, see <hlink|http://www.gnu.org/licenses/gpl-3.0.html|http://www.gnu.org/licenses/gpl-3.0.html>.
 
22
    </src-license>
 
23
  </src-title>>
 
24
 
 
25
  <assign|algo|<macro|name|<with|font-family|tt|math-font-family|ttt|<arg|name>>>>
 
26
 
 
27
  <assign|algorithm|<macro|name|body|<surround|<vspace*|1fn>|<vspace|1fn><right-flush>|<with|par-first|0cm|<surround|<with|font-series|bold|<translate|Algorithm|english|<language>>>
 
28
  <algo|<arg|name>>||<with|item*|<macro|what|<with|font-series|bold|math-font-series|bold|<arg|what>
 
29
  >>|<arg|body>>>>>>>
 
30
 
 
31
  <assign|body|<macro|body|<surround|<vspace*|0.5fn>||<with|item*|<macro|name|<vspace*|0.5fn><with|font-series|bold|math-font-series|bold|<arg|name>
 
32
  >>|<arg|body>>>>>
 
33
 
 
34
  <assign|indent|<macro|body|<with|par-left|<plus|<value|par-left>|1.5fn>|<arg|body>>>>
 
35
 
 
36
  <assign|pile|<macro|x|<tformat|<twith|table-valign|C>|<twith|table-width|1par>|<cwith|1|-1|1|-1|cell-halign|l>|<cwith|1|-1|1|-1|cell-lsep|0spc>|<cwith|1|-1|1|-1|cell-rsep|0spc>|<cwith|1|-1|1|-1|cell-bsep|0.5sep>|<cwith|1|-1|1|-1|cell-tsep|0.5sep>|<cwith|1|1|1|-1|cell-tsep|0sep>|<cwith|-1|-1|1|-1|cell-bsep|0sep>|<cwith|1|-1|-1|-1|cell-hpart|1>|<cwith|1|-1|-1|-1|cell-hyphen|t>|<arg|x>>>>
 
37
 
 
38
  \;
 
39
</body>
 
40
 
 
41
<\initial>
 
42
  <\collection>
 
43
    <associate|preamble|true>
 
44
  </collection>
 
45
</initial>
 
 
b'\\ No newline at end of file'