From 9619856eb2ef82ce64ea935233a8a8c64791c616 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 22 May 2007 17:37:34 +0000 Subject: install exptl delimtxt git-svn-id: svn://tug.org/texlive/trunk@4333 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/delimtxt/delimtxt.pdf | Bin 0 -> 55074 bytes Master/texmf-dist/doc/latex/delimtxt/resulta.dat | 2 + Master/texmf-dist/doc/latex/delimtxt/resultb.dat | 2 + Master/texmf-dist/doc/latex/delimtxt/resultc.dat | 2 + Master/texmf-dist/doc/latex/delimtxt/test1.tex | 31 ++ Master/texmf-dist/doc/latex/delimtxt/test2.tex | 29 ++ Master/texmf-dist/doc/latex/delimtxt/test3.tex | 33 +++ .../texmf-dist/source/latex/delimtxt/delimtxt.dtx | 330 +++++++++++++++++++++ .../texmf-dist/source/latex/delimtxt/delimtxt.ins | 6 + Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty | 182 ++++++++++++ Master/texmf-dist/tpm/delimtxt.tpm | 35 +++ 11 files changed, 652 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/delimtxt/delimtxt.pdf create mode 100644 Master/texmf-dist/doc/latex/delimtxt/resulta.dat create mode 100644 Master/texmf-dist/doc/latex/delimtxt/resultb.dat create mode 100644 Master/texmf-dist/doc/latex/delimtxt/resultc.dat create mode 100644 Master/texmf-dist/doc/latex/delimtxt/test1.tex create mode 100644 Master/texmf-dist/doc/latex/delimtxt/test2.tex create mode 100644 Master/texmf-dist/doc/latex/delimtxt/test3.tex create mode 100644 Master/texmf-dist/source/latex/delimtxt/delimtxt.dtx create mode 100644 Master/texmf-dist/source/latex/delimtxt/delimtxt.ins create mode 100644 Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty create mode 100644 Master/texmf-dist/tpm/delimtxt.tpm (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/delimtxt/delimtxt.pdf b/Master/texmf-dist/doc/latex/delimtxt/delimtxt.pdf new file mode 100644 index 00000000000..16cb56228be Binary files /dev/null and b/Master/texmf-dist/doc/latex/delimtxt/delimtxt.pdf differ diff --git a/Master/texmf-dist/doc/latex/delimtxt/resulta.dat b/Master/texmf-dist/doc/latex/delimtxt/resulta.dat new file mode 100644 index 00000000000..540f89b9f97 --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/resulta.dat @@ -0,0 +1,2 @@ +Miss|Iusta|Mo|34 Winchester Road\\Sheffield\\England|9 +Mr|Arthur|Minit|43 Sheffield Road\\Winchester\\England|8 diff --git a/Master/texmf-dist/doc/latex/delimtxt/resultb.dat b/Master/texmf-dist/doc/latex/delimtxt/resultb.dat new file mode 100644 index 00000000000..390c6eb972e --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/resultb.dat @@ -0,0 +1,2 @@ +Miss Iusta Mo 34 Winchester Road\\Sheffield\\England 2 7 xxx +Mr Arthur Minit 43 Sheffield Road\\Winchester\\England 3 6 diff --git a/Master/texmf-dist/doc/latex/delimtxt/resultc.dat b/Master/texmf-dist/doc/latex/delimtxt/resultc.dat new file mode 100644 index 00000000000..ff6817938ba --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/resultc.dat @@ -0,0 +1,2 @@ +Miss|Iusta|Mo|34 Winchester Road\\Sheffield\\England|11 22 33 +Mr|Arthur|Minit|43 Sheffield Road\\Winchester\\England|C diff --git a/Master/texmf-dist/doc/latex/delimtxt/test1.tex b/Master/texmf-dist/doc/latex/delimtxt/test1.tex new file mode 100644 index 00000000000..74f76101dfc --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/test1.tex @@ -0,0 +1,31 @@ +%% +%% This is file `tmexamp1.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% textmerg.dtx (with options: `examp') +%% +\documentclass[12pt]{letter} +\usepackage[ansinew]{inputenc} + +\usepackage{delimtxt} +\begin{document} +\Fields{\Title\Forenames\Surname + \Address\Grade} +{\catcode`\^^I=12 +\SetDel^^I} +\DelimRead{resultb.dat}{% +\begin{letter}{\Title\ \Forenames\ + \Surname\\\Address} + \opening{Dear \Title\ \Surname,} + This letter is to inform you + that you obtained grade \Grade\ in + your recent examinations. + \closing{Yours faithfully,} +\end{letter} +} +\end{document} +\endinput +%% +%% End of file `tmexamp1.tex'. diff --git a/Master/texmf-dist/doc/latex/delimtxt/test2.tex b/Master/texmf-dist/doc/latex/delimtxt/test2.tex new file mode 100644 index 00000000000..1958cfb22a4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/test2.tex @@ -0,0 +1,29 @@ +%% +%% This is file `tmexamp1.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% textmerg.dtx (with options: `examp') +%% +\documentclass[12pt]{letter} +\usepackage[ansinew]{inputenc} + +\usepackage{delimtxt} +\begin{document} +\Fields{\Title\Forenames\Surname + \Address\Grade} +\DelimRead{resulta.dat}{% +\begin{letter}{\Title\ \Forenames\ + \Surname\\\Address} + \opening{Dear \Title\ \Surname,} + This letter is to inform you + that you obtained grade \Grade\ in + your recent examinations. + \closing{Yours faithfully,} +\end{letter} +} +\end{document} +\endinput +%% +%% End of file `tmexamp1.tex'. diff --git a/Master/texmf-dist/doc/latex/delimtxt/test3.tex b/Master/texmf-dist/doc/latex/delimtxt/test3.tex new file mode 100644 index 00000000000..6a97c946e45 --- /dev/null +++ b/Master/texmf-dist/doc/latex/delimtxt/test3.tex @@ -0,0 +1,33 @@ +%% +%% This is file `tmexamp1.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% textmerg.dtx (with options: `examp') +%% +\documentclass[12pt]{letter} +\usepackage[latin1]{inputenc} + +\usepackage{delimtxt} +\begin{document} +\Fields{\Title\Forenames\Surname + \Address-\Grade} +%{\catcode`\^^I=12 +%\SetDel^^I} +\tracingmacros=2 +\tracingcommands=2 +\DelimRead{resultc.dat}{% +\begin{letter}{\Title\ \Forenames\ + \Surname\\\Address} + \opening{Dear \Title\ \Surname,} + This letter is to inform you + that you obtained grade \Grade\ in + your recent examinations. + \closing{Yours faithfully,} +\end{letter} +} +\end{document} +\endinput +%% +%% End of file `tmexamp1.tex'. diff --git a/Master/texmf-dist/source/latex/delimtxt/delimtxt.dtx b/Master/texmf-dist/source/latex/delimtxt/delimtxt.dtx new file mode 100644 index 00000000000..28b11ed95a2 --- /dev/null +++ b/Master/texmf-dist/source/latex/delimtxt/delimtxt.dtx @@ -0,0 +1,330 @@ +% \iffalse +%<*drv> +\documentclass{ltxdoc} +\usepackage{doc} +\usepackage[T1]{fontenc} +\usepackage[ansinew]{inputenc} +\CodelineIndex +\parindent0pt +\setcounter{IndexColumns}{2} +\begin{document} +%\OnlyDescription %Comment out for Desription only +\setlength\hfuzz{15pt} +\sloppy +\DocInput{delimtxt.dtx} +\end{document} +% +%\fi +% \MakeShortVerb{\|} +% \CheckSum{270} +% Copyright 1999 Bjoern Pedersen +% This program can be redistributed and/or modified under the terms +% of the LaTeX Project Public License Distributed from CTAN +% archives in directory macros/latex/base/lppl.txt; either +% version 1 of the License, or any later version. +% +% +%% This is heavily based on: +%% textmerg.dtx (with options: `textmerg') +%% +%% Copyright (C) 1992,1994 Mike Piff, University of Sheffield, England +% \section{Intro} +% This package tries do deal with single character delimited table +% files. It was mainly inspired and is heavily based on Mike Piff's +% textmerg package. +% +% Note for package writers: +% As this package is still under development, the interface is not g +% guaranteed to be stable. Please consider this if you want to use this +% package in your style files +% +% \section{Description} +% \DescribeMacro{\SetDel} +% The |\SetDel| set the character used as +% a delimiter in the input file. The default is \texttt{\char126}. +% If the character does not have |\catcode=12|, you should adjust this +% before setting it as in this example: +% \begin{verbatim} +% {\catcode`\^^I=12 +% \SetDel^^I} +% \end{verbatim} +% This would set del to the -character +% +% \DescribeMacro{\Fields} +% The |\Fields| macor takes a list of control sequence, which will be +% assigned during the read in process. +% Example: +% \begin{verbatim} +% \Fields{\Title\Forenames\Surname\Address\Grade} +% \end{verbatim} +% +% \DescribeMacro{\DelimRead} +% After defining the |\Fields|, a file is read in with +% |\DelimRead{File}{Template}|, +% where |File| is the filename of the data file, and |Template| is the +% text, in which occurences of the csnames in the |\Fields|-macro +% should be replaced by text from the data file. +% +% \StopEventually +% \section{Code} +% \subsection{Header} +% Announce the file. +% \begin{macrocode} +%<*delimtxt> +\def\fileversion{1.02} +\def\filedate{1999/05/03} +\def\filename{delimtxt.dtx} +\def\Copyright{Copyright 1999 Bjoern Pedersen} +\NeedsTeXFormat{LaTeX2e}[1998/06/01] +\ProvidesPackage{delimtxt}[\filedate] +\typeout{Package `delimtxt´ <\filedate>.} +\typeout{\Copyright} +% \end{macrocode} +% \subsection{Utility macros} +% \begin{macrocode} +\def\glet{\global\let} + +% \end{macrocode} +%\subsection{File Handling} +% This opens a file and reads it line by line into |\InputBuffer|. +% \begin{macrocode} +\newread\DelimFile + +\def\InputFile#1{% + \openin\DelimFile=#1 + \ifeof\DelimFile + \errmessage{Empty Delim file}% + \closein\DelimFile + \long\def\MakeTemplate##1{% + \def\Template{}}% + \else\GetInput + \fi} +% \end{macrocode} +% +% Adjust the catcode of the delimiter temporarily, and read one line +% of input. +% \begin{macrocode} +\def\GetInput{{ + \global\LF@false + \endlinechar=-1% + \expandafter\catcode\expandafter`\the\Del=12 + \global\read\DelimFile to\InputBuffer}} +% \end{macrocode} +% +% Check, if there is anything left in the Input file. If not, stop +% Iterating. Empty lines in the file are silently skipped. +% +% \begin{macrocode} +\def\SeeIfEof{% + \let\NextLook\relax + \ifeof\DelimFile + \else + \ifx\InputBuffer\empty + \LookAgain + \fi + \fi + \NextLook} + +\def\LookAgain{\GetInput + \let\NextLook\SeeIfEof} +% \end{macrocode} + + +% \begin{macro}{\ifNonBlank} +% \begin{macro}{\AllowBlank} +% \begin{macro}{\DontAllowBlank} +%We can now prepare to read actual fields from the merge file. A conditional +%is used to indicate whether or not the field we are about to read is +%allowed to be blank. We also set up a mechanism for changing its value. +% \begin{macrocode} +\newif\ifNonBlank \NonBlankfalse +\def\AllowBlank{\global\NonBlankfalse} +\def\DontAllowBlank{\global\NonBlanktrue} +% \end{macrocode} +% \end{macro} +% \end{macro} +% \end{macro} + + + +% \subsection{Parsing the Input Buffer} +% This is the difficult part of the processing. +% \subsubsection{Helper macros and registers} +% We need some token registers to save the Input, the delimiter, and +% some of the definitions for dynamic parameter lists +% \begin{macrocode} +\newif\ifLF@ +\def\mark{\relax} +\newtoks\InPutField +\newtoks\Del +\newtoks\StripT@k +\newtoks\NextFieldT@k +% \end{macrocode} +%\subsubsection{Strip mark helper} +% A helper macro to strip of a marker, we placed in the input +% stream. It is put in |\StripT@k| and the actual definiton will take +% place on execution of |\SetDel| as we need to know what the +% delimiter actually is. +% +% \begin{macrocode} +\StripT@k={% +{% +\aftergroup\gdef% +\aftergroup\StripMark% +\aftergroup#\aftergroup1% +\expandafter\aftergroup\the\Del% +\aftergroup\mark% +}{\gdef\InputBuffer{#1}}} +% \end{macrocode} +% \subsubsection{Get the next Field value from the input stream } +% On execution of |\SetDel| this mess will define a macro +% |\GetNextInputField#1#2\lineend|. +% This will perform somthing similar to the C language |strtok| function. +% This macro gets the contents of the |\InputBuffer| plus an extra +% delimiter, a mark and a lineend marker. +% On Exit |\InputBuffer| is reassigned with one less Field after +% stripping of all markers. +% If nothing is left, a flag is set and |\InputBuffer| is set empty. +% This flag is currently unused, but could be used for better error +% handling in case of missing fields in the input. +% \begin{macrocode} + +\NextFieldT@k={% +{%begin of aftergroup group +\aftergroup\gdef% +\aftergroup\GetNextInputField% +\aftergroup#\aftergroup1% +\expandafter\aftergroup\the\Del% +\aftergroup#\aftergroup2% +\aftergroup\lineend}%end of aftergroup group +{% + \if\mark #2% + \global\LF@true% + \glet\InputBuffer=\empty% + \else% + \global\LF@false% + \StripMark#2% + \fi% + \InPutField={#1}% + \if!#1!% check if Field is empty (Ref: D.Carlise in comp.text.tex) + \ifNonBlank% + \MissingField% + \InPutField={???}% + \else% + \InPutField={#1}% + \fi% + \else + \relax + \fi% +}} +% \end{macrocode} +% +% This macro sets the Delimiter. As this may be called at any time, +% we need to redefine the macros |\GetNextInputField| +% and |\StripMark|. The definitions have been stored in two token +% registers, so we have just to execute them. The trickery with +% |\aftergroup| in the token list enables expansion of |\the\Del| in +% the macro parameter list. +% +% +% \begin{macrocode} +\def\SetDel#1{\global\Del={#1}% +\the\StripT@k% +\the\NextFieldT@k% +} +\SetDel| + + +% \end{macrocode} +% \subsection{Parsing the fields} +% Here we parse the inout fields as in the textmerg package, but +% getting values from our new parser. Probably, the treatment of +% missing items is not very good( in fact it is completly missing) +% We have to put a |\mark| and |\lineend| in the stream, do detect +% the end of the input line. +% +% \begin{macrocode} + +\def\ReadIn#1{% + \expandafter\expandafter\expandafter% + \GetNextInputField% + \expandafter\InputBuffer\the\Del% + \mark\lineend% + \global\edef#1{\the\InPutField}% +} +% \end{macrocode} +% This is not used yet. +% \begin{macrocode} +\def\MissingField{% + \message{Missing field in file}} +% \end{macrocode} +% +% Here begins the field parsing, as in the textmerg-package. +% +% \begin{macrocode} + +\newtoks\GlobalFields +% +\def\Fields#1{\GlobalFields{#1}} +% +\def\ParseFields#1{% + \ifx#1\EndParseFields% + \let\NextParse\relax% + \ifLF@% + \message{ Line was OK}% + \else% + {\message{ There were more items than fields on line + \the\Iteratecounter. They will be skipped.} + \glet\InputBuffer=\empty}% + \fi% + \else% + \let\NextParse\ParseFields% + \ifx#1+\DontAllowBlank% + \else% + \ifx#1-\AllowBlank% + \else\ReadIn#1% + \fi% + \fi% + \fi\NextParse}% + +\let\EndParseFields\ParseFields% +% \end{macrocode} +% \begin{macrocode} +\def\ReadFields#1{ +\ifeof\DelimFile% + \else% +\expandafter\ParseFields% + \the#1\EndParseFields% +\fi}% +% \end{macrocode} +%\subsection{The iteration code} +% \begin{macrocode} +\long\def\DelimRead#1#2{\begingroup% + \InputFile{#1}% + \def\Fields##1{% + \ParseFields##1\EndParseFields}% + \MakeTemplate{#2}\Iterate}% +% \end{macrocode} +% \begin{macrocode} +\long\def\MakeTemplate#1{\def\Template{#1}} +% \end{macrocode} +% \begin{macrocode} +\countdef\Iteratecounter=1% + +\Iteratecounter=0 +\def\Iterate{% + \global\advance\Iteratecounter by1% + \ReadFields\GlobalFields% + \Template% + \SeeIfEof% + \ifeof\DelimFile% + \def\NextIteration{% + \endgroup\closein\DelimFile}% + \else% + \let\NextIteration\Iterate% + \fi% + \NextIteration} +\endinput +% \end{macrocode} +% +%\Finale diff --git a/Master/texmf-dist/source/latex/delimtxt/delimtxt.ins b/Master/texmf-dist/source/latex/delimtxt/delimtxt.ins new file mode 100644 index 00000000000..b093b8760b9 --- /dev/null +++ b/Master/texmf-dist/source/latex/delimtxt/delimtxt.ins @@ -0,0 +1,6 @@ +%% DocStrip driver for ffmbg +\input docstrip +%\askonceonly +\generate{\file{delimtxt.sty}{\from{delimtxt.dtx}{delimtxt}}} +\endbatchfile + diff --git a/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty b/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty new file mode 100644 index 00000000000..6244a8d9441 --- /dev/null +++ b/Master/texmf-dist/tex/latex/delimtxt/delimtxt.sty @@ -0,0 +1,182 @@ +%% +%% This is file `delimtxt.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% delimtxt.dtx (with options: `delimtxt') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from delimtxt.sty. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file delimtxt.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% This is heavily based on: +%% textmerg.dtx (with options: `textmerg') +%% +%% Copyright (C) 1992,1994 Mike Piff, University of Sheffield, England +\def\fileversion{1.02} +\def\filedate{1999/05/03} +\def\filename{delimtxt.dtx} +\def\Copyright{Copyright 1999 Bjoern Pedersen} +\NeedsTeXFormat{LaTeX2e}[1998/06/01] +\ProvidesPackage{delimtxt}[\filedate] +\typeout{Package `delimtxt´ <\filedate>.} +\typeout{\Copyright} +\def\glet{\global\let} + +\newread\DelimFile + +\def\InputFile#1{% + \openin\DelimFile=#1 + \ifeof\DelimFile + \errmessage{Empty Delim file}% + \closein\DelimFile + \long\def\MakeTemplate##1{% + \def\Template{}}% + \else\GetInput + \fi} +\def\GetInput{{ + \global\LF@false + \endlinechar=-1% + \expandafter\catcode\expandafter`\the\Del=12 + \global\read\DelimFile to\InputBuffer}} +\def\SeeIfEof{% + \let\NextLook\relax + \ifeof\DelimFile + \else + \ifx\InputBuffer\empty + \LookAgain + \fi + \fi + \NextLook} + +\def\LookAgain{\GetInput + \let\NextLook\SeeIfEof} + +\newif\ifNonBlank \NonBlankfalse +\def\AllowBlank{\global\NonBlankfalse} +\def\DontAllowBlank{\global\NonBlanktrue} + +\newif\ifLF@ +\def\mark{\relax} +\newtoks\InPutField +\newtoks\Del +\newtoks\StripT@k +\newtoks\NextFieldT@k +\StripT@k={% +{% +\aftergroup\gdef% +\aftergroup\StripMark% +\aftergroup#\aftergroup1% +\expandafter\aftergroup\the\Del% +\aftergroup\mark% +}{\gdef\InputBuffer{#1}}} + +\NextFieldT@k={% +{%begin of aftergroup group +\aftergroup\gdef% +\aftergroup\GetNextInputField% +\aftergroup#\aftergroup1% +\expandafter\aftergroup\the\Del% +\aftergroup#\aftergroup2% +\aftergroup\lineend}%end of aftergroup group +{% + \if\mark #2% + \global\LF@true% + \glet\InputBuffer=\empty% + \else% + \global\LF@false% + \StripMark#2% + \fi% + \InPutField={#1}% + \if!#1!% check if Field is empty (Ref: D.Carlise in comp.text.tex) + \ifNonBlank% + \MissingField% + \InPutField={???}% + \else% + \InPutField={#1}% + \fi% + \else + \relax + \fi% +}} +\def\SetDel#1{\global\Del={#1}% +\the\StripT@k% +\the\NextFieldT@k% +} +\SetDel| + + +\def\ReadIn#1{% + \expandafter\expandafter\expandafter% + \GetNextInputField% + \expandafter\InputBuffer\the\Del% + \mark\lineend% + \global\edef#1{\the\InPutField}% +} +\def\MissingField{% + \message{Missing field in file}} + +\newtoks\GlobalFields +\def\Fields#1{\GlobalFields{#1}} +\def\ParseFields#1{% + \ifx#1\EndParseFields% + \let\NextParse\relax% + \ifLF@% + \message{ Line was OK}% + \else% + {\message{ There were more items than fields on line + \the\Iteratecounter. They will be skipped.} + \glet\InputBuffer=\empty}% + \fi% + \else% + \let\NextParse\ParseFields% + \ifx#1+\DontAllowBlank% + \else% + \ifx#1-\AllowBlank% + \else\ReadIn#1% + \fi% + \fi% + \fi\NextParse}% + +\let\EndParseFields\ParseFields% +\def\ReadFields#1{ +\ifeof\DelimFile% + \else% +\expandafter\ParseFields% + \the#1\EndParseFields% +\fi}% +\long\def\DelimRead#1#2{\begingroup% + \InputFile{#1}% + \def\Fields##1{% + \ParseFields##1\EndParseFields}% + \MakeTemplate{#2}\Iterate}% +\long\def\MakeTemplate#1{\def\Template{#1}} +\countdef\Iteratecounter=1% + +\Iteratecounter=0 +\def\Iterate{% + \global\advance\Iteratecounter by1% + \ReadFields\GlobalFields% + \Template% + \SeeIfEof% + \ifeof\DelimFile% + \def\NextIteration{% + \endgroup\closein\DelimFile}% + \else% + \let\NextIteration\Iterate% + \fi% + \NextIteration} +\endinput +%% +%% End of file `delimtxt.sty'. diff --git a/Master/texmf-dist/tpm/delimtxt.tpm b/Master/texmf-dist/tpm/delimtxt.tpm new file mode 100644 index 00000000000..4dc88f06790 --- /dev/null +++ b/Master/texmf-dist/tpm/delimtxt.tpm @@ -0,0 +1,35 @@ + + + + delimtxt + Package + 2006/03/21 14:31:19 + + karl + The delimtxt package. + + + 70756 + + + +texmf-dist/tex/latex/delimtxt/delimtxt.sty +texmf-dist/tpm/delimtxt.tpm + + +texmf-dist/doc/latex/delimtxt/delimtxt.pdf +texmf-dist/doc/latex/delimtxt/resulta.dat +texmf-dist/doc/latex/delimtxt/resultb.dat +texmf-dist/doc/latex/delimtxt/resultc.dat +texmf-dist/doc/latex/delimtxt/test1.tex +texmf-dist/doc/latex/delimtxt/test2.tex +texmf-dist/doc/latex/delimtxt/test3.tex + + +texmf-dist/source/latex/delimtxt/delimtxt.dtx +texmf-dist/source/latex/delimtxt/delimtxt.ins + + Package/delimtxt + + + -- cgit v1.2.3