More robust lengths
[texmacs.git] / doc / main / scheme / man-initialization.en.tm
blob4e4be369fe4a5cddeb9e8e2e39c5ae4d491cf66d
1 <TeXmacs|1.0.1.13>
3 <style|tmdoc>
5 <\body>
6   <expand|tmdoc-title|Writing your own initialization files>
8   When starting up, <apply|TeXmacs> executes the file
10   <\verbatim>
11     \ \ \ \ $TEXMACS_PATH/progs/init-texmacs.scm
12   </verbatim>
14   as well as your personal initialization file
16   <\verbatim>
17     \ \ \ \ $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm
18   </verbatim>
20   if it exists. By default, the path <verbatim|$TEXMACS_HOME_PATH> equals
21   <verbatim|.TeXmacs>. Similarly, each time you create a new buffer, the file
23   <\verbatim>
24     \ \ \ \ $TEXMACS_PATH/progs/init-buffer.scm
25   </verbatim>
27   is executed, as well as
29   <\verbatim>
30     \ \ \ \ $TEXMACS_HOME_PATH/progs/my-init-buffer.scm
31   </verbatim>
33   if it exists.
35   <apply|tmdoc-copyright|1998--2002|Joris van der Hoeven>
37   <expand|tmdoc-license|Permission is granted to copy, distribute and/or
38   modify this document under the terms of the GNU Free Documentation License,
39   Version 1.1 or any later version published by the Free Software Foundation;
40   with no Invariant Sections, with no Front-Cover Texts, and with no
41   Back-Cover Texts. A copy of the license is included in the section entitled
42   "GNU Free Documentation License".>
43 </body>
45 <\initial>
46   <\collection>
47     <associate|paragraph width|150mm>
48     <associate|odd page margin|30mm>
49     <associate|shrinking factor|4>
50     <associate|page right margin|30mm>
51     <associate|page top margin|30mm>
52     <associate|reduction page right margin|25mm>
53     <associate|page type|a4>
54     <associate|reduction page bottom margin|15mm>
55     <associate|even page margin|30mm>
56     <associate|reduction page left margin|25mm>
57     <associate|page bottom margin|30mm>
58     <associate|reduction page top margin|15mm>
59     <associate|language|english>
60   </collection>
61 </initial>