diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds/patch')
3 files changed, 28 insertions, 36 deletions
diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/encguide.tex.diff b/Master/texmf-dist/source/latex/latex-tds/patch/encguide.tex.diff index 748e62d4e75..b1095c54ae6 100644 --- a/Master/texmf-dist/source/latex/latex-tds/patch/encguide.tex.diff +++ b/Master/texmf-dist/source/latex/latex-tds/patch/encguide.tex.diff @@ -1,57 +1,40 @@ *** encguide.tex.org 2009-09-24 17:00:50.000000000 +0200 --- encguide.tex 2011-07-01 22:00:17.000000000 +0200 *************** -*** 34,40 **** - - \documentclass{ltxguide}[1994/11/20] - -! \usepackage[T1]{fontenc} - \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{} - \usepackage{textcomp} - \usepackage{url} ---- 34,40 ---- - - \documentclass{ltxguide}[1994/11/20] - -! \usepackage{fontspec}% \usepackage[T1]{fontenc} - \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{} - \usepackage{textcomp} - \usepackage{url} -*************** *** 1226,1232 **** \newblock {\em {TUG}boat}, 11(4):514--516, 1990. - + \bibitem{fontinst} \emph{The \Pkg{fontinst} package}: ! \textlangle CTAN\textrangle\url{/fonts/utilities/fontinst}. - + \bibitem{Rei:TB17-2-102} Fukui Rei: \emph{\textsl{TIPA}: A system for processing phonetic --- 1226,1234 ---- \newblock {\em {TUG}boat}, 11(4):514--516, 1990. - + \bibitem{fontinst} \emph{The \Pkg{fontinst} package}: ! \href{ftp://ftp.ctan.org/tex-archive/fonts/utilities/fontinst}{% ! \textlangle CTAN\textrangle\nolinkurl{/fonts/utilities/fontinst}% ! }. - + \bibitem{Rei:TB17-2-102} Fukui Rei: \emph{\textsl{TIPA}: A system for processing phonetic *************** *** 1266,1272 **** \newblock Addison-Wesley, Reading, Massachusetts, second edition, 1994. - + \bibitem{LH-Fonts} \emph{The \Pkg{lh}-Fonts for Cyrillic}: ! \textlangle CTAN\textrangle\url{/fonts/cyrillic/lh}. - + \bibitem{A-W:MG2004} Frank Mittelbach and Michel Goossens. --- 1268,1276 ---- \newblock Addison-Wesley, Reading, Massachusetts, second edition, 1994. - + \bibitem{LH-Fonts} \emph{The \Pkg{lh}-Fonts for Cyrillic}: ! \href{ftp://ftp.ctan.org/tex-archive/fonts/cyrillic/lh}{% ! \textlangle CTAN\textrangle\nolinkurl{/fonts/cyrillic/lh}% ! }. - + \bibitem{A-W:MG2004} Frank Mittelbach and Michel Goossens. diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/source2e.tex.diff b/Master/texmf-dist/source/latex/latex-tds/patch/source2e.tex.diff index 0f8d7c15fe7..742269bdafd 100644 --- a/Master/texmf-dist/source/latex/latex-tds/patch/source2e.tex.diff +++ b/Master/texmf-dist/source/latex/latex-tds/patch/source2e.tex.diff @@ -3,23 +3,23 @@ *************** *** 71,76 **** --- 71,81 ---- - + \documentclass{ltxdoc} - + + \newdimen\OldHeadHeight + \OldHeadHeight=\headheight + \newdimen\OldHeadSep + \OldHeadSep=\headsep -+ ++ \listfiles - + % Do not index some TeX primitives, and some common plain TeX commands. *************** *** 301,306 **** --- 306,325 ---- \clearpage \pagestyle{headings} - + + \makeatletter + \headheight=\OldHeadHeight + \headsep=\OldHeadSep @@ -33,16 +33,16 @@ + \@colht\textheight + \@colroom\textheight + \makeatother -+ ++ % Make TeX shut up. \hbadness=10000 \newcount\hbadness *************** *** 315,320 **** --- 334,359 ---- - + \clearpage - + + \makeatletter + \footskip=85pt + \addtolength{\footskip}{\OldFootSkip} @@ -62,7 +62,7 @@ + \let\@evenfoot\@oddfoot + }% + \makeatother -+ ++ % makeindex needs a symbol between the parts of composite page numbers % but we dont want one, so: \typeout{% diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff b/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff index de3b3832938..dc48b5e72c5 100644 --- a/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff +++ b/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff @@ -2,11 +2,20 @@ --- utf8ienc.dtx 2008-09-10 16:16:45.000000000 +0200 *************** *** 30,35 **** ---- 30,36 ---- +--- 30,45 ---- % \iffalse %<*driver> \documentclass{ltxdoc} -+ \usepackage[utf8]{inputenc} ++ \usepackage{ifluatex,ifxetex} ++ \ifluatex ++ \usepackage{fontspec} ++ \else ++ \ifxetex ++ \usepackage{fontspec} ++ \else ++ \usepackage[utf8]{inputenc} ++ \fi ++ \fi \GetFileInfo{utf8.def} \title{Providing some UTF-8 support via \texttt{inputenc}} \date{\fileversion\space\filedate{} printed \today} |