DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T t

⟦3d75654e8⟧ TextFile

    Length: 1339 (0x53b)
    Types: TextFile
    Names: »texeqn.1«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« 
        └─⟦036c765ac⟧ 
            └─⟦this⟧ »TeX3.0/Man-pages/other-manuals/texeqn.1« 
            └─⟦this⟧ »TeX3.0/TeXcontrib/kamal/texeqn.1« 
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./tex82/TeXcontrib/kamal/texeqn.1« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦63303ae94⟧ »unix3.14/TeX3.14.tar.Z« 
        └─⟦c58930e5c⟧ 
            └─⟦this⟧ »TeX3.14/Man-pages/other-manuals/texeqn.1« 
            └─⟦this⟧ »TeX3.14/TeXcontrib/kamal/texeqn.1« 

TextFile

.TH texeqn 1 2/2/84
.UC 4
.SH NAME
texeqn \- extracts displayed equations in TeX and LaTeX documents.
.SH SYNOPSIS
.B texeqn [-iw]
.I filename
.SH DESCRIPTION
It is sometimes desirable to check only the equations of a document.
.I Texeqn
strips those patterns that constitute displayed equations, i.e. anything
surrounded by
.I two
dollar signs, \\begin{equation} and \\end{equation},
\\begin{eqnarray} and \\end{eqnarray}, or \\begin{displaymath} and
\\end{displaymath}.
Note that this also includes any text that is displayed
in this fashion even if it is not an equation.
.br
Macros defines by \\def or \\newcommand are also stripped, since
the user is likely to use them in those equations.
Also, \\input and \\include files are inserted unless the
.B -i
flag is used.
.br
Warning is given if suspected unmatching is detected. Use the
.B -w
flag to suppress these warnings.
.br
Text commented by '%' is ignored.
.br
Using 
.I texeqn 
alone does not typest the equations. If you want them typeset use the
.B \-eqn
option with TEX(1).
.SH DIAGNOSTICS
Displayed equations that are started and ended by user-defined
control sequences are nor recognized.
.br
White spaces within LaTeX's \\begin{...} and \\end{...} are not allowed for.
.SH SEE ALSO
TEX(1), detex(1), texexpand(1), texmatch(1)
.SH AUTHOR
Kamal Al-Yahya, Stanford University