mirror of https://github.com/texmacs/doc.git
62 lines
1.7 KiB
Tcl
62 lines
1.7 KiB
Tcl
<TeXmacs|1.0.1.13>
|
|
|
|
<style|tmdoc>
|
|
|
|
<\body>
|
|
<expand|tmdoc-title|Writing your own initialization files>
|
|
|
|
When starting up, <apply|TeXmacs> executes the file
|
|
|
|
<\verbatim>
|
|
\ \ \ \ $TEXMACS_PATH/progs/init-texmacs.scm
|
|
</verbatim>
|
|
|
|
as well as your personal initialization file
|
|
|
|
<\verbatim>
|
|
\ \ \ \ $TEXMACS_HOME_PATH/progs/my-init-texmacs.scm
|
|
</verbatim>
|
|
|
|
if it exists. By default, the path <verbatim|$TEXMACS_HOME_PATH> equals
|
|
<verbatim|.TeXmacs>. Similarly, each time you create a new buffer, the file
|
|
|
|
<\verbatim>
|
|
\ \ \ \ $TEXMACS_PATH/progs/init-buffer.scm
|
|
</verbatim>
|
|
|
|
is executed, as well as
|
|
|
|
<\verbatim>
|
|
\ \ \ \ $TEXMACS_HOME_PATH/progs/my-init-buffer.scm
|
|
</verbatim>
|
|
|
|
if it exists.
|
|
|
|
<apply|tmdoc-copyright|1998--2002|Joris van der Hoeven>
|
|
|
|
<expand|tmdoc-license|Permission is granted to copy, distribute and/or
|
|
modify this document under the terms of the GNU Free Documentation License,
|
|
Version 1.1 or any later version published by the Free Software Foundation;
|
|
with no Invariant Sections, with no Front-Cover Texts, and with no
|
|
Back-Cover Texts. A copy of the license is included in the section entitled
|
|
"GNU Free Documentation License".>
|
|
</body>
|
|
|
|
<\initial>
|
|
<\collection>
|
|
<associate|paragraph width|150mm>
|
|
<associate|odd page margin|30mm>
|
|
<associate|shrinking factor|4>
|
|
<associate|page right margin|30mm>
|
|
<associate|page top margin|30mm>
|
|
<associate|reduction page right margin|25mm>
|
|
<associate|page type|a4>
|
|
<associate|reduction page bottom margin|15mm>
|
|
<associate|even page margin|30mm>
|
|
<associate|reduction page left margin|25mm>
|
|
<associate|page bottom margin|30mm>
|
|
<associate|reduction page top margin|15mm>
|
|
<associate|language|english>
|
|
</collection>
|
|
</initial>
|