~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to TeXmacs/packages/environment/env-theorem.ts

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2004-04-19 20:34:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040419203400-g4e34ih0315wcn8v
Tags: upstream-1.0.3-R2
ImportĀ upstreamĀ versionĀ 1.0.3-R2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<TeXmacs|1.0.2.9>
 
2
 
 
3
<\body>
 
4
  <assign|env-theorem-package|1.0>
 
5
 
 
6
  <assign|env-theorem-dtd|1.0>
 
7
 
 
8
  \;
 
9
 
 
10
  <assign|theoremname|<macro|name|<with|font-series|bold|<arg|name>>>>
 
11
 
 
12
  <assign|exercisename|<macro|name|<with|font-series|bold|<arg|name>>>>
 
13
 
 
14
  <assign|theoremsep|<macro|. >>
 
15
 
 
16
  <assign|exercisesep|<macro|. >>
 
17
 
 
18
  \;
 
19
 
 
20
  <assign|theorem*|<macro|which|body|<surround|<vspace*|1fn><no-indent><theoremname|<arg|which><theoremsep>>|<rightflush><vspace|1fn>|<with|font-shape|italic|<arg|body>>>>>
 
21
 
 
22
  <assign|remark*|<macro|which|body|<theorem*|<arg|which>|<with|font-shape|right|<arg|body>>>>>
 
23
 
 
24
  <assign|exercise*|<macro|which|body|<surround|<vspace*|0.5fn><no-indent>|<rightflush><vspace|0.5fn>|<with|par-left|<plus|<value|par-left>|1.5fn>|font-size|0.84|<surround|<exercisename|<arg|which><exercisesep>>||<arg|body>>>>>>
 
25
 
 
26
  <assign|proof*|<macro|which|body|<surround|<vspace*|1fn><no-indent><theoremname|<arg|which><theoremsep>>|<space|0.5fn><rightflush><with|mode|math|\<box\>><vspace|1fn>|<arg|body>>>>
 
27
 
 
28
  \;
 
29
 
 
30
  <assign|dueto|<macro|name|<with|font-shape|right|<theoremname|(<arg|name>)
 
31
  >>>>
 
32
 
 
33
  <assign|corollary*|<macro|body|<theorem*|<translate|Corollary|english|<language>>|<arg|body>>>>
 
34
 
 
35
  <assign|proof|<\macro|body>
 
36
    <proof*|<translate|Proof|english|<language>>|<arg|body>>
 
37
  </macro>>
 
38
 
 
39
  \;
 
40
</body>
 
41
 
 
42
<\initial>
 
43
  <\collection>
 
44
    <associate|preamble|true>
 
45
    <associate|page-even|30mm>
 
46
    <associate|page-reduce-bot|15mm>
 
47
    <associate|page-reduce-right|25mm>
 
48
    <associate|page-reduce-left|25mm>
 
49
    <associate|sfactor|4>
 
50
    <associate|page-top|30mm>
 
51
    <associate|page-right|30mm>
 
52
    <associate|par-width|150mm>
 
53
    <associate|page-odd|30mm>
 
54
    <associate|page-bot|30mm>
 
55
    <associate|page-reduce-top|15mm>
 
56
  </collection>
 
57
</initial>
 
 
b'\\ No newline at end of file'