diff options
Diffstat (limited to 'Master/texmf-doc/source/english/texlive-en/tex-live.sty')
-rw-r--r-- | Master/texmf-doc/source/english/texlive-en/tex-live.sty | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-doc/source/english/texlive-en/tex-live.sty b/Master/texmf-doc/source/english/texlive-en/tex-live.sty index 06ca922536f..5b4263b859c 100644 --- a/Master/texmf-doc/source/english/texlive-en/tex-live.sty +++ b/Master/texmf-doc/source/english/texlive-en/tex-live.sty @@ -1,7 +1,7 @@ % $Id$ % TeX Live documentation style. Written by many people over many years. % Public domain. -% +% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{tex-live}[2005/09/24 v1.5 TeX Live documentation style] % @@ -49,7 +49,7 @@ % % % Done with packages. -% +% % Page layout. \advance\textwidth by 1.1in \advance\oddsidemargin by -.55in @@ -68,13 +68,13 @@ \setcounter{tocdepth}{2} \setcounter{topnumber}{5} \setcounter{totalnumber}{5} -% +% % linebreaking, etc. \hbadness=4000 \vbadness=4000 \emergencystretch=.1\hsize \relpenalty=500 -% +% \def\slash{/\penalty\z@\hskip\z@skip } % % various sorts of names @@ -97,14 +97,14 @@ \uline{\rule[-.2\baselineskip]{0pt}{.9\baselineskip}\ttfamily #1}} % % \CDref is for url's with a #, where we need to write the target url and -% displayed url separately in the input, due to catcode madness. +% displayed url separately in the input, due to catcode madness. % (We could simplify/remove this next time, I think.) \def\CDref#1#2{\texttt{#1}} % % \OnCD is currently for any other reference to a file or directory in % the distribution. PDF readers only open .pdf files, though, so we % should change this to only use \href for those. Or more likely use -% different macros in the source. +% different macros in the source. \def\OnCD#1{\href{../../../../#1}{\path{#1}}} % % \href incorrectly appends .pdf to anything without an extension; these @@ -140,6 +140,7 @@ \def\GFtoDVI{\cmdname{GFtoDVI}\null} \def\GFtoPK{\cmdname{GFtoPK}\null} \def\GFtype{\cmdname{GFtype}} +\def\GUI{\acro{GUI}\xspace} \def\KPS{Kpathsea} \def\La{La} \def\OMEGA{$\Omega$} @@ -175,7 +176,7 @@ % #1 - name of image (pictures/#1.jpg, always .jpg please) % #2 - bb for html % #3 - width for TeX -% +% \def\tlimage#1#2#3{% \ifnum \Status=2 % html, want relative path in output \includegraphics[#2]{../../general/texlive-common/pictures/#1.jpg} @@ -188,7 +189,7 @@ % description-like environment that uses tt instead of bf, and doesn't % go to the left margin. Without the \hfil, get an underfull box. % Don't know why \descriptionlabel doesn't. -% +% \newenvironment{ttdescription} {\begin{list}{label must be supplied}{% \itemsep=0pt % these lists tend to have short descriptions @@ -229,7 +230,7 @@ % emacs-page output setup -% +% \ifx \HCode\UnDef \providecommand{\Status}{0}% running TeX \else @@ -237,7 +238,7 @@ \fi %\typeout{Status is \Status} % -\newif\ifSingleColumn +\newif\ifSingleColumn % % By default, we won't be creating hyperlinks. \def\href#1#2{#2} @@ -295,7 +296,7 @@ \SingleColumnfalse \newenvironment{multicols}[1]{}{} \fi -% +% \ifnum \Status=4 \else \RequirePackage{texnames} @@ -394,7 +395,7 @@ \global\advance\colrow by1\relax \ifodd\colrow \gdef\RowColor{pale}% - \else + \else \gdef\RowColor{white}% \fi } |