tex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
tex [2015/01/15 12:18] speleolinuxtex [2018/07/08 10:17] – [TeX] Add link to Czech version of the Doob's guide sluka
Line 2: Line 2:
  
 ...is all about typesetting for pdf and svg outputs.  It takes metapost symbols and cave data supplied by Therion and puts it all together on the 'page'.\\ ...is all about typesetting for pdf and svg outputs.  It takes metapost symbols and cave data supplied by Therion and puts it all together on the 'page'.\\
 +
 +[[https://en.wikibooks.org/wiki/TeX|WikiBooks TeX]] -- basic -- on the bottom of the page there are several links to documentation of TeX:\\
 +
 +[[http://www.tug.org www.tug.org|    TeX Users Group]]\\
 +[[http://ctan.tug.org/tex-archive/info/gentle/gentle.pdf|    Michael Doob's guide to TeX]] and [[https://ksp.mff.cuni.cz/encyklopedie/jemny-uvod-do-TeXu.pdf|    Czech version]]\\
 +[[http://mirrors.ctan.org/info/impatient/book.pdf|    TeX for the Impatient]]\\
 +[[http://webpages.charter.net/davidlha/trm.html|    TeX Primitive Control Sequences]] -- TeX Reference Manual\\
 +[[https://bitbucket.org/VictorEijkhout/tex-by-topic/downloads/TeXbyTopic.pdf|TeX by Topic]] -- Book by Victor Eijkhout that has been made freely available\\
 +
 +[[https://en.wikibooks.org/wiki/LaTeX/Plain_TeX|WikiBooks LaTeX/Plain_TeX]] -- a bit too advanced
 >>>>(include some generic tex links here) >>>>(include some generic tex links here)
 +
  
  
Line 9: Line 20:
  
 >>>>(Can we link directly to the chapter directly in the on-line thbook? >>>>(Can we link directly to the chapter directly in the on-line thbook?
- 
- 
 ====How to get Therions TeX code (and Metapost code) ==== ====How to get Therions TeX code (and Metapost code) ====
  
Line 41: Line 50:
 At the end the %%//%% means that TeX programs will search recursively in that folder.  At the end the %%//%% means that TeX programs will search recursively in that folder. 
 The final trailing colon means "append the standard value of TEXINPUTS" The final trailing colon means "append the standard value of TEXINPUTS"
-At least now you can tell another user to set the TEXINPUTS and not edit your therion file. +At least now you can tell another user to set the TEXINPUTS and not edit your therion file. ( On Linux you can put the logo under a directory images/ and do:  ''"export TEXINPUTS=.:`pwd`%%//%%:"'' )
  
 ----- -----
  • tex.txt
  • Last modified: 5 years ago
  • by akozhenkov