More robust lengths
[texmacs.git] / doc / main / scheme / man-introduction.en.tm
blob1ac70d2ac14d616d5c7177c8cf646ee810830e2d
1 <TeXmacs|1.0.0.8>
3 <style|tmdoc>
5 <\body>
6   <expand|tmdoc-title|Introduction>
8   Like <name|Emacs>, <apply|TeXmacs> comes with a <name|Lisp>-like extension
9   language, namely the <with|font shape|small-caps|Guile Scheme> dialect from
10   the <with|font shape|small-caps|Gnome> project. For documentation about
11   <with|font shape|small-caps|Guile Scheme>, we refer to\ 
13   <\verbatim>
14     \ \ \ http://www.gnu.org/software/guile/guile.html
15   </verbatim>
17   <apply|scheme> has the advantage that it may be extended with extern C and
18   C++ types and routines. In our case, we have extended <apply|scheme> with
19   routines which you can use to create your own menus and key-combinations,
20   and even to write your own extensions to <apply|TeXmacs>.
22   If you have downloaded the source files of <apply|TeXmacs>, then it may be
23   interesting for you to take a look at the files\ 
25   <\verbatim>
26     \ \ \ Guile/Glue/build-glue-basic.scm<format|next line>
27     \ \ Guile/Glue/build-glue-editor.scm<format|next line>
28     \ \ Guile/Glue/build-glue-server.scm
29   </verbatim>
31   These three ``glue'' files contain the C++ routines, which are visible
32   within <apply|scheme>. In what follows, we will discuss some of the most
33   important routines. We plan to write a more complete reference guide later.
34   You may also take a look at the scheme <verbatim|.scm> files in the
35   directory <verbatim|$TEXMACS_PATH/progs>.
37   <apply|tmdoc-copyright|1998--2002|Joris van der Hoeven>
39   <expand|tmdoc-license|Permission is granted to copy, distribute and/or
40   modify this document under the terms of the GNU Free Documentation License,
41   Version 1.1 or any later version published by the Free Software Foundation;
42   with no Invariant Sections, with no Front-Cover Texts, and with no
43   Back-Cover Texts. A copy of the license is included in the section entitled
44   "GNU Free Documentation License".>
45 </body>
47 <\initial>
48   <\collection>
49     <associate|paragraph width|150mm>
50     <associate|odd page margin|30mm>
51     <associate|shrinking factor|4>
52     <associate|page right margin|30mm>
53     <associate|page top margin|30mm>
54     <associate|reduction page right margin|25mm>
55     <associate|page type|a4>
56     <associate|reduction page bottom margin|15mm>
57     <associate|even page margin|30mm>
58     <associate|reduction page left margin|25mm>
59     <associate|page bottom margin|30mm>
60     <associate|reduction page top margin|15mm>
61     <associate|language|english>
62   </collection>
63 </initial>