| ProTex.sty | Basic environment for literate programming |
| AlProTex.sty | Adjustments for ProTeX |
| Examples.tex | Code from the manual |
| LitProg | Introduction and examples for the main features of (Al)ProTeX (extended version of this file) |
Eitan Gurari, “TeX and LaTeX: Drawing and Literate Programming”. McGraw-Hill, 1994. ISBN 0-07-025208-4 / 0-07-911616-7. (out of print)
\input ProTex.sty \AlProTex{EXT,<<<>>>,title,list,`}For documetation in html, use TeX4ht. For documentation in pdf, add the option ‘pdf’ to the above list and use pdflatex, pdftex, or Dvipdfm.
This environment adds to (La)TeX the following commands for handling code.
| Definitions of code fragments: |
\<code title\><<< code fragment>>> |
| References to code segments (warning): |
`<code title`> |
| Output files of code (‘[EXTENSION]’ is optional when EXTENSION = EXT): |
\OutputCode[EXTENSION]\<code title\> |
| References to the character ‘ within code fragments: |
``
|