summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/bitset.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/bitset.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/bitset.dtx80
1 files changed, 62 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/bitset.dtx b/Master/texmf-dist/source/latex/oberdiek/bitset.dtx
index 38da87716e5..c7441d36a34 100644
--- a/Master/texmf-dist/source/latex/oberdiek/bitset.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/bitset.dtx
@@ -1,11 +1,12 @@
% \iffalse meta-comment
-%
+%
% File: bitset.dtx
% Version: 2011/01/30 v1.1
-%
+% Info: Handle bit-vector datatype
+%
% Copyright (C) 2007, 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,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 bitset.dtx
% and the derived files
% bitset.sty, bitset.pdf, bitset.ins, bitset.drv, bitset-test1.tex,
% bitset-test2.tex, bitset-test3.tex.
-%
+%
% Distribution:
% CTAN:macros/latex/contrib/oberdiek/bitset.dtx
% CTAN:macros/latex/contrib/oberdiek/bitset.pdf
-%
+%
% Unpacking:
% (a) If bitset.ins is present:
% tex bitset.ins
@@ -40,7 +41,7 @@
% (c) If you insist on using LaTeX
% latex \let\install=y\input{bitset.dtx}
% (quote the arguments according to the demands of your shell)
-%
+%
% Documentation:
% (a) If bitset.drv is present:
% latex bitset.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 bitset.dtx
% makeindex -s gind.ist bitset.idx
% pdflatex bitset.dtx
% makeindex -s gind.ist bitset.idx
% pdflatex bitset.dtx
-%
+%
% Installation:
% TDS:tex/generic/oberdiek/bitset.sty
% TDS:doc/latex/oberdiek/bitset.pdf
@@ -81,7 +82,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: bitset 2011/01/30 v1.1 Data type bit set (HO)}
+\Msg{* Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -132,6 +133,10 @@ and the derived files
\file{bitset-test1.tex}{\from{bitset.dtx}{test1}}%
\file{bitset-test2.tex}{\from{bitset.dtx}{test2,etex}}%
\file{bitset-test3.tex}{\from{bitset.dtx}{test2,noetex}}%
+ \nopreamble
+ \nopostamble
+ \usedir{source/latex/oberdiek/catalogue}%
+ \file{bitset.xml}{\from{bitset.dtx}{catalogue}}%
}
\catcode32=13\relax% active space
@@ -158,12 +163,16 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{bitset.drv}%
- [2011/01/30 v1.1 Data type bit set (HO)]%
+ [2011/01/30 v1.1 Handle bit-vector datatype (HO)]%
\documentclass{ltxdoc}
-\usepackage{holtxdoc}[2011/02/04]
+\usepackage{holtxdoc}[2011/11/22]
\usepackage{amstext}
-\usepackage[T1]{fontenc}
-\usepackage{lmodern}
+\usepackage{ifluatex}
+\ifluatex
+\else
+ \usepackage[T1]{fontenc}%
+ \usepackage{lmodern}%
+\fi
\begin{document}
\DocInput{bitset.dtx}%
\end{document}
@@ -740,7 +749,7 @@ and the derived files
\fi
\expandafter\x\csname ver@bitset.sty\endcsname
\ProvidesPackage{bitset}%
- [2011/01/30 v1.1 Data type bit set (HO)]%
+ [2011/01/30 v1.1 Handle bit-vector datatype (HO)]%
% \end{macrocode}
%
% \subsection{Catcodes}
@@ -4182,6 +4191,41 @@ 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{bitset.xml}.
+% \begin{macrocode}
+%<*catalogue>
+<?xml version='1.0' encoding='us-ascii'?>
+<!DOCTYPE entry SYSTEM 'catalogue.dtd'>
+<entry datestamp='$Date$' modifier='$Author$' id='bitset'>
+ <name>bitset</name>
+ <caption>Handle bit-vector datatype.</caption>
+ <authorref id='auth:oberdiek'/>
+ <copyright owner='Heiko Oberdiek' year='2007,2011'/>
+ <license type='lppl1.3'/>
+ <version number='1.1'/>
+ <description>
+ This package defines and implements the data type bit set,
+ a vector of bits. The size of the vector may grow dynamically.
+ Individual bits can be manipulated.
+ <p/>
+ The package is part of the <xref refid='oberdiek'>oberdiek</xref> bundle.
+ </description>
+ <documentation details='Package documentation'
+ href='ctan:/macros/latex/contrib/oberdiek/bitset.pdf'/>
+ <ctan file='true' path='/macros/latex/contrib/oberdiek/bitset.dtx'/>
+ <miktex location='oberdiek'/>
+ <texlive location='oberdiek'/>
+ <install path='/macros/latex/contrib/oberdiek/oberdiek.tds.zip'/>
+</entry>
+%</catalogue>
+% \end{macrocode}
+%
% \begin{History}
% \begin{Version}{2007/09/28 v1.0}
% \item