summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/Makefile2
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/isodoc.pdfbin1464587 -> 1464507 bytes
-rw-r--r--Master/texmf-dist/source/latex/isodoc/isodoc.dtx13
-rw-r--r--Master/texmf-dist/tex/latex/isodoc/isodoc.cls2
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/Makefile b/Master/texmf-dist/doc/latex/isodoc/Makefile
index d400ff86da7..909feb4e7e4 100644
--- a/Master/texmf-dist/doc/latex/isodoc/Makefile
+++ b/Master/texmf-dist/doc/latex/isodoc/Makefile
@@ -35,7 +35,7 @@ images.zip.uue accept.tex accept.sty invoice.tex invoice.sty letter.tex letter.s
luatex isodoc.ins
clean:
rm -f *.{aux,cls,fls,glo,gls,hd,idx,ilg,ind,jpg,log,out,pdf,png,sh,sty,tex,toc,ttf,uue}
- rm -f images.zip README Makefile
+ rm -f images.zip README Makefile *.synctex.gz
inst: $(NAME).pdf
mkdir -p $(UTREE)/{tex,source,doc}/latex/$(NAME)
rm -rf $(UTREE)/{tex,source,doc}/latex/$(NAME)/*
diff --git a/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf b/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf
index e5035bbb4df..cccdd34021f 100644
--- a/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf
+++ b/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx
index c8b878fb611..d702e76c81d 100644
--- a/Master/texmf-dist/source/latex/isodoc/isodoc.dtx
+++ b/Master/texmf-dist/source/latex/isodoc/isodoc.dtx
@@ -28,7 +28,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{isodoc}%
%<*class>
- [2016/01/14 v1.08 isodoc class for letters and invoices]
+ [2016/01/16 v1.09 isodoc class for letters and invoices]
%</class>
%<*driver>
\documentclass{ltxdoc}
@@ -277,6 +277,9 @@
% doc and help files in isodoc.dtx\\
% - install with make
% }
+% \changes{v1.09}{2016/01/16}{
+% - documentation: translations are in macros, not files
+% }
% \DoNotIndex{%
% \,\",\',\@auxout,\AtBeginDocument,\AtEndDocument,\AtEndOfClass,\ClassError,
% \ClassWarning,\CurrentOption,\DeclareOption,\DescribeMacro,\ForEachX,
@@ -427,9 +430,9 @@
% Note that you must use this option \textit{before} any
% language option.\NN
% }
-% The definitions for the languages are in language definition files named
-% |isodoc-|\textit{xx-YY}|.ldf|, where xx stands for the language, and YY
-% for regional variants. These files contain definitions like:
+% The definitions for the languages are in macros named
+% |\isodoc@|\textit{xxYY}, where xx stands for the language, and YY
+% for regional variants. These macros contain definitions like:
%
% |\gdef\phonetext{telephone}|
%
@@ -3210,7 +3213,7 @@ images.zip.uue accept.tex accept.sty invoice.tex invoice.sty letter.tex letter.s
luatex isodoc.ins
clean:
rm -f *.{aux,cls,fls,glo,gls,hd,idx,ilg,ind,jpg,log,out,pdf,png,sh,sty,tex,toc,ttf,uue}
- rm -f images.zip README Makefile
+ rm -f images.zip README Makefile *.synctex.gz
inst: $(NAME).pdf
mkdir -p $(UTREE)/{tex,source,doc}/latex/$(NAME)
rm -rf $(UTREE)/{tex,source,doc}/latex/$(NAME)/*
diff --git a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls
index 1a18989433b..977b34ecae7 100644
--- a/Master/texmf-dist/tex/latex/isodoc/isodoc.cls
+++ b/Master/texmf-dist/tex/latex/isodoc/isodoc.cls
@@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{isodoc}%
- [2016/01/14 v1.08 isodoc class for letters and invoices]
+ [2016/01/16 v1.09 isodoc class for letters and invoices]
\ifx\pdfoutput\undefined\else%
\ifnum\pdfoutput=1\else%
\ClassError{isodoc}{Compile me with pdflatex, lualatex or xelatex!}{}