diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/rotchiffre.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/rotchiffre.dtx | 94 |
1 files changed, 69 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/rotchiffre.dtx b/Master/texmf-dist/source/latex/oberdiek/rotchiffre.dtx index 9a04606c724..b8c123be962 100644 --- a/Master/texmf-dist/source/latex/oberdiek/rotchiffre.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/rotchiffre.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: rotchiffre.dtx % Version: 2010/11/12 v1.0 -% +% Info: Perform simple rotation ciphers +% % Copyright (C) 2010 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 rotchiffre.dtx % and the derived files % rotchiffre.sty, rotchiffre.pdf, rotchiffre.ins, rotchiffre.drv, % rotchiffre-test1.tex, rotchiffre-test2.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/rotchiffre.dtx % CTAN:macros/latex/contrib/oberdiek/rotchiffre.pdf -% +% % Unpacking: % (a) If rotchiffre.ins is present: % tex rotchiffre.ins @@ -40,7 +41,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{rotchiffre.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If rotchiffre.drv is present: % latex rotchiffre.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 rotchiffre.dtx % makeindex -s gind.ist rotchiffre.idx % pdflatex rotchiffre.dtx % makeindex -s gind.ist rotchiffre.idx % pdflatex rotchiffre.dtx -% +% % Installation: % TDS:tex/generic/oberdiek/rotchiffre.sty % TDS:doc/latex/oberdiek/rotchiffre.pdf @@ -80,7 +81,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: rotchiffre 2010/11/12 v1.0 Provides ROT13, ROT5, ROT18, ROT47 (HO)} +\Msg{* Package: rotchiffre 2010/11/12 v1.0 Perform simple rotation ciphers (HO)} \Msg{************************************************************************} \keepsilent @@ -130,6 +131,10 @@ and the derived files \usedir{doc/latex/oberdiek/test}% \file{rotchiffre-test1.tex}{\from{rotchiffre.dtx}{test1}}% \file{rotchiffre-test2.tex}{\from{rotchiffre.dtx}{test2}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{rotchiffre.xml}{\from{rotchiffre.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -156,9 +161,9 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{rotchiffre.drv}% - [2010/11/12 v1.0 Provides ROT13, ROT5, ROT18, ROT47 (HO)]% + [2010/11/12 v1.0 Perform simple rotation ciphers (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \usepackage{rotchiffre}[2010/11/12] \usepackage{wasysym} \begin{document} @@ -167,7 +172,7 @@ and the derived files %</driver> % \fi % -% \CheckSum{933} +% \CheckSum{934} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -370,7 +375,7 @@ and the derived files \fi \expandafter\x\csname ver@rotchiffre.sty\endcsname \ProvidesPackage{rotchiffre}% - [2010/11/12 v1.0 Provides ROT13, ROT5, ROT18, ROT47 (HO)]% + [2010/11/12 v1.0 Perform simple rotation ciphers (HO)]% % \end{macrocode} % % \subsection{Catcodes} @@ -1294,9 +1299,48 @@ 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{rotchiffre.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='rotchiffre'> + <name>rotchiffre</name> + <caption>Perform simple rotation cyphers.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2010'/> + <license type='lppl1.3'/> + <version number='1.0'/> + <description> + The package defines a command <tt>\EdefRot</tt> that defines a + macro (whose name is given as an argument) to the rotation of the + given string. Available rotations are <tt>ROT13</tt> (for + letters), <tt>ROT5</tt> (for digits), <tt>ROT18</tt> (for digits + and letters together) and <tt>ROT47</tt> (for all ASCII + characters). + <p/> + The package is part of the + <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/rotchiffre.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/rotchiffre.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{thebibliography}{9} % \raggedright -% +% % \bibitem{fontspecthread} % Stephan Hennig et.\,al.: % \textit{fontspec: no ligatures with Times New Roman}; @@ -1305,7 +1349,7 @@ and the derived files % 2010-11-11.\\ % {\small % \url{http://groups.google.com/group/comp.text.tex/browse_thread/thread/6266f98e998ce333/d7b32e9dcc610c87}} -% +% % \bibitem{rot13modern} % Stephan Hennig: % \textit{Re: fontspec: no ligatures with Times New Roman}; @@ -1314,7 +1358,7 @@ and the derived files % 2010-11-11.\\ % {\small % \url{http://groups.google.com/group/comp.text.tex/msg/d7b32e9dcc610c87}} -% +% % \bibitem{rot13robin} % Robin Fairbairns: % \textit{Re: fontspec: no ligatures with Times New Roman}; @@ -1323,33 +1367,33 @@ and the derived files % 2010-11-12.\\ % {\small % \url{http://groups.google.com/group/comp.text.tex/msg/7c03e91407144704}} -% +% % \bibitem{wiki:rot13:de} % Wikipedia/German: % \textit{ROT13}; % 2010-10-26. % {\small % \url{http://de.wikipedia.org/wiki/ROT13}} -% +% % \bibitem{wiki:rot13:en} % Wikipedia/English: % \textit{ROT13}; % 2010-11-11. % {\small % \url{http://en.wikipedia.org/wiki/ROT13}} -% +% % \bibitem{cf:rot18} % Computerfreak/German: \textit{ROT-18}; % 2010-04-12.\\ % {\small % \url{http://www.compufreak.info/2010/04/12/rot-18/}} -% +% % \bibitem{lazydog} % Wikipedia/English: \textit{The quick brown fox jumps over the lazy dog}; % 2010-11-09.\\ % {\small % \url{http://en.wikipedia.org/wiki/The_quick_brown_fox_jumps_over_the_lazy_dog}} -% +% % \end{thebibliography} % % \begin{History} |