|
D.9.2.10 texproc
Procedure from library latex.lib (see latex_lib).
- Usage:
- texproc(fname,pname); fname,pname strings
- Assume:
`pname` is a procedure.
- Return:
- if
fname="" : string, the proc `pname` in a verbatim
environment in LaTeX-typesetting;
otherwise: append this string to the file <fname> , and
return nothing.
- Note:
- preceding ">>" are deleted in
fname , and suffix ".tex"
(if not given) is added to fname .
Example:
|