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

D.9.2.1 closetex

Procedure from library latex.lib (see latex_lib).

Usage:
closetex(fname); fname string

Return:
nothing; writes a LaTeX2e closing line into file <fname>.

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

Example:
 
LIB "latex.lib";
opentex("exmpl");
texobj("exmpl","{\\large \\bf hello}");
closetex("exmpl");