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

« back to all changes in this revision

Viewing changes to TeXmacs/packages/section/section-generic.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.0.17>
 
2
 
 
3
<style|section-automatic-short>
 
4
 
 
5
<\body>
 
6
  <assign|section-letter-package|1.0>
 
7
 
 
8
  <assign|section-latex-dtd|1.0>
 
9
 
 
10
  \;
 
11
 
 
12
  Chapters
 
13
 
 
14
  <assign|chapter*|<macro|name|<vspace*|2fn><with|paragraph mode|center|math
 
15
  font series|bold|font series|bold|font size|1.68|<arg|name>><vspace|1fn><fo\
 
16
  rmat|no page break after>>>
 
17
 
 
18
  <assign|chapter**|<macro|chapname|name|<expand|chapter*|<arg|chapname>.<spa\
 
19
  ce|2spc><arg|name>>>>
 
20
 
 
21
  <assign|chapter|<macro|name|<apply|toc-main-2|<arg|name>><expand|chapter*|<\
 
22
  arg|name>>>>
 
23
 
 
24
  <assign|appendix|<macro|name|<apply|toc-main-2|<translate|Appendix:|english\
 
25
  |<value|language>> <arg|name>><expand|chapter*|<translate|Appendix:|english\
 
26
  |<value|language>> <arg|name>>>>
 
27
 
 
28
  \;
 
29
 
 
30
  Sections, subsections and subsubsections
 
31
 
 
32
  <assign|section*|<macro|name|<vspace*|1.5fn><with|math font
 
33
  series|bold|font series|bold|font size|1.41|<arg|name>><vspace|0.5fn><forma\
 
34
  t|no page break after>>>
 
35
 
 
36
  <assign|section|<macro|name|<apply|toc-normal-1|<arg|name>><expand|section*\
 
37
  |<arg|name>>>>
 
38
 
 
39
  <assign|subsection*|<macro|name|<vspace*|1fn><with|math font
 
40
  series|bold|font series|bold|font size|1.19|<arg|name>><vspace|0.3333fn><fo\
 
41
  rmat|no page break after>>>
 
42
 
 
43
  <assign|subsection|<macro|name|<apply|toc-normal-2|<arg|name>><expand|subse\
 
44
  ction*|<arg|name>>>>
 
45
 
 
46
  <assign|subsubsection*|<macro|name|<vspace*|0.75fn><with|math font
 
47
  series|bold|font series|bold|<arg|name>><vspace|0.25fn><format|no page
 
48
  break after>>>
 
49
 
 
50
  <assign|subsubsection|<macro|name|<apply|toc-normal-3|<arg|name>><expand|su\
 
51
  bsubsection*|<arg|name>>>>
 
52
 
 
53
  \;
 
54
 
 
55
  Paragraphs and subparagraphs
 
56
 
 
57
  <assign|paragraph*|<macro|name|<vspace*|0.5fn><with|math font
 
58
  series|bold|font series|bold|<arg|name>> >>
 
59
 
 
60
  <assign|paragraph|<macro|name|<apply|toc-small-1|<arg|name>><expand|paragra\
 
61
  ph*|<arg|name>>>>
 
62
 
 
63
  <assign|subparagraph*|<macro|name|<vspace*|0.25fn><with|math font
 
64
  series|bold|font series|bold|<arg|name>> >>
 
65
 
 
66
  <assign|subparagraph|<macro|name|<apply|toc-small-2|<arg|name>><expand|subp\
 
67
  aragraph*|<arg|name>>>>
 
68
 
 
69
  \;
 
70
</body>
 
71
 
 
72
<\initial>
 
73
  <\collection>
 
74
    <associate|preamble|true>
 
75
    <associate|paragraph width|150mm>
 
76
    <associate|odd page margin|30mm>
 
77
    <associate|shrinking factor|4>
 
78
    <associate|page right margin|30mm>
 
79
    <associate|page top margin|30mm>
 
80
    <associate|reduction page right margin|25mm>
 
81
    <associate|reduction page bottom margin|15mm>
 
82
    <associate|page type|a4>
 
83
    <associate|reduction page left margin|25mm>
 
84
    <associate|even page margin|30mm>
 
85
    <associate|page bottom margin|30mm>
 
86
    <associate|reduction page top margin|15mm>
 
87
  </collection>
 
88
</initial>