Logiweb(TM)

1.4 Body

Prev Up Next Page 6 of 333


The lgs source of the combinations page reads:

     1  "";;01CB0D2E8FE20523FF5CFE479ED1830FD651DECF18E39CB4B19980BA0806
     2  ""P combinations
     3  
     4  ""R base
     5  
     6  ""D 0
     7  (( " , " ))
     8  
     9  ""B
    10  page ( ""N , ""C )
    11  title "Combinations"
        ...
    53  end page

The ""B escape sequence indicates that the body of the page begins (B for Body). The Body consists of one, big lgs formula of form page ( ... , ... ) title ... bib ... main text ... appendix ... end page. The page ... end page construct spans from line 10 to the end of the lgs file.

The page ... end page construct is rendered as page.tex, appendix.tex, chores.tex, and page.bib. The .tex files are then translated to page.pdf, appendix.pdf, and chores.pdf. The lgc compiler leaves the .tex files in the 'page' subdirectory of the rendering directory together with .log files and any other files generated by LaTeX, BibTeX, makeindex, and dvipdfm. You may find the .tex and .log files handy if you get error messages from LaTeX while translating your pages.


Prev Up Next Page 6 of 333

Copyright © 2009 Klaus Grue, GRD-2009-10-01