diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-16 22:46:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-16 22:46:26 +0000 |
commit | f2e66ba4a5a48e4e731468e9e941737dbdf8c3dc (patch) | |
tree | 5b1f8967aa0d4587a4b7f686b73b1019fe97d5af /Master/texmf-dist/source/latex/isodoc | |
parent | 1629fa910035b872b0791f328cd558c10d27e079 (diff) |
isodoc (16jan16)
git-svn-id: svn://tug.org/texlive/trunk@39409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/isodoc')
-rw-r--r-- | Master/texmf-dist/source/latex/isodoc/isodoc.dtx | 13 |
1 files changed, 8 insertions, 5 deletions
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)/* |