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 l

⟦d8b9343a5⟧ TextFile

    Length: 7401 (0x1ce9)
    Types: TextFile
    Names: »lcustom.tex«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/doc/manual/lcustom.tex« 
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/doc/manual/lcustom.tex« 

TextFile

% LaTeX customization


\makeatletter				% for a little while


% plain TeX compatibility

\def\oldstyle{\xdef\@oldstyle{\the\textfont\@ne}\mit\@oldstyle}


% PhD-TeX compatibility

\def\showsummary{%
    \begingroup
	\def\note##1{%
	    \ifcase\value{##1}no ##1s\or
		1 ##1\else
		\the\value{##1} ##1s\fi
	}%
	\typeout{LaTeX summary: \note{figure}, \note{table}, \note{footnote}.}%
    \endgroup
}

\def\smaller{\footnotesize}
\def\floatsize{\small}


% Float Support

\def\topfraction{0.85}
\def\textfraction{0.20}
\def\floatpagefraction{0.85}
\def\dbltopfraction{0.85}
\def\dblfloatpagefraction{0.85}

\def\@tagskipcommand{\vskip .5\baselineskip}

% \tagfigure*[FLOAT]{FILE}{CAPTION}{LABEL}
%    *		optional
%    FLOAT	float options
%    FILE	reads TPIC output in file figureFILE
%    CAPTION	for list of figures
%    LABEL	for \ref and \pageref
\def\tagfigure{\@ifstar{\@stagfigure}{\@tagfigure}}
\def\@tagfigure{\@ifnextchar[{\@@tagfigure}{\@@tagfigure[t]}}
\def\@stagfigure{\@ifnextchar[{\@@stagfigure}{\@@stagfigure[t]}}

\def\@@tagfigure[#1]#2{%
    \@@@tagfigure[#1]{\input figure#2\relax\centerline{\box\graph}}}
\def\@@stagfigure[#1]#2{%
    \@@@stagfigure[#1]{\input figure#2\relax\centerline{\box\graph}}}


% \tagdiagram*[FLOAT]{FILE}{CAPTION}{LABEL}
%    *		optional
%    FLOAT	float options
%    FILE	reads LaTeX input in file diagramFILE
%    CAPTION	for list of figures
%    LABEL	for \ref and \pageref
\def\tagdiagram{\@ifstar{\@stagdiagram}{\@tagdiagram}}
\def\@tagdiagram{\@ifnextchar[{\@@tagdiagram}{\@@tagdiagram[t]}}
\def\@stagdiagram{\@ifnextchar[{\@@stagdiagram}{\@@stagdiagram[t]}}

\def\@@tagdiagram[#1]#2{\@@@tagfigure[#1]{\input diagram#2\relax}}
\def\@@stagdiagram[#1]#2{\@@@stagfigure[#1]{\input diagram#2\relax}}

\def\@@@tagfigure[#1]#2#3#4{%
    \begin{figure}[#1]
	\hrule
	\@tagskipcommand
	\begin{minipage}\columnwidth
	    \floatsize#2%
	\end{minipage}
	\vskip .5\baselineskip plus .5\baselineskip
	\begingroup
	    \setbox\z@=\hbox{#4}%
	    \ifdim\wd\z@>\z@
		\caption{#3}%
		\label{#4}%
	    \else
		\captcont{#3}%
	    \fi
	\endgroup
	\vskip 2pt
	\hrule
    \end{figure}
}

\def\@@@stagfigure[#1]#2#3#4{%
    \begin{figure*}[#1]
	\hrule
	\@tagskipcommand
	\begin{minipage}\textwidth
	    \floatsize#2%
	\end{minipage}
	\vskip .5\baselineskip plus .5\baselineskip
	\begingroup
	    \setbox\z@=\hbox{#4}%
	    \ifdim\wd\z@>\z@
		\caption{#3}%
		\label{#4}%
	    \else
		\captcont{#3}%
	    \fi
	\endgroup
	\vskip 2pt
	\hrule
    \end{figure*}
}


% \tagtable*[FLOAT]{FILE}{CAPTION}{LABEL}
%    *		optional
%    FILE	read LaTeX input in file tableFILE
%    FLOAT	float options
%    CAPTION	for list of tables
%    LABEL	for \ref and \pageref
\def\tagtable{\@ifstar{\@stagtable}{\@tagtable}}
\def\@tagtable{\@ifnextchar[{\@@tagtable}{\@@tagtable[t]}}
\def\@stagtable{\@ifnextchar[{\@@stagtable}{\@@stagtable[t]}}

\def\@@tagtable[#1]#2#3#4{%
    \begin{table}[#1]
	\hrule
	\@tagskipcommand
	\begin{minipage}\textwidth
	    \floatsize\input table#2\relax
	\end{minipage}
	\vskip .5\baselineskip plus .5\baselineskip
	\begingroup
	    \setbox\z@=\hbox{#4}%
	    \ifdim\wd\z@>\z@
		\caption{#3}%
		\label{#4}%
	    \else
		\captcont{#3}%
	    \fi
	\endgroup
	\vskip 2pt
	\hrule
    \end{table}
}

\def\@@stagtable[#1]#2#3#4{%
    \begin{table*}[#1]
	\hrule
	\@tagskipcommand
	\begin{minipage}\columnwidth
	    \floatsize\input table#2\relax
	\end{minipage}
	\vskip .5\baselineskip plus .5\baselineskip
	\begingroup
	    \setbox\z@=\hbox{#4}%
	    \ifdim\wd\z@>\z@
		\caption{#3}%
		\label{#4}%
	    \else
		\captcont{#3}%
	    \fi
	\endgroup
	\vskip 2pt
	\hrule
    \end{table*}
}


% Environments:

% DESCRIBE - similar to DESCRIPTION, but indents extra on left margin of
%	outer list

\def\describe{\list{}{\labelwidth\z@ \itemindent-\leftmargin
	\ifnum\@listdepth=1 \advance\leftmargin by2em\fi
	\let\makelabel\descriptionlabel}}
\let\enddescribe=\endlist


% Document style options:
%	     10pt - Makes ten-point type the normal (default) type size
%	draftnote - Customized draft option

\@namedef{ds@10pt}{\def\@ptsize{0}}	%%% for orthogonality


\newif\ifdraft	\draftfalse

\def\draftstring{{\ifdraft \tt Draft\fi}}

\def\draftext{%
    \ifdraft
	\begingroup
	    \tt
	    \ifodd\c@page
		\LaTeX set \today\ with \fmtname\ v\fmtversion
	    \else
		Draft \versiontag/ of \versiondate/
	    \fi
	\endgroup
    \fi
}

\def\versiontag/{%
    \gdef\versiontag/{\#0}%
    \gdef\versiondate/{\today}%
    \@input{\jobname.vrsn}%6
    \versiontag/%
}
\def\versiondate/{%
    \gdef\versiontag/{\#0}%
    \gdef\versiondate/{\today}%
    \@input{\jobname.vrsn}%
    \versiondate/%
}

\def\ds@draftnote{%
    \drafttrue
    \@ifundefined{ds@draft}{}{\ds@draft}%
    \def\ps@plain{%
	\let\@mkboth=\@gobbletwo
	\def\@oddhead{\draftext\hfil}%
	\def\@oddfoot{\draftstring\hfil\rm\thepage\hfil\draftstring}%
	\def\@evenhead{\hfil\draftext}%
	\let\@evenfoot=\@oddfoot
    }%
    \let\ps@@headings=\ps@headings
    \def\ps@headings{%
	\ps@@headings
	\def\@oddfoot{\draftext\hfil}%
	\def\@evenfoot{\hfil\draftext}%
     }%
}


% Page Styles

% \pagestyle{myfootings} similar to the myheadings command but also permits
% the user to define foot information as well as head information
%	\markleftfoot{left_foot}	specifies the foot for odd-numbered
%					pages
%	\markrightfoot{right_foot}	specifies the foot for even-numbered
%					pages
% N.B.	DOES NOT USE MARKS TO ACCOMPLISH THIS, OWING TO CONFLICT WITH HEADING
%	ROUTINES

\def\ps@myfootings{\ps@myheadings}

\def\markleftfoot#1{\def\@evenfoot{\hbox{}\sl#1\hfil}}
\def\markrightfoot#1{\def\@oddfoot{\hfil\sl#1\hbox{}}}


% \pagestyle{reprint} similar to plain page style in draft mode

\let\reprintext=\draftext
\let\reprintstring=\draftstring

\def\ps@reprint{%
    \def\draftext{%
	\ifdraft
	    \begingroup
		\tt
		\ifodd\c@page
		    \LaTeX set \today
		\else
		    Draft \versiontag/
		\fi
	    \endgroup
	\fi
    }%
    \def\@oddhead{\reprintext\hfil\draftext}%
    \def\@oddfoot{\reprintstring\hfil\rm\thepage}%
    \def\@evenhead{\draftext\hfil\reprintext}%
    \def\@evenfoot{\rm\thepage\hfil\reprintstring}%
}


% The Title

\def\title#1{%
    \gdef\@title{#1}%
    \gdef\banner{%
	\newpage\setcounter{page}{1}%
	\begin{center}\Large#1\end{center}%
    }%
}


% Miscellany

\def\implies{\quad\supset\ }

\def\tdots{\ldots\thinspace}

\def\boxit#1{\fbox{\sc#1}}

\def\note#1{\ifdraft\marginpar{\tt#1}\fi}


% Fractions (from The TUGboat v6 n1, 1985)

\def\myfrac#1/#2{%
    \leavevmode\kern.1em
    \raise.5ex\mbox{\the\scriptfont\z@ #1}\kern-.1em
    /\kern-.15em\lower.25ex\mbox{\the\scriptfont\z@ #2}%
}


% Trademarks...

\input trademark


% Continuation Captions...

\input captcont.sty


% Startup

\xdef\today{%
    \ifcase\month
	\number\month\or
	January\or February\or March\or April\or May\or June\or
	July\or August\or September\or October\or November\or December\else
	\number\month\fi
    \space\number\day, {\noexpand\mit\number\year}%
}

\begingroup
    \count0=\time
    \count1=\count0
    \divide\count0 by 60
    \count2=\count0
    \multiply\count0 by 60
    \advance\count1 by -\count0
    \ifnum\count2>11
	\ifnum\count2>12 \advance\count2 by -12\fi
	\def\ampm{pm}%
    \else
	\ifnum\count2=0 \advance\count2 by 12\fi
	\def\ampm{am}%
    \fi
    \xdef\daytime{%
	\ifnum\count2<10 0\fi \the\count2:%
	\ifnum\count1<10 0\fi \the\count1
	\ampm
    }%
\endgroup


\makeatother				% back to normal