diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-14 00:11:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-14 00:11:30 +0000 |
commit | 0dd3821cd09d820b62f1874fcd9f9bb1fd0ca5a5 (patch) | |
tree | 43670b2375bd793bb36e55084d3a7d154780cdd6 /Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg | |
parent | 5c7ba0728c13989826a965d19761067ab8691130 (diff) |
new package ltxdockit (13oct08)
git-svn-id: svn://tug.org/texlive/trunk@10965 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg')
-rw-r--r-- | Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg new file mode 100644 index 00000000000..d7df9098ffe --- /dev/null +++ b/Master/texmf-dist/tex/latex/ltxdockit/ltxdockit.cfg @@ -0,0 +1,73 @@ +% $Id: ltxdockit.cfg,v 1.1 2008/10/12 19:50:56 lehman stable $ + +\ProvidesFile{ltxdockit.cfg}[2008/10/12 v1.1 ltxdockit configuration (DFSG-free)] +\RequirePackage{lmodern} + +\catcode`\"=\active +\AtEndPreamble{% + \@ifpackageloaded{babel} + {\iflanguage{american} + {\expandafter\initiate@active@char\expandafter{\string"}% + \declare@shorthand{american}{"=}{\penalty\@M-\hskip\z@skip}% + \addto\extrasamerican{\languageshorthands{american}\bbl@activate{"}}% + \addto\noextrasamerican{\bbl@deactivate{"}}} + {}} + {}} +\catcode`\"=12 + +\newcommand*{\tex}{TeX\xspace} +\newcommand*{\etex}{\mbox{e-TeX}\xspace} +\newcommand*{\latex}{La\kern-0.07em TeX\xspace} +\newcommand*{\bibtex}{Bib\kern-0.07em TeX\xspace} +\newcommand*{\lppl}{\latex Project Public License\xspace} +\newcommand*{\pdf}{\acr{PDF}\xspace} +\newcommand*{\ie}{i.\,e.,\xspace} +\newcommand*{\eg}{e.\,g.,\xspace} + +\pdfstringdefDisableCommands{% + \def\tex{TeX\xspace}% + \def\etex{e-TeX\xspace}% + \def\latex{LaTeX\xspace}% + \def\bibtex{BibTeX\xspace}% + \def\lppl{LaTeX Project Public License\xspace}% + \def\pdf{PDF\xspace}% + \def\ie{i.e.,\xspace}% + \def\eg{e.g.,\xspace}% +} + +% tables + +\newcommand*{\tablesetup}{% + \let\verbatim@font\displayverbfont + \footnotesize} + +% layout + +\setcounter{totalnumber}{1} +\setcounter{secnumdepth}{3} +\setcounter{tocdepth}{2} +\AtBeginToc{\setcounter{tocdepth}{2}} +\AtEndToc{\setcounter{tocdepth}{5}} +\addtolength{\oddsidemargin}{1cm} +\setlength{\columnsep}{2em} +\setlength{\multicolsep}{0pt} +\clubpenalty6000\relax +\widowpenalty\@M + +\renewcommand*{\labelenumi}{\theenumi.} +\renewcommand*{\labelenumii}{\theenumii)} + +\renewcommand*{\verbatimfont}{\ttfamily} +\renewcommand*{\displayverbfont}{\ttfamily} +\renewcommand*{\marglistfont}{\spotcolor\sffamily\small} +\renewcommand*{\optionlistfont}{\spotcolor\sffamily\displayverbfont} +\renewcommand*{\ltxsyntaxfont}{\ttfamily} +\renewcommand*{\ltxsyntaxlabelfont}{\spotcolor\displayverbfont} +\renewcommand*{\changelogfont}{\normalfont} +\renewcommand*{\changeloglabelfont}{\spotcolor\sffamily\bfseries} + +% no-ops + +\providecommand{\textln}[1]{#1} + +\endinput |