summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-22 00:14:58 +0000
committerKarl Berry <karl@freefriends.org>2012-02-22 00:14:58 +0000
commit24e68c3d328456d62a51f80bc3be2112f6f6c89a (patch)
tree9e09ca3316da1b07a10e29365ba6fe86610b2ef0 /Master/texmf-dist/doc/latex/isodoc
parent001c3b3f1c1276d6502d5b744a00590284ba2068 (diff)
isodoc (21feb12)
git-svn-id: svn://tug.org/texlive/trunk@25464 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/Entries14
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/README8
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/inst6
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/isodoc.pdfbin707552 -> 708539 bytes
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/listkeys9
5 files changed, 23 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/Entries b/Master/texmf-dist/doc/latex/isodoc/Entries
index 0f5bfc2dcd0..cef48bb97b2 100644
--- a/Master/texmf-dist/doc/latex/isodoc/Entries
+++ b/Master/texmf-dist/doc/latex/isodoc/Entries
@@ -1,15 +1,15 @@
/accept.tex/1.7/Fri Jan 1 21:46:57 2010//
/binaries.m64/1.5/Fri Jan 1 21:51:26 2010//
-/listkeys/1.4/Fri Jan 1 21:59:42 2010//
-/logoletter.tex/1.5/Tue Aug 24 19:24:45 2010//
-/ltxdoc.cfg/1.1/Mon Jan 11 20:50:43 2010//
-/ntgletter.tex/1.2/Sun Nov 5 15:39:16 2006//
-/typo/1.3/Sat Jan 2 16:50:16 2010//
-/letter.tex/1.5/Sun Feb 19 20:15:59 2012//
/invoice.tex/1.3/Sun Feb 19 20:16:12 2012//
/isontg.sty/1.13/Sun Feb 19 20:17:37 2012//
/isowybo.sty/1.11/Sun Feb 19 20:17:46 2012//
+/letter.tex/1.5/Sun Feb 19 20:15:59 2012//
+/logoletter.tex/1.5/Tue Aug 24 19:24:45 2010//
/logostyle.sty/1.9/Sun Feb 19 20:17:55 2012//
+/ltxdoc.cfg/1.1/Mon Jan 11 20:50:43 2010//
/mystyle.sty/1.9/Sun Feb 19 20:18:01 2012//
-/inst/1.20/Sun Feb 19 20:18:18 2012//
+/ntgletter.tex/1.2/Sun Nov 5 15:39:16 2006//
+/typo/1.3/Sat Jan 2 16:50:16 2010//
+/listkeys/1.5/Tue Feb 21 16:48:58 2012//
+/inst/1.22/Tue Feb 21 16:50:08 2012//
D
diff --git a/Master/texmf-dist/doc/latex/isodoc/README b/Master/texmf-dist/doc/latex/isodoc/README
index eed3ce5c5e5..6115a57e74f 100644
--- a/Master/texmf-dist/doc/latex/isodoc/README
+++ b/Master/texmf-dist/doc/latex/isodoc/README
@@ -1,4 +1,4 @@
-This is version 0.9 of the isodoc class
+This is version 0.10 of the isodoc class
License: LPPL
Short description:
@@ -9,6 +9,10 @@ wishes and extensible for other document types.
Victor Eijkhout’s NTG brief class, which implements the NEN1026
standard, was the starting point.
+major changes of v0.10 relative to v0.9
+- bug: missing prefixes for phone numbers
+- added option footorder, setting the order of footer fields
+
major changes of v0.9 relative to v0.8:
- subject text uses full textwidth; use newlines (\\) if needed
- introducing isodocsymbols.sty
@@ -19,4 +23,4 @@ major changes of v0.9 relative to v0.8:
- added some missing \NN
- removed some unwanted whitespace
-$Id: README,v 1.10 2012/02/19 20:46:13 wybo Exp $
+$Id: README,v 1.11 2012/02/21 16:46:43 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/isodoc/inst b/Master/texmf-dist/doc/latex/isodoc/inst
index 59611d549d0..61a91143c9b 100644
--- a/Master/texmf-dist/doc/latex/isodoc/inst
+++ b/Master/texmf-dist/doc/latex/isodoc/inst
@@ -39,7 +39,7 @@ if [ "$LOCAL" = "" ]; then
echo 'Could not find value for $TEXMFLOCAL'
exit 1
fi
-LOCAL=${LOCAL}tex/latex/$NAME
+LOCAL=${LOCAL}/tex/latex/$NAME
ln -sf ../$NAME.dtx
ln -sf ../$NAME.ins
ln -sf ../isodocsymbols.sty
@@ -93,7 +93,7 @@ zip)
test -f $NAME.glo && makeindex -q -s gglo.ist -o $NAME.gls $NAME.glo
test -f $NAME.idx && makeindex -q -s gind.ist -o $NAME.ind $NAME.idx
pdflatex --interaction=batchmode $NAME.dtx > /dev/null
- texlog_extract $NAME
+ texlog_extract $NAME |uniq
echo install in local tree
rm -rf $LOCAL
@@ -106,4 +106,4 @@ zip)
exit 1
;;
esac
-# $Id: inst,v 1.20 2012/02/19 20:18:18 wybo Exp $
+# $Id: inst,v 1.22 2012/02/21 16:50:08 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf b/Master/texmf-dist/doc/latex/isodoc/isodoc.pdf
index 7169b6879e9..e97d7f6af0f 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/doc/latex/isodoc/listkeys b/Master/texmf-dist/doc/latex/isodoc/listkeys
index 44064c02369..9ce823d1f1f 100644
--- a/Master/texmf-dist/doc/latex/isodoc/listkeys
+++ b/Master/texmf-dist/doc/latex/isodoc/listkeys
@@ -22,7 +22,12 @@ ARGV.push('isodoc.dtx')
a = []
# find keys which have a corresponding command:
-a.push($1) if ~ /\\define@key\{isodoc\}\s*\{(.*)\}\s*(\[.*?\])?\s*\{\\def\\/ while gets
+while x=gets
+ if x =~ /\\define@key\{isodoc\}\s*\{(.*?)\}/
+ a.push($1)
+ end
+end
+
a.sort!
case type
when 'defs'
@@ -48,4 +53,4 @@ case type
usage
end
-# $Id: listkeys,v 1.4 2010-01-01 21:59:42 wybo Exp $
+# $Id: listkeys,v 1.5 2012/02/21 16:48:58 wybo Exp $