1
0
Fork 0
This commit is contained in:
Joris van der Hoeven 2011-09-01 22:57:35 +00:00
parent b547bd454c
commit 604c7874ae
5 changed files with 96 additions and 349 deletions

View File

@ -1,15 +1,15 @@
<TeXmacs|1.0.2.11> <TeXmacs|1.0.7.12>
<style|tmdoc> <style|tmdoc>
<\body> <\body>
<tmdoc-title|Using <name|cvs>> <tmdoc-title|Using <name|SVN>>
The present <TeXmacs> documentation is currently maintained on The present <TeXmacs> documentation is currently maintained on
<verbatim|texmacs.org> using <name|cvs> (Concurrent Version System). In <verbatim|texmacs.org> using <name|SVN>. In order to contribute, you should
order to contribute, you should first create an account as explained on first create an account as explained on
<verbatim| \ \ \ <hlink|http://www.texmacs.org/tmweb/download/cvs.en.html|http://www.texmacs.org/tmweb/download/cvs.en.html>> <verbatim| \ \ \ <hlink|http://www.texmacs.org/tmweb/download/svn.en.html|http://www.texmacs.org/tmweb/download/cvs.en.html>>
In fact, the <name|cvs> system is not ideal for our documentation purpose, In fact, the <name|cvs> system is not ideal for our documentation purpose,
because it is not very dynamic. In the future, we plan to create a because it is not very dynamic. In the future, we plan to create a
@ -29,18 +29,6 @@
<\initial> <\initial>
<\collection> <\collection>
<associate|page-even|30mm>
<associate|page-reduce-bot|15mm>
<associate|page-reduce-right|25mm>
<associate|page-reduce-left|25mm>
<associate|sfactor|4>
<associate|page-top|30mm>
<associate|page-type|a4>
<associate|page-right|30mm>
<associate|par-width|150mm>
<associate|page-odd|30mm>
<associate|page-bot|30mm>
<associate|language|english> <associate|language|english>
<associate|page-reduce-top|15mm>
</collection> </collection>
</initial> </initial>

View File

@ -1,9 +1,9 @@
<TeXmacs|1.0.0.17> <TeXmacs|1.0.7.12>
<style|tmdoc> <style|tmdoc>
<\body> <\body>
<expand|tmdoc-title|Contribute to the GNU <TeXmacs> documentation> <tmdoc-title|Contribute to the GNU <TeXmacs> documentation>
There is a high need for good documentation on <TeXmacs> as well as people There is a high need for good documentation on <TeXmacs> as well as people
who are willing to translate the existing documentation into other who are willing to translate the existing documentation into other
@ -12,45 +12,31 @@
documentation. documentation.
<\traverse> <\traverse>
<branch|Introduction|introduction|introduction.en.tm> <branch|Introduction|introduction.en.tm>
<branch|Using <name|cvs>|using cvs|cvs.en.tm> <branch|Using <name|SVN>|cvs.en.tm>
<branch|Directories and file names|file names|file-names.en.tm> <branch|Directories and file names|file-names.en.tm>
<branch|Copyright information and the license|copyright|copyright.en.tm> <branch|Copyright information and the license|copyright.en.tm>
<branch|Automatic traversal of the documentation|traversal|traversal.en.t\ <branch|Automatic traversal of the documentation|traversal.en.tm>
m>
<branch|More about the tmdoc document style|tmdoc <branch|More about the tmdoc document style|tmdoc-style.en.tm>
style|tmdoc-style.en.tm>
</traverse> </traverse>
<apply|tmdoc-copyright|1998--2002|Joris van der Hoeven> <tmdoc-copyright|1998--2002|Joris van der Hoeven>
<expand|tmdoc-license|Permission is granted to copy, distribute and/or <tmdoc-license|Permission is granted to copy, distribute and/or modify this
modify this document under the terms of the GNU Free Documentation License, document under the terms of the GNU Free Documentation License, Version 1.1
Version 1.1 or any later version published by the Free Software Foundation; or any later version published by the Free Software Foundation; with no
with no Invariant Sections, with no Front-Cover Texts, and with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Back-Cover Texts. A copy of the license is included in the section entitled Texts. A copy of the license is included in the section entitled "GNU Free
"GNU Free Documentation License".> Documentation License".>
</body> </body>
<\initial> <\initial>
<\collection> <\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> <associate|language|english>
</collection> </collection>
</initial> </initial>

View File

@ -1,25 +1,20 @@
<TeXmacs|1.0.0.5> <TeXmacs|1.0.7.12>
<style|tmdoc> <style|tmdoc>
<\body> <\body>
<expand|tmdoc-title|Conventions for the names of files> <tmdoc-title|Conventions for the names of files>
Most documentation should be organized as a function of the topic in a Most documentation should be organized as a function of the topic in a
directory tree. The subdirectories of the top directory are the following: directory tree. The subdirectories of the top directory are the following:
<\description> <\description>
<expand|item*|devel>Documentation for developers. <item*|about>Various information about the <TeXmacs> system (authors,
changes, <abbr|etc.>).
<expand|item*|examples>Examples of <TeXmacs> documents. <item*|devel>Documentation for developers.
<expand|item*|incoming>Incoming documentation, which is still a bit <item*|main>The main documentation.
experimental.
<expand|item*|main>The main documentation.
<expand|item*|meta>How to write documentation and the compilation of
documentation.
</description> </description>
Please try to keep the number of entries per directory reasonably small. Please try to keep the number of entries per directory reasonably small.
@ -31,11 +26,9 @@
following: following:
<\description> <\description>
<expand|item*|adv>Documentation for advanced users. <item*|man>For inclusion in the <TeXmacs> manual.
<expand|item*|man>For inclusion in the <TeXmacs> manual. <item*|tut>For inclusion in the <TeXmacs> tutorial.
<expand|item*|tut>For inclusion in the <TeXmacs> tutorial.
</description> </description>
You should try to keep the documentation on the same topic together, You should try to keep the documentation on the same topic together,
@ -49,30 +42,18 @@
<verbatim|man-keyboard.en.tm> should not be translated as <verbatim|man-keyboard.en.tm> should not be translated as
<verbatim|man-clavier.fr.tm>. <verbatim|man-clavier.fr.tm>.
<apply|tmdoc-copyright|1998--2002|Joris van der Hoeven> <tmdoc-copyright|1998--2002|Joris van der Hoeven>
<expand|tmdoc-license|Permission is granted to copy, distribute and/or <tmdoc-license|Permission is granted to copy, distribute and/or modify this
modify this document under the terms of the GNU Free Documentation License, document under the terms of the GNU Free Documentation License, Version 1.1
Version 1.1 or any later version published by the Free Software Foundation; or any later version published by the Free Software Foundation; with no
with no Invariant Sections, with no Front-Cover Texts, and with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Back-Cover Texts. A copy of the license is included in the section entitled Texts. A copy of the license is included in the section entitled "GNU Free
"GNU Free Documentation License".> Documentation License".>
</body> </body>
<\initial> <\initial>
<\collection> <\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> <associate|language|english>
</collection> </collection>
</initial> </initial>

View File

@ -1,4 +1,4 @@
<TeXmacs|1.0.5.10> <TeXmacs|1.0.7.12>
<style|tmdoc> <style|tmdoc>
@ -11,9 +11,7 @@
enough examples and illustrative screen shots whenever adequate. Although enough examples and illustrative screen shots whenever adequate. Although
the documentation is not necessarily meant to be complete, we do aim at the documentation is not necessarily meant to be complete, we do aim at
providing relatively stable documentation. In particular, you should have providing relatively stable documentation. In particular, you should have
checked your text against spelling errors. The more experimental checked your text against spelling errors.
documentation should be put in the <verbatim|incoming> directory or on the
<hyper-link|<TeXmacs> Wiki|http://alqua.com/tmresources>.
It is also important that you give your documentation as much structure as It is also important that you give your documentation as much structure as
possible, using special markup from the <tmstyle|tmdoc> style file. This possible, using special markup from the <tmstyle|tmdoc> style file. This
@ -21,9 +19,9 @@
from your documentation, to make it suitable for different ways of viewing, from your documentation, to make it suitable for different ways of viewing,
or to make it possible to efficiently search a certain type of information or to make it possible to efficiently search a certain type of information
in the documentation. In particular, you should always provide in the documentation. In particular, you should always provide
<hyper-link|copyright and license|copyright.en.tm><inactive|> information, <hlink|copyright and license|copyright.en.tm><inactive|> information, as
as well as indications on how to <hyper-link|traverse|traversal.en.tm> your well as indications on how to <hlink|traverse|traversal.en.tm> your
documentation, if it contains <hyper-link|many files|file-names.en.tm>. documentation, if it contains <hlink|many files|file-names.en.tm>.
<\warning> <\warning>
Don't forget to select <menu|Document|Language|Your language> for each Don't forget to select <menu|Document|Language|Your language> for each

View File

@ -1,40 +1,38 @@
<TeXmacs|1.0.1.20> <TeXmacs|1.0.7.12>
<style|tmdoc> <style|tmdoc>
<\body> <\body>
<expand|tmdoc-title|Using the tmdoc style> <tmdoc-title|Using the tmdoc style>
Besides the <apply|hyper-link|copyright information|copyright.en.tm> macros Besides the <hlink|copyright information|copyright.en.tm> macros and
and <apply|hyper-link|traversal macros|traversal.en.tm>, which have been <hlink|traversal macros|traversal.en.tm>, which have been documented
documented before, the <tmstyle|tmdoc> style comes with a certain number of before, the <tmstyle|tmdoc> style comes with a certain number of other
other macros and functions, which you should use whenever appropriate: macros and functions, which you should use whenever appropriate:
<\description> <\description>
<expand|item*|<markup|key>>This macro is used to indicate keyboard input <item*|<markup|shortcut>>This macro is used to indicate a keyboard
like <shortcut|(save-buffer)>. The specialized macros <markup|kbd-gen>, shortcut for a <scheme> command. For instance, the shortcut for
<markup|kbd-text>, <markup|kbd-math>, <markup|kbd-symb>, <scm|(new-buffer)> is <shortcut|(new-buffer)>.
<markup|kbd-big>, <markup|kbd-large>, <markup|kbd-ia>, <markup|kbd-exec>
and <markup|kbd-table> are used for keyboard input corresponding to a
specific type of action or mode. For instance, <markup|kbd-math>
corresponds to keyboard shortcuts for mathematical operations, such as
<key|math f>, which starts a fraction.
<expand|item*|<markup|menu>>This function with an arbitrary number of <item*|<markup|key>>This unary macro is used for explicit keyboard input.
arguments indicates a menu like <apply|menu|File> or For instance, when giving <rigid|<verbatim|A C-b return>> as argument,
<apply|menu|Document|Language>. Menu entries are automatically translated the result is <key|A C-b return>.
by this function.
<expand|item*|<markup|markup>>This macro is used in order to indicate a <item*|<markup|menu>>This function with an arbitrary number of arguments
macro or a function like <markup|section>. indicates a menu like <menu|File> or <menu|Document|Language>. Menu
entries are automatically translated by this function.
<expand|item*|<markup|tmstyle>>This macro indicates the name of a <item*|<markup|markup>>This macro is used in order to indicate a macro or
<TeXmacs> style file or package like <tmstyle|article>. a function like <markup|section>.
<expand|item*|<markup|tmpackage>>This macro indicates the name of a <item*|<markup|tmstyle>>This macro indicates the name of a <TeXmacs>
<TeXmacs> package like <tmpackage|std-markup>. style file or package like <tmstyle|article>.
<expand|item*|<markup|tmdtd>>This macro indicates the name of a <TeXmacs> <item*|<markup|tmpackage>>This macro indicates the name of a <TeXmacs>
package like <tmpackage|std-markup>.
<item*|<markup|tmdtd>>This macro indicates the name of a <TeXmacs>
<abbr|d.t.d.> like <tmdtd|number-env>. <abbr|d.t.d.> like <tmdtd|number-env>.
</description> </description>
@ -49,270 +47,66 @@
purposes, although they should be improved in the future: purposes, although they should be improved in the future:
<\description> <\description>
<expand|item*|<markup|simple-link>>This macro takes an URL <item*|<markup|simple-link>>This macro takes an URL <math|x> as argument
<with|mode|math|x> as argument and is a hyperlink with name and and is a hyperlink with name and destination <math|x>.
destination <with|mode|math|x>.
<expand|item*|<markup|hyper-link>>This macro is a usual hyperlink. <item*|<markup|hyper-link>>This macro is a usual hyperlink.
<expand|item*|<markup|concept-link>>This macro takes a concept as <item*|<markup|concept-link>>This macro takes a concept as argument.
argument. Later on an appropriate hyperlink might be created Later on an appropriate hyperlink might be created automatically from
automatically from this and the other documentation. this and the other documentation.
<expand|item*|<markup|only-index>>Index a simple string. <item*|<markup|only-index>>Index a simple string.
<expand|item*|<markup|def-index>>Definition of a new concept; the text is <item*|<markup|def-index>>Definition of a new concept; the text is
printed in italic and indexed. printed in italic and indexed.
<expand|item*|<markup|re-index>>Reappearance of an already defined <item*|<markup|re-index>>Reappearance of an already defined concept; the
concept; the text is printed in roman and put in the index. text is printed in roman and put in the index.
</description> </description>
The following tags are also frequently used: The following tags are also frequently used:
<\description> <\description>
<expand|item*|<markup|icon>>Link to an icon in a central directory like <item*|<markup|scheme>>The <scheme> language.
<verbatim|$TEXMACS_PATH/doc/images/pixmaps>.
<expand|item*|<markup|screenshot>>Link to a screenshot. The actual <item*|<markup|c++>>The <c++> language.
screenshots are stored in a central directory like
<verbatim|$TEXMACS_PATH/doc/images/screenshots>.
<expand|item*|<markup|scheme>>The <value|scheme> language. <item*|<markup|framed-fragment>>For displaying a piece of code in a nice
frame.
<expand|item*|<markup|cpp>>The <value|cpp> language. <item*|<markup|tm-fragment>>Single out a fragment of a <TeXmacs>
document.
<expand|item*|<markup|framed-fragment>>For displaying a piece of code in <item*|<markup|scm-code>>For multi-paragraph <scheme> code.
a nice frame.
<expand|item*|<markup|scheme-fragment>>For multi-paragraph <value|scheme> <item*|<markup|cpp-code>>For multi-paragraph <c++> code.
code.
<expand|item*|<markup|cpp-fragment>>For multi-paragraph <value|cpp> code. <item*|<markup|scm>>For a short piece of <scheme> code.
<expand|item*|<markup|tm-fragment>>For a piece of <TeXmacs> markup code <item*|<markup|cpp>>For a short piece of <c++> code.
in <value|scheme> format.
<expand|item*|<markup|scheme-code>>For a short piece of <value|scheme> <item*|<markup|descriptive-table>>For descriptive tables; such tables can
code. be used to document lists of keyboard shortcuts, different types of
markup, <abbr|etc.>
<expand|item*|<markup|cpp-code>>For a short piece of <value|cpp> code.
<expand|item*|<markup|descriptive-table>>For descriptive tables; such
tables can be used to document lists of keyboard shortcuts, different
types of markup, <abbr|etc.>
</description> </description>
The <tmstyle|tmdoc> style inherits from the <tmstyle|generic> style and you The <tmstyle|tmdoc> style inherits from the <tmstyle|generic> style and you
should use macros like <markup|em>, <markup|verbatim>, <markup|itemize>, should use macros like <markup|em>, <markup|verbatim>, <markup|itemize>,
<abbr|etc.> from this style whenever appropriate. <abbr|etc.> from this style whenever appropriate.
<apply|tmdoc-copyright|1998--2002|Joris van der Hoeven> <tmdoc-copyright|1998--2011|Joris van der Hoeven>
<expand|tmdoc-license|Permission is granted to copy, distribute and/or <tmdoc-license|Permission is granted to copy, distribute and/or modify this
modify this document under the terms of the GNU Free Documentation License, document under the terms of the GNU Free Documentation License, Version 1.1
Version 1.1 or any later version published by the Free Software Foundation; or any later version published by the Free Software Foundation; with no
with no Invariant Sections, with no Front-Cover Texts, and with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Back-Cover Texts. A copy of the license is included in the section entitled Texts. A copy of the license is included in the section entitled "GNU Free
"GNU Free Documentation License".> Documentation License".>
</body> </body>
<\initial> <\initial>
<\collection> <\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> <associate|language|english>
</collection> </collection>
</initial> </initial>
<\references>
<\collection>
<associate|idx-1|<tuple|<uninit>|?>>
<associate|idx-2|<tuple|<uninit>|?>>
<associate|idx-3|<tuple|<uninit>|?>>
<associate|idx-4|<tuple|<uninit>|?>>
<associate|idx-5|<tuple|<uninit>|?>>
<associate|idx-6|<tuple|<uninit>|?>>
<associate|idx-7|<tuple|<uninit>|?>>
<associate|idx-8|<tuple|<uninit>|?>>
<associate|idx-9|<tuple|<uninit>|?>>
<associate|idx-40|<tuple|<uninit>|?>>
<associate|idx-10|<tuple|<uninit>|?>>
<associate|idx-20|<tuple|<uninit>|?>>
<associate|idx-30|<tuple|<uninit>|?>>
<associate|idx-41|<tuple|<uninit>|?>>
<associate|idx-11|<tuple|<uninit>|?>>
<associate|idx-21|<tuple|<uninit>|?>>
<associate|idx-31|<tuple|<uninit>|?>>
<associate|idx-42|<tuple|<uninit>|?>>
<associate|idx-12|<tuple|<uninit>|?>>
<associate|idx-22|<tuple|<uninit>|?>>
<associate|idx-32|<tuple|<uninit>|?>>
<associate|idx-43|<tuple|<uninit>|?>>
<associate|idx-33|<tuple|<uninit>|?>>
<associate|idx-13|<tuple|<uninit>|?>>
<associate|idx-23|<tuple|<uninit>|?>>
<associate|idx-44|<tuple|<uninit>|?>>
<associate|idx-34|<tuple|<uninit>|?>>
<associate|idx-14|<tuple|<uninit>|?>>
<associate|idx-24|<tuple|<uninit>|?>>
<associate|idx-45|<tuple|<uninit>|?>>
<associate|idx-35|<tuple|<uninit>|?>>
<associate|idx-15|<tuple|<uninit>|?>>
<associate|idx-25|<tuple|<uninit>|?>>
<associate|idx-36|<tuple|<uninit>|?>>
<associate|idx-16|<tuple|<uninit>|?>>
<associate|idx-26|<tuple|<uninit>|?>>
<associate|idx-37|<tuple|<uninit>|?>>
<associate|idx-17|<tuple|<uninit>|?>>
<associate|idx-27|<tuple|<uninit>|?>>
<associate|idx-38|<tuple|<uninit>|?>>
<associate|idx-18|<tuple|<uninit>|?>>
<associate|idx-28|<tuple|<uninit>|?>>
<associate|idx-39|<tuple|<uninit>|?>>
<associate|idx-19|<tuple|<uninit>|?>>
<associate|idx-29|<tuple|<uninit>|?>>
</collection>
</references>
<\auxiliary>
<\collection>
<\associate|idx>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|brown>|tmdoc>>|<pageref|idx-1>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|key>>|<pageref|idx-2>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-gen>>|<pageref|idx-3>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-text>>|<pageref|idx-4>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-math>>|<pageref|idx-5>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-symb>>|<pageref|idx-6>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-big>>|<pageref|idx-7>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-large>>|<pageref|idx-8>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-ia>>|<pageref|idx-9>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-exec>>|<pageref|idx-10>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-table>>|<pageref|idx-11>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|kbd-math>>|<pageref|idx-12>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|menu>>|<pageref|idx-13>>
<tuple|<tuple|<with|font family|<quote|ss>|File>>|<pageref|idx-14>>
<tuple|<tuple|<with|font family|<quote|ss>|Document>|<with|font
family|<quote|ss>|Language>>|<pageref|idx-15>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|markup>>|<pageref|idx-16>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|section>>|<pageref|idx-17>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|tmstyle>>|<pageref|idx-18>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|brown>|article>>|<pageref|idx-19>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|tmpackage>>|<pageref|idx-20>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|brown>|std-markup>>|<pageref|idx-21>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|tmdtd>>|<pageref|idx-22>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
magenta>|number-env>>|<pageref|idx-23>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|simple-link>>|<pageref|idx-24>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|hyper-link>>|<pageref|idx-25>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|concept-link>>|<pageref|idx-26>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|only-index>>|<pageref|idx-27>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|def-index>>|<pageref|idx-28>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|re-index>>|<pageref|idx-29>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|icon>>|<pageref|idx-30>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|screenshot>>|<pageref|idx-31>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|scheme>>|<pageref|idx-32>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|framed-fragment>>|<pageref|idx-33>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|scheme-fragment>>|<pageref|idx-34>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|cpp-fragment>>|<pageref|idx-35>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|tm-fragment>>|<pageref|idx-36>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|scheme-code>>|<pageref|idx-37>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|cpp-code>>|<pageref|idx-38>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|descriptive-table>>|<pageref|idx-39>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|brown>|tmdoc>>|<pageref|idx-40>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|brown>|generic>>|<pageref|idx-41>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|em>>|<pageref|idx-42>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|verbatim>>|<pageref|idx-43>>
<tuple|<tuple|<with|font family|<quote|tt>|color|<quote|dark
green>|itemize>>|<pageref|idx-44>>
</associate>
</collection>
</auxiliary>