diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-02 21:50:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-02 21:50:45 +0000 |
commit | aa1776c78dfdb456e2228fbceaa886e64e36174c (patch) | |
tree | 7967af7f0f2079a632809a813221918af16ba8cc /Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx | |
parent | a86d14742b305868a1c2b1f33f1263a6b7d0e03d (diff) |
oberdiek (1may12)
git-svn-id: svn://tug.org/texlive/trunk@26177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx | 73 |
1 files changed, 56 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx b/Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx index 870321b7085..6a0247b25d7 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pmboxdraw.dtx @@ -1,11 +1,12 @@ % \iffalse meta-comment -% +% % File: pmboxdraw.dtx % Version: 2011/03/24 v1.1 -% +% Info: Poor man's box drawing characters +% % Copyright (C) 2006, 2011 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,20 +16,20 @@ % 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. -% +% % This work consists of the main source file pmboxdraw.dtx % and the derived files % pmboxdraw.sty, pmboxdraw.pdf, pmboxdraw.ins, pmboxdraw.drv, % pmboxdrawenc.dfu, pmboxdraw-test1.tex. -% +% % Distribution: % CTAN:macros/latex/contrib/oberdiek/pmboxdraw.dtx % CTAN:macros/latex/contrib/oberdiek/pmboxdraw.pdf -% +% % Unpacking: % (a) If pmboxdraw.ins is present: % tex pmboxdraw.ins @@ -37,7 +38,7 @@ % (c) If you insist on using LaTeX % latex \let\install=y\input{pmboxdraw.dtx} % (quote the arguments according to the demands of your shell) -% +% % Documentation: % (a) If pmboxdraw.drv is present: % latex pmboxdraw.drv @@ -47,14 +48,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 pmboxdraw.dtx % makeindex -s gind.ist pmboxdraw.idx % pdflatex pmboxdraw.dtx % makeindex -s gind.ist pmboxdraw.idx % pdflatex pmboxdraw.dtx -% +% % Installation: % TDS:tex/latex/oberdiek/pmboxdraw.sty % TDS:tex/latex/oberdiek/pmboxdrawenc.dfu @@ -124,6 +125,10 @@ and the derived files \file{pmboxdrawenc.dfu}{\from{pmboxdraw.dtx}{utf8}}% \usedir{doc/latex/oberdiek/test}% \file{pmboxdraw-test1.tex}{\from{pmboxdraw.dtx}{test1}}% + \nopreamble + \nopostamble + \usedir{source/latex/oberdiek/catalogue}% + \file{pmboxdraw.xml}{\from{pmboxdraw.dtx}{catalogue}}% } \catcode32=13\relax% active space @@ -152,7 +157,7 @@ and the derived files \ProvidesFile{pmboxdraw.drv}% [2011/03/24 v1.1 Poor man's box drawing characters (HO)]% \documentclass{ltxdoc} -\usepackage{holtxdoc}[2011/02/04] +\usepackage{holtxdoc}[2011/11/22] \usepackage{color} \let\orgdimexpr\dimexpr %\let\dimexpr\relax @@ -5552,30 +5557,64 @@ $ \kern.5\pmbd@C %\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{pmboxdraw.xml}. +% \begin{macrocode} +%<*catalogue> +<?xml version='1.0' encoding='us-ascii'?> +<!DOCTYPE entry SYSTEM 'catalogue.dtd'> +<entry datestamp='$Date$' modifier='$Author$' id='pmboxdraw'> + <name>pmboxdraw</name> + <caption>Poor man's box drawing characters.</caption> + <authorref id='auth:oberdiek'/> + <copyright owner='Heiko Oberdiek' year='2006,2011'/> + <license type='lppl1.3'/> + <version number='1.1'/> + <description> + This package declares box drawing characters of + old code pages, e.g. cp437. It uses rules instead of using a font. + <p/> + The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle. + </description> + <documentation details='Package documentation' + href='ctan:/macros/latex/contrib/oberdiek/pmboxdraw.pdf'/> + <ctan file='true' path='/macros/latex/contrib/oberdiek/pmboxdraw.dtx'/> + <miktex location='oberdiek'/> + <texlive location='oberdiek'/> + <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/> +</entry> +%</catalogue> +% \end{macrocode} +% % \begin{thebibliography}{9} -% +% % \bibitem{inputenx} % Heiko Oberdiek, The \xpackage{inputenx} Package (Enhanced input encoding % handling), 2006/03/05 v1.0, % \url{ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/oberdiek/inputenx.pdf}. -% +% % \bibitem{aglfn} % Adobe Systems Incorporated, % Adobe Glyph List for New Fonts (AGLFN), version 1.5, 2005/09/18, % \url{http://partners.adobe.com/public/developer/en/opentype/aglfn13.txt}. -% +% % \bibitem{2500} % Unicode Inc., % The Unicode Standard, Version 4.1, Box Drawing, Range: 2500--257F, % 2005. % \url{http://www.unicode.org/charts/PDF/U2500.pdf} -% +% % \bibitem{2580} % Unicode Inc., % The Unicode Standard, Version 4.1, Block Elements, Range: 2580--259F, % 2005. % \url{http://www.unicode.org/charts/PDF/U2580.pdf} -% +% % \end{thebibliography} % % \begin{History} |