% texrep.sty 14 Nov 90
%------------------------------------------------------------
% (c) 1990 by J.Schrod (TeXsys).
%
% markups for my articles about TeX
%
% ILaTeX style option
% testet with: article
%
% ATTENTION:
% After loading ^ can not be used for exponents any more, use \sp !
% first time a file type is mentioned it is marked with \ftype.
\def\ftype#1{{\tt \marginpar{\uppercase{#1}}\uppercase{#1}\/}}
% split ligatures with \| (if not in math mode)
% is already defined in local.tex but this is often not used!
\def\allowhyphens{\penalty\@M \hskip\z@skip}
\def\|{%
\relax
\ifmmode \Vert
\else \allowhyphens\-\allowhyphens
\fi
}
%
% pictures
%
\unitlength=5mm % may be changed for DINA5
\let\w=\@wholewidth % width of a rule
\let\k=\unitlength % a box (in German: Kasten) on my drawing-paper...
%
% title notes are footnotes on the title page without any marker
%
% marginal notes, for easier input
% (idea taken from manmac.tex)
%
% usage:
% ^|rem1| for remark rem1, which is also printed (loud).
% ^^|rem2| for remark rem2, which is not printed (silent).
% implementation:
% look at next char; if ^, then do not print it.
% with this char determin macro to expand
% macro is defined accordingly
% marginal note is created by \marginpar.
% attention:
% ^ can not be used for creating an exponent any more (but \sp!)