Home Online Manual
Top
Back: closetex
Forward: tex
FastBack:
FastForward:
Up: latex_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.9.2.2 opentex

Procedure from library latex.lib (see latex_lib).

Usage:
opentex(fname); fname string

Return:
nothing; writes a LaTeX2e header into a new file <fname>.

Note:
preceding ">>" are deleted and suffix ".tex" (if not given) is added to fname.

Example:
 
LIB "latex.lib";
opentex("exmpl");
texobj("exmpl","hello");
closetex("exmpl");