| Search internet |
Now define a file named hw.lgs:
""P hw ""R base page ( ""N , ""C ) title "Hello World" bib " " main text "Hello world." appendix "This is an appendix." end page
Then translate it:
> lgc hw ... Error running bibtex ... ... Goodbye > firefox hw/index.html &
Ignore the bibtex error. Bibtex just whines because you cite nothing. Then view your page:
> firefox hw/index.html &
Then click 'Index' to get to a page entitled 'Hello World'. The 'Hello World' title is taken from Line 4 of the lgs source above. The 'Hello World' web page points to the following pdf documents:
The 'Hello World' page is signed by 'The Logiweb compiler' as if the compiler is the author. That is not completely true. The rendering is done by the
page ( ... , ... ) title ... bib ... main text ... appendix ... end page
construct from the base page. But it is the Logiweb compiler lgc which makes the rendering happen and a 'sincerely yours from the page...end page' construct looks silly.
| Search logiweb.eu |