Upgrade to version 1.0.7.5
[texmacs.git] / src / TeXmacs / packages / customize / two-columns.ts
blobe2829afb0e05fa93d040011ea9ecfcb75a1ace1b
1 <TeXmacs|1.0.4.7>
3 <style|<tuple|source|std-pattern>>
5 <\body>
6   <active*|<\src-title>
7     <src-package-dtd|two-columns|1.0|two-columns|1.0>
9     <\src-purpose>
10       Standard customization for two column styles
11     </src-purpose>
13     <src-copyright|1998--2004|Joris van der Hoeven>
15     <\src-license>
16       This software falls under the <hlink|GNU general public
17       license, version 3 or later|$TEXMACS_PATH/LICENSE>.
18       It comes WITHOUT ANY WARRANTY WHATSOEVER.
19       You should have received a copy of the license which the software.
20       If not, see <hlink|http://www.gnu.org/licenses/gpl-3.0.html|http://www.gnu.org/licenses/gpl-3.0.html>.
21     </src-license>
22   </src-title>>
24   <assign|par-columns|2>
26   <\active*>
27     <\src-comment>
28       Titles.
29     </src-comment>
30   </active*>
32   <assign|doc-make-title-2col|<value|doc-make-title>>
34   <assign|doc-make-title|<\macro|body>
35     <\with|par-columns|1>
36       <doc-make-title-2col|<arg|body>>
38       \;
39     </with>
40   </macro>>
42   <assign|doc-footnote|<macro|body|<style-with|src-compact|none|<if|<unequal|<get-arity|<quote-arg|body>>|0>|<quasi|<with|par-columns|1|<style-with|src-compact|none|<render-footnote|<unquote|<doc-author-note-next>>|<arg|body|0><map-args|doc-footnote-sub|concat|body|1>>>>>>>>>
44   <\active*>
45     <\src-comment>
46       Big figures.
47     </src-comment>
48   </active*>
50   <assign|render-big-figure-2col|<value|render-big-figure>>
52   <assign|render-big-figure|<\macro|type|name|fig|cap>
53     <\with|par-columns|1>
54       <render-big-figure-2col|<arg|type>|<arg|name>|<arg|fig>|<arg|cap>>
55     </with>
56   </macro>>
58   \;
59 </body>
61 <\initial>
62   <\collection>
63     <associate|preamble|true>
64   </collection>
65 </initial>