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

« back to all changes in this revision

Viewing changes to TeXmacs/packages/program/session.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.1.21>
 
2
 
 
3
<\body>
 
4
  <assign|session-package|1.0>
 
5
 
 
6
  <assign|session-dtd|1.0>
 
7
 
 
8
  \;
 
9
 
 
10
  <assign|session|<macro|body|<expand|<if|<provides|<merge|<apply|prog
 
11
  language>|-session>>|<merge|<apply|prog
 
12
  language>|-session>|generic-session>|<arg|name>|<arg|body>>>>
 
13
 
 
14
  <assign|generic-session|<macro|name|body|<surround|<vspace*|0.5fn>|<vspace|0.5fn>|<with|first
 
15
  indentation|0fn|interparagraph space|0fn|<arg|body>>>>>
 
16
 
 
17
  <assign|input|<macro|prompt|body|<with|mode|prog|<expand|<if|<provides|<merge|<apply|prog
 
18
  language>|-input>>|<merge|<apply|prog language>|-input>|generic-input>|<arg|prompt>|<arg|body>>>>>
 
19
 
 
20
  <assign|id-function|<func|x|<apply|x>>>
 
21
 
 
22
  <assign|generic-input|<\macro|prompt|body>
 
23
    <tabular|<tformat|<twith|table width|1par>|<cwith|1|1|2|2|cell
 
24
    hpart|1>|<cwith|1|1|1|1|cell lsep|0fn>|<cwith|1|1|1|1|cell
 
25
    rsep|0fn>|<cwith|1|1|2|2|cell lsep|0fn>|<cwith|1|1|2|2|cell
 
26
    rsep|0fn>|<cwith|1|1|2|2|cell hyphen|t>|<twith|table
 
27
    hyphen|y>|<table|<row|<cell|<apply|id-function|<arg|prompt>>>|<\cell>
 
28
      <with|color|blue|formula style|true|<arg|body>>
 
29
    </cell>>>>>
 
30
  </macro>>
 
31
 
 
32
  <assign|output|<macro|body|<with|mode|prog|<expand|<if|<provides|<merge|<apply|prog
 
33
  language>|-output>>|<merge|<apply|prog language>|-output>|generic-output>|<arg|body>>>>>
 
34
 
 
35
  <assign|generic-output*|<macro|body|<with|paragraph mode|left|formula
 
36
  style|true|<arg|body>>>>
 
37
 
 
38
  <assign|generic-output|<macro|body|<surround|<vspace*|0.5fn>|<apply|rightflush><vspace|0.5fn>|<with|left
 
39
  margin|<plus|<apply|left margin>|1.5fn>|<expand|generic-output*|<arg|body>>>>>>
 
40
 
 
41
  <assign|textput|<macro|body|<expand|<if|<provides|<merge|<apply|prog
 
42
  language>|-textput>>|<merge|<apply|prog
 
43
  language>|-textput>|generic-textput>|<arg|body>>>>
 
44
 
 
45
  <assign|generic-textput|<macro|body|<surround||<apply|rightflush>|<arg|body>>>>
 
46
 
 
47
  <assign|errput|<macro|body|<expand|<if|<provides|<merge|<apply|prog
 
48
  language>|-errput>>|<merge|<apply|prog language>|-textput>|generic-errput>|<arg|body>>>>
 
49
 
 
50
  <assign|generic-errput|<macro|body|<surround||<apply|rightflush>|<with|color|red|<arg|body>>>>>
 
51
 
 
52
  \;
 
53
</body>
 
54
 
 
55
<\initial>
 
56
  <\collection>
 
57
    <associate|preamble|true>
 
58
    <associate|odd page margin|30mm>
 
59
    <associate|paragraph width|150mm>
 
60
    <associate|shrinking factor|4>
 
61
    <associate|page right margin|30mm>
 
62
    <associate|page top margin|30mm>
 
63
    <associate|reduction page right margin|25mm>
 
64
    <associate|reduction page bottom margin|15mm>
 
65
    <associate|page type|a4>
 
66
    <associate|reduction page left margin|25mm>
 
67
    <associate|even page margin|30mm>
 
68
    <associate|page bottom margin|30mm>
 
69
    <associate|reduction page top margin|15mm>
 
70
  </collection>
 
71
</initial>