EditorDoc Sections Nuprl Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Example of Nuprl Code Producing Latex

The following program (which can be executed by focussing on it then using the `(c-z)' command) creates the various Latex sources for this documentation.

NTLA_convert_full_article "~/nuprl-home/NuprlToLatex/article"
LatexArticleProfile:
LaPreamble:
LaPre\documentclass{article}
LaPre\textwidth 6.0in
LaPre\evensidemargin 0in
LaPre\oddsidemargin 0in
LaSample Math Term for width:
LaSamdefault
LaSectionTitleSizes:             Large large
LaPunctuation moved into quotes: .,;?!
LaIncluding Contents?            yes
LaExtra Front Matter:            NONE
LaExtra End Matter:              NONE
LaArticle Structure:             NuprlToLatexArticlesDOC TITLEPAGE

The object reference "NuprlToLatexArticlesDOC TITLEPAGE" refers to the title page source which is shown in Example: The Title Page for This Document.
One can also generate a subset of the article for development purpoposes.

NTLA_convert_pagesof_article [Escaping Article Mode;Footnotes]
"~/nuprl-home/NuprlToLatex/articlePARTIAL"
LatexArticleProfile:
LaPreamble:
LaPre\documentclass{article}
LaPre\textwidth 6.0in
LaPre\evensidemargin 0in
LaPre\oddsidemargin 0in
LaSample Math Term for width:
LaSamdefault
LaSectionTitleSizes:             Large large
LaPunctuation moved into quotes: .,;?!
LaIncluding Contents?            yes
LaExtra Front Matter:            NONE
LaExtra End Matter:              NONE
LaArticle Structure:             NuprlToLatexArticlesDOC TITLEPAGE

If the empty list is given as argument then the entire articel is converted. IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

EditorDoc Sections Nuprl Doc