"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "lkmpg-1.0/lotex.sty" of archive lkmpg-1.0.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) TeX and LaTeX source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 %%%
    2 %%% Style file for the LoTeX tool.
    3 %%% Currently, this simply defines the \iftex command and sets the
    4 %%% corresponding flag to true. This allows to protect LoTeX-specific
    5 %%% commands within a document from LaTeX:
    6 %%% \iftex...\else ... here comes the LoTeX stuff ... \fi
    7 \newif\iftex\textrue
    8 \newif\iflotex\lotexfalse
    9 \newif\ifinfo\infofalse
   10 \newif\ifroff\rofffalse
   11 \newif\ifmm\mmfalse
   12 
   13 %%% Escape TeXinfo specials
   14 \def\node#1#2#3{}
   15 \def\makemenu{}