Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 375 Bytes

NowebLatex.md

File metadata and controls

13 lines (9 loc) · 375 Bytes

Using NOWEB to write TeX or LaTeX macros

Norman Ramsey's NOWEB literate programming tool can be used to write TeX or LaTeX macros.

The Makefile

The Makefile must declare several variables:

  • NOWEB enumerates your NOWEB files;
  • NOTANGLE enumerates the code files that need to be generated from the NOWEB files;
  • NOWEAVE