diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/isodoc/README | 49 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodoc/README.md | 29 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/isodoc/isodoc.pdf | bin | 866329 -> 868528 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/Makefile | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/isodoc.dtx | 39 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/isodoc.ins | 31 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/isodoc/isodoc.cls | 10 |
7 files changed, 76 insertions, 88 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/README b/Master/texmf-dist/doc/latex/isodoc/README deleted file mode 100644 index 665aedff8c3..00000000000 --- a/Master/texmf-dist/doc/latex/isodoc/README +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% This is file `README ', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% isodoc.dtx (with options: `readme') -%% -%% Copyright (C) 2006 by Wybo Dekker <wybo@dekkerdocumenten.nl> -%% -%% This work may be distributed and/or modified under the conditions of -%% the LaTeX Project Public License, either version 1.3 of this license -%% or (at your option) any later version. The latest version of this -%% license is in: -%% -%% http://www.latex-project.org/lppl.txt -%% -%% and version 1.2 or later is part of all distributions of LaTeX version -%% 2003/12/01 or later. -%% -| --------:|:-------------------------------------- - isodoc:| LaTeX class used for typesetting of letters and invoices - Author:| Wybo Dekker - E-mail:| wybo@dekkerdocumenten.nl -License:| Released under the LaTeX Project Public License v1.3c or later - See:| http://www.latex-project.org/lppl.txt - -Short description: -The isodoc class is used for the preparation of letters and invoices. -Future versions will support the preparation of other, similar -documents. Documents are easily configured to the user's requirements -through key=value options. -At the origin of this class was Victor Eijkhout’s NTG brief class, -which implements the NEN1026 standard. -The package contains several examples, that are used in the documentation. -These can individually be compiled, which may be useful for users to -experiment with. - -Full documentation: -https://bitbucket.org/wybodekker/isodoc/downloads/isodoc.pdf - -Installation: -1. Copy isodoc.dtx and isodoc.ins in an empty directory -2. Run: «luatex isodoc.ins» -3. Run: «make help» for further information -\endinput -%% -%% End of file `README '. diff --git a/Master/texmf-dist/doc/latex/isodoc/README.md b/Master/texmf-dist/doc/latex/isodoc/README.md new file mode 100644 index 00000000000..34a86831750 --- /dev/null +++ b/Master/texmf-dist/doc/latex/isodoc/README.md @@ -0,0 +1,29 @@ +# isodoc +| key | description +| ---:|:--- +| isodoc | LaTeX class used for typesetting of letters and invoices +|version | 1.12 +| date | 2021-02-20 +| author | Wybo Dekker +| email | wybo@dekkerdocumenten.nl +|license | Released under the LaTeX Project Public License v1.3c or later +| see | http://www.latex-project.org/lppl.txt + +Short description: +The isodoc class is used for the preparation of letters and invoices. +Future versions will support the preparation of other, similar +documents. Documents are easily configured to the user's requirements +through key=value options. +At the origin of this class was Victor Eijkhout’s NTG brief class, +which implements the NEN1026 standard. +The package contains several examples, that are used in the documentation. +These can individually be compiled, which may be useful for users to +experiment with. + +Full documentation: +http://mirrors.ctan.org/macros/latex/contrib/isodoc/isodoc.pdf + +Installation: +1. Copy isodoc.dtx and isodoc.ins in an empty directory +2. Run: «luatex isodoc.ins» +3. Run: «make help» for further information diff --git a/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf b/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf Binary files differindex c1da0c25bbb..cf72b0b7dad 100644 --- a/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf +++ b/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf diff --git a/Master/texmf-dist/source/latex/isodoc/Makefile b/Master/texmf-dist/source/latex/isodoc/Makefile index daaa1941d6e..bbf08f28900 100644 --- a/Master/texmf-dist/source/latex/isodoc/Makefile +++ b/Master/texmf-dist/source/latex/isodoc/Makefile @@ -44,16 +44,16 @@ inst: $(NAME).pdf rm -rf $(UTREE)/{tex,source,doc}/latex/$(NAME)/* cp $(NAME).dtx $(UTREE)/source/latex/$(NAME) cp $(NAME).cls $(UTREE)/tex/latex/$(NAME) - cp $(NAME).pdf README $(UTREE)/doc/latex/$(NAME) + cp $(NAME).pdf README.md $(UTREE)/doc/latex/$(NAME) install: $(NAME).pdf sudo mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(NAME) sudo rm -rf $(LOCAL)/{tex,source,doc}/latex/$(NAME)/* sudo cp $(NAME).dtx $(LOCAL)/source/latex/$(NAME) sudo cp $(NAME).cls $(LOCAL)/tex/latex/$(NAME) - sudo cp $(NAME).pdf README $(LOCAL)/doc/latex/$(NAME) + sudo cp $(NAME).pdf README.md $(LOCAL)/doc/latex/$(NAME) zip: $(NAME).pdf ln -sf . $(NAME) - zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{README,$(NAME).{pdf,dtx,ins}} + zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{README.md,$(NAME).{pdf,dtx,ins}} rm $(NAME) help: @ echo "make help Print this help" diff --git a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx index 8c05e2e7fb5..777f91404bd 100644 --- a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx +++ b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx @@ -27,7 +27,7 @@ %<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<class>\ProvidesClass{isodoc}% %<*class> - [2020/07/16 v1.11 isodoc class for letters and invoices] + [2021/02/20 v1.12 isodoc class for letters and invoices] %</class> %<*driver> \documentclass{ltxdoc} @@ -299,6 +299,12 @@ % - payment data terminology and footer headers all lower case % (except for German) % } +% \changes{v1.12}{2021/02/20}{ +% - For some reason letter body now needs to start with par command, can't find +% out which package causes this. +% - isodoc.ins syntax did'nt work, probably because of changes in luatex? +% - small changes because of move from bitbucket to github +% } % \DoNotIndex{% % \,\",\',\@auxout,\AtBeginDocument,\AtEndDocument,\AtEndOfClass,\ClassError, % \ClassWarning,\CurrentOption,\DeclareOption,\DescribeMacro,\ForEachX, @@ -2066,7 +2072,7 @@ accountname;payref;vatno;chamber} \end{textblock} } \subjectpos=\headerpos - \textskip=\headerpos\advance\textskip-12 + \textskip=\headerpos\advance\textskip-14 \ifx\subject\empty\advance\textskip-10\else\advance\subjectpos10\fi \openingpos=\subjectpos \ifheader @@ -2114,7 +2120,7 @@ accountname;payref;vatno;chamber} \noindent\isodoc@Tbox{35}{\openingpos}{140}{\opening\@openingcomma} \vspace{\textskip mm} \thispagestyle{empty} - \noindent\ignorespaces#2 + \par\noindent\ignorespaces#2 \ifclosing{\vskip\closingskip\vskip-\baselineskip \parindent=0pt\parskip=\baselineskip\noindent \begin{minipage}[t]{\hsize} @@ -3292,16 +3298,16 @@ inst: $(NAME).pdf rm -rf $(UTREE)/{tex,source,doc}/latex/$(NAME)/* cp $(NAME).dtx $(UTREE)/source/latex/$(NAME) cp $(NAME).cls $(UTREE)/tex/latex/$(NAME) - cp $(NAME).pdf README $(UTREE)/doc/latex/$(NAME) + cp $(NAME).pdf README.md $(UTREE)/doc/latex/$(NAME) install: $(NAME).pdf sudo mkdir -p $(LOCAL)/{tex,source,doc}/latex/$(NAME) sudo rm -rf $(LOCAL)/{tex,source,doc}/latex/$(NAME)/* sudo cp $(NAME).dtx $(LOCAL)/source/latex/$(NAME) sudo cp $(NAME).cls $(LOCAL)/tex/latex/$(NAME) - sudo cp $(NAME).pdf README $(LOCAL)/doc/latex/$(NAME) + sudo cp $(NAME).pdf README.md $(LOCAL)/doc/latex/$(NAME) zip: $(NAME).pdf ln -sf . $(NAME) - zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{README,$(NAME).{pdf,dtx,ins}} + zip -Drq $(PWD)/$(NAME)-$(VERS).zip $(NAME)/{README.md,$(NAME).{pdf,dtx,ins}} rm $(NAME) help: @ echo "make help Print this help" @@ -3363,7 +3369,7 @@ if [[ $type == show ]]; then else which cols >/dev/null || { echo "listkeys needs the cols script; you can find that here:" - echo "https://bitbucket.org/wybodekker/cols/src/7af1a60161bf2ce45a3842582475de7eb621a1cf/cols?at=default" + echo "https://github.com/wybodekker/cols" echo "or here:" echo "http://www.dekkerdocumenten.nl/unix/cols" exit 1 @@ -12718,13 +12724,16 @@ AAAADwAPAOMEAADkZAYAAAA= ==== %</files> %<*readme> -| --------:|:-------------------------------------- - isodoc:| LaTeX class used for typesetting of letters and invoices - Author:| Wybo Dekker - E-mail:| wybo@dekkerdocumenten.nl -License:| Released under the LaTeX Project Public License v1.3c or later - See:| http://www.latex-project.org/lppl.txt +# isodoc +| key | description +| ---:|:--- +| isodoc | LaTeX class used for typesetting of letters and invoices +|version | 1.12 +| date | 2021-02-20 +| author | Wybo Dekker +| email | wybo@dekkerdocumenten.nl +|license | Released under the LaTeX Project Public License v1.3c or later +| see | http://www.latex-project.org/lppl.txt Short description: The isodoc class is used for the preparation of letters and invoices. @@ -12738,7 +12747,7 @@ These can individually be compiled, which may be useful for users to experiment with. Full documentation: -https://bitbucket.org/wybodekker/isodoc/downloads/isodoc.pdf +http://mirrors.ctan.org/macros/latex/contrib/isodoc/isodoc.pdf Installation: 1. Copy isodoc.dtx and isodoc.ins in an empty directory diff --git a/Master/texmf-dist/source/latex/isodoc/isodoc.ins b/Master/texmf-dist/source/latex/isodoc/isodoc.ins index f9bcd32f96b..e7f65e50644 100644 --- a/Master/texmf-dist/source/latex/isodoc/isodoc.ins +++ b/Master/texmf-dist/source/latex/isodoc/isodoc.ins @@ -33,27 +33,26 @@ and version 1.2 or later is part of all distributions of LaTeX version \endpreamble -\generate{\file{isodoc.cls }{\from{isodoc.dtx}{class}} - \file{README }{\from{isodoc.dtx}{readme}} +\generate{\file{isodoc.cls}{\from{isodoc.dtx}{class}} \nopreamble\nopostamble - \file{accept.tex }{\from{isodoc.dtx}{accepttex}} - \file{accept.sty }{\from{isodoc.dtx}{acceptsty}} - \file{invoice.tex }{\from{isodoc.dtx}{invoicetex}} - \file{invoice.sty }{\from{isodoc.dtx}{invoicesty}} - \file{letter.tex }{\from{isodoc.dtx}{lettertex}} - \file{letter.sty }{\from{isodoc.dtx}{lettersty}} - \file{logoletter.tex }{\from{isodoc.dtx}{logolettertex}} - \file{logoletter.sty }{\from{isodoc.dtx}{logolettersty}} - \file{ntgletter.tex }{\from{isodoc.dtx}{ntglettertex}} - \file{ntgletter.sty }{\from{isodoc.dtx}{ntglettersty}} - \file{files.zip.uue }{\from{isodoc.dtx}{files}} - \file{listkeys.sh }{\from{isodoc.dtx}{listkeys}} + \file{README.md}{\from{isodoc.dtx}{readme}} + \file{accept.tex}{\from{isodoc.dtx}{accepttex}} + \file{accept.sty}{\from{isodoc.dtx}{acceptsty}} + \file{invoice.tex}{\from{isodoc.dtx}{invoicetex}} + \file{invoice.sty}{\from{isodoc.dtx}{invoicesty}} + \file{letter.tex}{\from{isodoc.dtx}{lettertex}} + \file{letter.sty}{\from{isodoc.dtx}{lettersty}} + \file{logoletter.tex}{\from{isodoc.dtx}{logolettertex}} + \file{logoletter.sty}{\from{isodoc.dtx}{logolettersty}} + \file{ntgletter.tex}{\from{isodoc.dtx}{ntglettertex}} + \file{ntgletter.sty}{\from{isodoc.dtx}{ntglettersty}} + \file{files.zip.uue}{\from{isodoc.dtx}{files}} + \file{listkeys.sh}{\from{isodoc.dtx}{listkeys}} \catcode`\ 12 - \file{Makefile }{\from{isodoc.dtx}{make}} + \file{Makefile}{\from{isodoc.dtx}{make}} } \directlua{ os.rename("Makefile.tex","Makefile") - os.rename("README.tex","README") } \obeyspaces diff --git a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls index c3aeb732a12..e0388a81c58 100644 --- a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls +++ b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls @@ -1,5 +1,5 @@ %% -%% This is file `isodoc.cls ', +%% This is file `isodoc.cls', %% generated with the docstrip utility. %% %% The original source files were: @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesClass{isodoc}% - [2020/07/16 v1.11 isodoc class for letters and invoices] + [2021/02/20 v1.12 isodoc class for letters and invoices] \ifx\pdfoutput\undefined\else% \ifnum\pdfoutput=1\else% \ClassError{isodoc}{Compile me with pdflatex, lualatex or xelatex!}{} @@ -536,7 +536,7 @@ accountname;payref;vatno;chamber} \end{textblock} } \subjectpos=\headerpos - \textskip=\headerpos\advance\textskip-12 + \textskip=\headerpos\advance\textskip-14 \ifx\subject\empty\advance\textskip-10\else\advance\subjectpos10\fi \openingpos=\subjectpos \ifheader @@ -581,7 +581,7 @@ accountname;payref;vatno;chamber} \noindent\isodoc@Tbox{35}{\openingpos}{140}{\opening\@openingcomma} \vspace{\textskip mm} \thispagestyle{empty} - \noindent\ignorespaces#2 + \par\noindent\ignorespaces#2 \ifclosing{\vskip\closingskip\vskip-\baselineskip \parindent=0pt\parskip=\baselineskip\noindent \begin{minipage}[t]{\hsize} @@ -1209,4 +1209,4 @@ accountname;payref;vatno;chamber} } \endinput %% -%% End of file `isodoc.cls '. +%% End of file `isodoc.cls'. |