diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/hyphsubst.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/hyphsubst.dtx | 70 |
1 files changed, 57 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/hyphsubst.dtx b/Master/texmf-dist/source/latex/oberdiek/hyphsubst.dtx index b23a6f70ef1..de0a6fcb3f3 100644 --- a/Master/texmf-dist/source/latex/oberdiek/hyphsubst.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/hyphsubst.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: hyphsubst.dtx % Version: 2008/06/09 v0.2 -% +% Info: Substitute hyphenation patterns +% % Copyright (C) 2008 by % Heiko Oberdiek <heiko.oberdiek at googlemail.com> -% +% % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either % version 1.3c of this license or (at your option) any later @@ -15,23 +16,23 @@ % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of % LaTeX version 2005/12/01 or later. -% +% % This work has the LPPL maintenance status "maintained". -% +% % This Current Maintainer of this work is Heiko Oberdiek. -% +% % The Base Interpreter refers to any `TeX-Format', % because some files are installed in TDS:tex/generic//. -% +% % This work consists of the main source file hyphsubst.dtx % and the derived files % hyphsubst.sty, hyphsubst.pdf, hyphsubst.ins, hyphsubst.drv, % hyphsubst-test1.tex, hyphsubst-test2.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/hyphsubst.dtx % CTAN:macros/latex/contrib/oberdiek/hyphsubst.pdf -% +% % Unpacking: % (a) If hyphsubst.ins is present: % tex hyphsubst.ins @@ -40,7 +41,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{hyphsubst.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If hyphsubst.drv is present: % latex hyphsubst.drv @@ -50,14 +51,14 @@ % if available. Here you can specify further options, e.g. % use A4 as paper format: % \PassOptionsToClass{a4paper}{article} -% +% % Programm calls to get the documentation (example): % pdflatex hyphsubst.dtx % makeindex -s gind.ist hyphsubst.idx % pdflatex hyphsubst.dtx % makeindex -s gind.ist hyphsubst.idx % pdflatex hyphsubst.dtx -% +% % Installation: % TDS:tex/generic/oberdiek/hyphsubst.sty % TDS:doc/latex/oberdiek/hyphsubst.pdf @@ -130,6 +131,10 @@ and the derived files \usedir{doc/latex/oberdiek/test}% \file{hyphsubst-test1.tex}{\from{hyphsubst.dtx}{test1}}% \file{hyphsubst-test2.tex}{\from{hyphsubst.dtx}{test2}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{hyphsubst.xml}{\from{hyphsubst.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -158,7 +163,7 @@ and the derived files \ProvidesFile{hyphsubst.drv}% [2008/06/09 v0.2 Substitute hyphenation patterns (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \begin{document} \DocInput{hyphsubst.dtx}% \end{document} @@ -899,6 +904,45 @@ and the derived files %\end{verbatim} % \end{quote} % +% \section{Catalogue} +% +% The following XML file can be used as source for the +% \href{http://mirror.ctan.org/help/Catalogue/catalogue.html}{\TeX\ Catalogue}. +% The elements \texttt{caption} and \texttt{description} are imported +% from the original XML file from the Catalogue. +% The name of the XML file in the Catalogue is \xfile{hyphsubst.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='hyphsubst'> + <name>hyphsubst</name> + <caption>Substitute hyphenation patterns.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2008'/> + <license type='lppl1.3'/> + <version number='0.2'/> + <description> + A TeX format file may include alternative hyphenation patterns + for a language with a different name. If the naming convention + follows <xref refid='babel'>babel’s</xref> rules, then the + hyphenation patterns + for a language can be replaced by the alternative hyphenation patterns, + provided in the format file. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> + bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/hyphsubst.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/hyphsubst.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{History} % \begin{Version}{2008/06/07 v0.1} % \item |