texlive[57811] Master/texmf-dist: isodoc (20feb21)

commits+karl at tug.org commits+karl at tug.org
Sat Feb 20 23:13:38 CET 2021


Revision: 57811
          http://tug.org/svn/texlive?view=revision&revision=57811
Author:   karl
Date:     2021-02-20 23:13:38 +0100 (Sat, 20 Feb 2021)
Log Message:
-----------
isodoc (20feb21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf
    trunk/Master/texmf-dist/source/latex/isodoc/Makefile
    trunk/Master/texmf-dist/source/latex/isodoc/isodoc.dtx
    trunk/Master/texmf-dist/source/latex/isodoc/isodoc.ins
    trunk/Master/texmf-dist/tex/latex/isodoc/isodoc.cls

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/isodoc/README.md

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/isodoc/README

Deleted: trunk/Master/texmf-dist/doc/latex/isodoc/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/isodoc/README	2021-02-20 22:13:16 UTC (rev 57810)
+++ trunk/Master/texmf-dist/doc/latex/isodoc/README	2021-02-20 22:13:38 UTC (rev 57811)
@@ -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 at 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 at 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 '.

Added: trunk/Master/texmf-dist/doc/latex/isodoc/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/isodoc/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/isodoc/README.md	2021-02-20 22:13:38 UTC (rev 57811)
@@ -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 at 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


Property changes on: trunk/Master/texmf-dist/doc/latex/isodoc/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/isodoc/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/isodoc/Makefile	2021-02-20 22:13:16 UTC (rev 57810)
+++ trunk/Master/texmf-dist/source/latex/isodoc/Makefile	2021-02-20 22:13:38 UTC (rev 57811)
@@ -44,16 +44,16 @@
 	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"

Modified: trunk/Master/texmf-dist/source/latex/isodoc/isodoc.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/isodoc/isodoc.dtx	2021-02-20 22:13:16 UTC (rev 57810)
+++ trunk/Master/texmf-dist/source/latex/isodoc/isodoc.dtx	2021-02-20 22:13:38 UTC (rev 57811)
@@ -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 @@
     \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 @@
   \noindent\isodoc at 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 @@
 	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 @@
 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 @@
 ====
 %</files>
 %<*readme>
-|
--------:|:--------------------------------------
- isodoc:| LaTeX class used for typesetting of letters and invoices
- Author:| Wybo Dekker
- E-mail:| wybo at 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 at 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 @@
 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

Modified: trunk/Master/texmf-dist/source/latex/isodoc/isodoc.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/isodoc/isodoc.ins	2021-02-20 22:13:16 UTC (rev 57810)
+++ trunk/Master/texmf-dist/source/latex/isodoc/isodoc.ins	2021-02-20 22:13:38 UTC (rev 57811)
@@ -33,27 +33,26 @@
 
 \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

Modified: trunk/Master/texmf-dist/tex/latex/isodoc/isodoc.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/isodoc/isodoc.cls	2021-02-20 22:13:16 UTC (rev 57810)
+++ trunk/Master/texmf-dist/tex/latex/isodoc/isodoc.cls	2021-02-20 22:13:38 UTC (rev 57811)
@@ -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 @@
     \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 @@
   \noindent\isodoc at 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 @@
 }
 \endinput
 %%
-%% End of file `isodoc.cls '.
+%% End of file `isodoc.cls'.



More information about the tex-live-commits mailing list.