summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/accsupp.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/accsupp.dtx67
1 files changed, 54 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx b/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx
index fd1c8370651..2e6efda5cbd 100644
--- a/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/accsupp.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: accsupp.dtx
% Version: 2010/01/16 v0.3
-%
+% Info: Accessibility support by marked content
+%
% Copyright (C) 2007, 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,22 +16,22 @@
% 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 accsupp.dtx
% and the derived files
% accsupp.sty, accsupp.pdf, accsupp.ins, accsupp.drv,
% accsupp-pdftex.def, accsupp-dvipdfm.def, accsupp-dvips.def,
% accsupp-example1.tex, accsupp-example2.tex,
% accsupp-test1.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/accsupp.dtx
% CTAN:macros/latex/contrib/oberdiek/accsupp.pdf
-%
+%
% Unpacking:
% (a) If accsupp.ins is present:
% tex accsupp.ins
@@ -39,7 +40,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{accsupp.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If accsupp.drv is present:
% latex accsupp.drv
@@ -49,14 +50,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 accsupp.dtx
% makeindex -s gind.ist accsupp.idx
% pdflatex accsupp.dtx
% makeindex -s gind.ist accsupp.idx
% pdflatex accsupp.dtx
-%
+%
% Installation:
% TDS:tex/latex/oberdiek/accsupp.sty
% TDS:tex/latex/oberdiek/accsupp-pdftex.def
@@ -137,6 +138,10 @@ and the derived files
\file{accsupp-example2.tex}{\from{accsupp.dtx}{example2}}%
\usedir{doc/latex/oberdiek/test}%
\file{accsupp-test1.tex}{\from{accsupp.dtx}{test1}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{accsupp.xml}{\from{accsupp.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -166,7 +171,7 @@ and the derived files
\ProvidesFile{accsupp.drv}%
[2010/01/16 v0.3 Accessibility support by marked content (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\begin{document}
\DocInput{accsupp.dtx}%
\end{document}
@@ -1087,12 +1092,48 @@ A\notparallel B
%\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{accsupp.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='accsupp'>
+ <name>accsupp</name>
+ <caption>Better accessibility support for PDF files.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2007,2010'/>
+ <license type='lppl1.3'/>
+ <version number='0.3'/>
+ <description>
+ Since PDF 1.5 portions of a page can be marked for better accessibility
+ support. For example, replacement texts or expansions of abbreviations can
+ be provided. This package starts with providing a minimal low-level
+ interface for programmers; its status is experimental.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/accsupp.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/accsupp.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{thebibliography}{9}
% \bibitem{pdfspec}
% Adobe Systems Incorporated,
% \textit{PDF Reference}, 6th edition, 2006.
% \url{http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf}
-%
+%
% \end{thebibliography}
%
% \begin{History}