summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/ChangeLog5
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/Makefile (renamed from Master/texmf-dist/source/latex/ginpenc/Makefile)30
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/README9
-rw-r--r--Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdfbin92033 -> 197770 bytes
-rw-r--r--Master/texmf-dist/source/latex/ginpenc/ginpenc.dtx94
-rw-r--r--Master/texmf-dist/source/latex/ginpenc/ginpenc.ins40
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/ansinew.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/applemac.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/ascii.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp1250.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp1252.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp437.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp437de.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp850.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp852.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/cp865.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/decmulti.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/ginpenc.sty12
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/latin1.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/latin2.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/latin3.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/latin5.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/latin9.gie13
-rw-r--r--Master/texmf-dist/tex/latex/ginpenc/next.gie13
24 files changed, 170 insertions, 241 deletions
diff --git a/Master/texmf-dist/doc/latex/ginpenc/ChangeLog b/Master/texmf-dist/doc/latex/ginpenc/ChangeLog
new file mode 100644
index 00000000000..45cd76c7755
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ginpenc/ChangeLog
@@ -0,0 +1,5 @@
+2011/12/29 1.01 Harald Harders (harald.harders@gmx.de)
+ - Write version and date explicitely into sty and gie files
+
+2003/09/29 1.00 Harald Harders (harald.harders@gmx.de)
+ - First official version
diff --git a/Master/texmf-dist/source/latex/ginpenc/Makefile b/Master/texmf-dist/doc/latex/ginpenc/Makefile
index f2ffecdaedf..339acb4bddc 100644
--- a/Master/texmf-dist/source/latex/ginpenc/Makefile
+++ b/Master/texmf-dist/doc/latex/ginpenc/Makefile
@@ -2,23 +2,22 @@
SRCDIR=ginpenc
INSTALLDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/tex/latex/ginpenc
DOCDIR=`kpsewhich --expand-path='$$TEXMFLOCAL'`/doc/latex/ginpenc
-VERSION=`grep '^\\\\def\\\\giefileversion' ginpenc.sty | sed 's/^\\\\def\\\\giefileversion{\\(.*\\)\\.\\(.*\\)}/\\1_\\2/'`
+VERSION=`latex getversion | grep '^VERSION' | sed 's/^VERSION \\(.*\\)\\.\\(.*\\)/\\1_\\2/'`
-
-.SUFFIXES: .sty .ins .dtx .dvi .ps
+.SUFFIXES: .sty .ins .dtx .pdf .ps
.ins.sty:
- latex $<
+ pdflatex $<
-.dtx.dvi:
- latex $<
- latex $<
+.dtx.pdf:
+ pdflatex $<
+ pdflatex $<
makeindex -s gind.ist $(*D)/$(*F)
makeindex -s gglo.ist -o $(*D)/$(*F).gls $(*D)/$(*F).glo
- latex $<
+ pdflatex $<
-all: ginpenc ginpenc.dvi ausgabe
+all: ginpenc ginpenc.pdf ausgabe
ginpenc: ginpenc.sty
@@ -33,9 +32,9 @@ clean:
@-rm -f *~ *.aux *.idx *.log
distclean: clean
- @-rm -f ginpenc.{dvi,ps,sty}
- @-rm -f testginpenc.{dvi,ps}
- @-rm -f testginpenc.dvi
+ @-rm -f ginpenc.{pdf,ps,sty}
+ @-rm -f testginpenc.{pdf,ps}
+ @-rm -f testginpenc.pdf
@-rm -f *.gie
@@ -45,8 +44,9 @@ tar: all clean
tar czCf .. ginpenc-$(VERSION).tar.gz \
$(SRCDIR)/Makefile \
$(SRCDIR)/README \
+ $(SRCDIR)/ChangeLog \
$(SRCDIR)/ginpenc.dtx \
- $(SRCDIR)/ginpenc.dvi \
+ $(SRCDIR)/ginpenc.pdf \
$(SRCDIR)/ginpenc.ins \
$(SRCDIR)/ginpenc.xml \
$(SRCDIR)/news-message.txt \
@@ -57,7 +57,7 @@ zip: all
mkdirhier doc/latex/ginpenc
mkdirhier source/latex/ginpenc
cp ginpenc.sty *.gie tex/latex/ginpenc/
- cp ginpenc.dvi testginpenc.tex news-message.txt README doc/latex/ginpenc/
+ cp ginpenc.pdf testginpenc.tex news-message.txt README doc/latex/ginpenc/
cp ginpenc.ins ginpenc.dtx Makefile source/latex/ginpenc/
@rm -f ginpenc-$(VERSION).zip
zip -r ginpenc-$(VERSION) tex doc source
@@ -65,7 +65,7 @@ zip: all
install: all
if [ ! -d $(INSTALLDIR) ]; then mkdirhier $(INSTALLDIR); fi
- install -m644 ginpenc.sty *.hhe $(INSTALLDIR)
+ install -m644 ginpenc.sty *.gie $(INSTALLDIR)
texhash
ausgabe:
diff --git a/Master/texmf-dist/doc/latex/ginpenc/README b/Master/texmf-dist/doc/latex/ginpenc/README
index b472aa2ebfb..d90b721c240 100644
--- a/Master/texmf-dist/doc/latex/ginpenc/README
+++ b/Master/texmf-dist/doc/latex/ginpenc/README
@@ -29,10 +29,7 @@ by hand: - execute latex on ginpenc.ins
- run texhash or the corresponding command of your distribution
-ChangeLog:
-- 1.00 2003/09/29 First official version
-
-
-2003-09-29
+2011-12-29
Harald Harders
-h.harders@tu-bs.de
+harald.harders@gmx.de
+
diff --git a/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf b/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf
index b9bba9b7505..89df99798c5 100644
--- a/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf
+++ b/Master/texmf-dist/doc/latex/ginpenc/ginpenc.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/ginpenc/ginpenc.dtx b/Master/texmf-dist/source/latex/ginpenc/ginpenc.dtx
index 26e48078dd5..d37b362448b 100644
--- a/Master/texmf-dist/source/latex/ginpenc/ginpenc.dtx
+++ b/Master/texmf-dist/source/latex/ginpenc/ginpenc.dtx
@@ -1,22 +1,21 @@
% \iffalse meta comment
-% File: ginpenc.dtx Copyright (C) 2003 Harald Harders
+% File: ginpenc.dtx Copyright (C) 2003, 2011 Harald Harders
% \fi
%
% \iffalse
%
-%<*version>
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-%</version>
%<*driver>
\documentclass{ltxdoc}
\usepackage{longtable}
-\title{The \texttt{ginpenc} package\thanks{This file has version
- \giefileversion\ last revised \giefiledate, documentation dated
- \giedocdate.}}
-\author{Harald Harders\\\texttt{h.harders@tu-bs.de}}
-\date{File Date \giefiledate, Printed \today}
+\IfFileExists{ginpenc.sty}{\usepackage{ginpenc}
+ \let\ginpencSTYfound\active}{\GenericWarning{ginpenc.dtx}{Package
+ file ginpenc.sty not found (Documentation will be messed up!^^J^^A
+ Generate ginpenc.sty by LaTeXing ginpenc.ins, process
+ ginpenc.dtx again)^^J}\stop}
+\GetFileInfo{ginpenc.sty}
+\title{The \texttt{ginpenc} package}
+\author{Harald Harders\\\texttt{harald.harders@gmx.de}}
+\date{Version \fileversion, \filedate, printed \today}
\newlength{\tempdima}%
\makeatletter
\renewenvironment{table}[1][]{%
@@ -36,13 +35,15 @@
\DoNotIndex{\ifnum,\fi,\expandafter}
\CodelineNumbered
\RecordChanges
-\CheckSum{645}
+\CheckSum{573}
\begin{document}
\DocInput{ginpenc.dtx}
\end{document}
%</driver>
% \fi
%
+% \changes{1.01}{2011/12/29}{Write version and date explicitely into
+% sty file}
% \changes{1.00}{2003/09/29}{First official version}
%
% \maketitle
@@ -59,7 +60,7 @@
% \tableofcontents
%
% \section*{Copyright}
-% Copyright 2003 Harald Harders.
+% Copyright 2003, 2011 Harald Harders.
%
% This program can be redistributed and/or modified under the terms
% of the LaTeX Project Public License Distributed from CTAN
@@ -99,7 +100,7 @@
%
% \section*{Acknowledgements}
%
-% Most Code parts are by Heiko Oberdiek (\texttt{oberdiek@uni-freiburg.de})
+% Most code parts are by Heiko Oberdiek (\texttt{oberdiek@uni-freiburg.de})
% (see \texttt{news-message.txt}).
%
%
@@ -107,15 +108,32 @@
%
%
% \section{The implementation}
+%
+% Heading of the package and all other files:
+% \begin{macrocode}
+%<package>\ProvidesPackage{ginpenc}
+%<ansinew>\ProvidesFile{ansinew.gie}
+%<applemac>\ProvidesFile{applemac.gie}
+%<ascii>\ProvidesFile{ascii.gie}
+%<cp1250>\ProvidesFile{cp1250.gie}
+%<cp1252>\ProvidesFile{cp1252.gie}
+%<cp437>\ProvidesFile{cp437.gie}
+%<cp437de>\ProvidesFile{cp437de.gie}
+%<cp850>\ProvidesFile{cp850.gie}
+%<cp852>\ProvidesFile{cp852.gie}
+%<cp865>\ProvidesFile{cp865.gie}
+%<decmulti>\ProvidesFile{decmulti.gie}
+%<latin1>\ProvidesFile{latin1.gie}
+%<latin2>\ProvidesFile{latin2.gie}
+%<latin3>\ProvidesFile{latin3.gie}
+%<latin5>\ProvidesFile{latin5.gie}
+%<latin9>\ProvidesFile{latin9.gie}
+%<next>\ProvidesFile{next.gie}
+%<package,gie> [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
+% \end{macrocode}
% \iffalse
%<*package>
% \fi
-% Heading of the package:
-% \begin{macrocode}
-\ProvidesPackage{ginpenc}
- [\giefiledate\space v\giefileversion\space
- Replace \string\"a by "a with babel for German texts]
-% \end{macrocode}
% \begin{macro}{\ifginpenc@babel}
% Stores if babel has been loaded.
% \begin{macrocode}
@@ -233,10 +251,6 @@
%<*ansinew>
% \fi
% \subsection{ansinew.gie}
-% \begin{macrocode}
-\ProvidesFile{ansinew.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
-% \end{macrocode}
% The work is done in a group in order to avoid a change of the
% \texttt{shorthand} state.
% To reach a global definition of the commands they are defined with
@@ -295,8 +309,6 @@
% \fi
% \subsection{applemac.gie}
% \begin{macrocode}
-\ProvidesFile{applemac.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -330,8 +342,6 @@
% \fi
% \subsection{ascii.gie}
% \begin{macrocode}
-\ProvidesFile{ascii.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\gdef\umlautgerman{}%
\gdef\umlautnotgerman{}%
@@ -347,8 +357,6 @@
% \fi
% \subsection{cp1250.gie}
% \begin{macrocode}
-\ProvidesFile{cp1250.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -382,8 +390,6 @@
% \fi
% \subsection{cp1252.gie}
% \begin{macrocode}
-\ProvidesFile{cp1252.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -417,8 +423,6 @@
% \fi
% \subsection{cp437.gie}
% \begin{macrocode}
-\ProvidesFile{cp437.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -450,8 +454,6 @@
% \fi
% \subsection{cp437de.gie}
% \begin{macrocode}
-\ProvidesFile{cp437de.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -485,8 +487,6 @@
% \fi
% \subsection{cp850.gie}
% \begin{macrocode}
-\ProvidesFile{cp850.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -520,8 +520,6 @@
% \fi
% \subsection{cp852.gie}
% \begin{macrocode}
-\ProvidesFile{cp852.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -555,8 +553,6 @@
% \fi
% \subsection{cp865.gie}
% \begin{macrocode}
-\ProvidesFile{cp865.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -590,8 +586,6 @@
% \fi
% \subsection{decmulti.gie}
% \begin{macrocode}
-\ProvidesFile{decmulti.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -625,8 +619,6 @@
% \fi
% \subsection{latin1.gie}
% \begin{macrocode}
-\ProvidesFile{latin1.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -660,8 +652,6 @@
% \fi
% \subsection{latin2.gie}
% \begin{macrocode}
-\ProvidesFile{latin2.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -695,8 +685,6 @@
% \fi
% \subsection{latin3.gie}
% \begin{macrocode}
-\ProvidesFile{latin3.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -730,8 +718,6 @@
% \fi
% \subsection{latin5.gie}
% \begin{macrocode}
-\ProvidesFile{latin5.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -765,8 +751,6 @@
% \fi
% \subsection{latin9.gie}
% \begin{macrocode}
-\ProvidesFile{latin9.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
@@ -800,8 +784,6 @@
% \fi
% \subsection{next.gie}
% \begin{macrocode}
-\ProvidesFile{next.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/source/latex/ginpenc/ginpenc.ins b/Master/texmf-dist/source/latex/ginpenc/ginpenc.ins
index 8c966214e2b..724fe9f9577 100644
--- a/Master/texmf-dist/source/latex/ginpenc/ginpenc.ins
+++ b/Master/texmf-dist/source/latex/ginpenc/ginpenc.ins
@@ -3,14 +3,14 @@
ginpenc package
- Copyright 2003 Harald Harders
+ Copyright 2003, 2011 Harald Harders
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
- h.harders@tu-bs.de
+ harald.harders@gmx.de
\endpreamble
@@ -19,24 +19,24 @@
% Files
%%%%%%%%%%%%%%%%%%%%%%
\generate{%
- \file{ginpenc.sty}{\from{ginpenc.dtx}{version,package}}%
- \file{ansinew.gie}{\from{ginpenc.dtx}{version,ansinew}}%
- \file{applemac.gie}{\from{ginpenc.dtx}{version,applemac}}%
- \file{ascii.gie}{\from{ginpenc.dtx}{version,ascii}}%
- \file{cp1250.gie}{\from{ginpenc.dtx}{version,cp1250}}%
- \file{cp1252.gie}{\from{ginpenc.dtx}{version,cp1252}}%
- \file{cp437.gie}{\from{ginpenc.dtx}{version,cp437}}%
- \file{cp437de.gie}{\from{ginpenc.dtx}{version,cp437de}}%
- \file{cp850.gie}{\from{ginpenc.dtx}{version,cp850}}%
- \file{cp852.gie}{\from{ginpenc.dtx}{version,cp852}}%
- \file{cp865.gie}{\from{ginpenc.dtx}{version,cp865}}%
- \file{decmulti.gie}{\from{ginpenc.dtx}{version,decmulti}}%
- \file{latin1.gie}{\from{ginpenc.dtx}{version,latin1}}%
- \file{latin2.gie}{\from{ginpenc.dtx}{version,latin2}}%
- \file{latin3.gie}{\from{ginpenc.dtx}{version,latin3}}%
- \file{latin5.gie}{\from{ginpenc.dtx}{version,latin5}}%
- \file{latin9.gie}{\from{ginpenc.dtx}{version,latin9}}%
- \file{next.gie}{\from{ginpenc.dtx}{version,next}}%
+ \file{ginpenc.sty}{\from{ginpenc.dtx}{package}}%
+ \file{ansinew.gie}{\from{ginpenc.dtx}{gie,ansinew}}%
+ \file{applemac.gie}{\from{ginpenc.dtx}{gie,applemac}}%
+ \file{ascii.gie}{\from{ginpenc.dtx}{gie,ascii}}%
+ \file{cp1250.gie}{\from{ginpenc.dtx}{gie,cp1250}}%
+ \file{cp1252.gie}{\from{ginpenc.dtx}{gie,cp1252}}%
+ \file{cp437.gie}{\from{ginpenc.dtx}{gie,cp437}}%
+ \file{cp437de.gie}{\from{ginpenc.dtx}{gie,cp437de}}%
+ \file{cp850.gie}{\from{ginpenc.dtx}{gie,cp850}}%
+ \file{cp852.gie}{\from{ginpenc.dtx}{gie,cp852}}%
+ \file{cp865.gie}{\from{ginpenc.dtx}{gie,cp865}}%
+ \file{decmulti.gie}{\from{ginpenc.dtx}{gie,decmulti}}%
+ \file{latin1.gie}{\from{ginpenc.dtx}{gie,latin1}}%
+ \file{latin2.gie}{\from{ginpenc.dtx}{gie,latin2}}%
+ \file{latin3.gie}{\from{ginpenc.dtx}{gie,latin3}}%
+ \file{latin5.gie}{\from{ginpenc.dtx}{gie,latin5}}%
+ \file{latin9.gie}{\from{ginpenc.dtx}{gie,latin9}}%
+ \file{next.gie}{\from{ginpenc.dtx}{gie,next}}%
}%
\Msg{* Ready}
diff --git a/Master/texmf-dist/tex/latex/ginpenc/ansinew.gie b/Master/texmf-dist/tex/latex/ginpenc/ansinew.gie
index 7bfeb440891..b9a2c5a1f36 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/ansinew.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/ansinew.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,ansinew')
+%% ginpenc.dtx (with options: `gie,ansinew')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{ansinew.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{ansinew.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/applemac.gie b/Master/texmf-dist/tex/latex/ginpenc/applemac.gie
index f220cec89eb..1e5a05ae978 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/applemac.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/applemac.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,applemac')
+%% ginpenc.dtx (with options: `gie,applemac')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{applemac.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{applemac.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/ascii.gie b/Master/texmf-dist/tex/latex/ginpenc/ascii.gie
index 769e7affdb8..71421cd06ee 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/ascii.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/ascii.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,ascii')
+%% ginpenc.dtx (with options: `gie,ascii')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{ascii.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{ascii.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\gdef\umlautgerman{}%
\gdef\umlautnotgerman{}%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp1250.gie b/Master/texmf-dist/tex/latex/ginpenc/cp1250.gie
index 24c1aa0b458..a60a82fe346 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp1250.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp1250.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp1250')
+%% ginpenc.dtx (with options: `gie,cp1250')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp1250.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp1250.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp1252.gie b/Master/texmf-dist/tex/latex/ginpenc/cp1252.gie
index d525a3812b0..ed0ebf38318 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp1252.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp1252.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp1252')
+%% ginpenc.dtx (with options: `gie,cp1252')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp1252.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp1252.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp437.gie b/Master/texmf-dist/tex/latex/ginpenc/cp437.gie
index cf52f07e249..c452d1a987f 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp437.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp437.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp437')
+%% ginpenc.dtx (with options: `gie,cp437')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp437.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp437.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp437de.gie b/Master/texmf-dist/tex/latex/ginpenc/cp437de.gie
index ab06c3f17ca..c68082b4959 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp437de.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp437de.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp437de')
+%% ginpenc.dtx (with options: `gie,cp437de')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp437de.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp437de.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp850.gie b/Master/texmf-dist/tex/latex/ginpenc/cp850.gie
index 715d05f6bb3..20c461a5a68 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp850.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp850.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp850')
+%% ginpenc.dtx (with options: `gie,cp850')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp850.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp850.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp852.gie b/Master/texmf-dist/tex/latex/ginpenc/cp852.gie
index a009825e1f7..7e999d11ad1 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp852.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp852.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp852')
+%% ginpenc.dtx (with options: `gie,cp852')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp852.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp852.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/cp865.gie b/Master/texmf-dist/tex/latex/ginpenc/cp865.gie
index a18ff36b153..9aa2d9befbc 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/cp865.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/cp865.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,cp865')
+%% ginpenc.dtx (with options: `gie,cp865')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{cp865.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{cp865.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/decmulti.gie b/Master/texmf-dist/tex/latex/ginpenc/decmulti.gie
index 00a8e7f19f4..eb6b39c18ae 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/decmulti.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/decmulti.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,decmulti')
+%% ginpenc.dtx (with options: `gie,decmulti')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{decmulti.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{decmulti.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/ginpenc.sty b/Master/texmf-dist/tex/latex/ginpenc/ginpenc.sty
index c08e8af404b..ba5f737eae3 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/ginpenc.sty
+++ b/Master/texmf-dist/tex/latex/ginpenc/ginpenc.sty
@@ -4,25 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,package')
+%% ginpenc.dtx (with options: `package')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
\ProvidesPackage{ginpenc}
- [\giefiledate\space v\giefileversion\space
- Replace \string\"a by "a with babel for German texts]
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\newif\ifginpenc@babel
\AtBeginDocument{%
\let\inputenc\empty
diff --git a/Master/texmf-dist/tex/latex/ginpenc/latin1.gie b/Master/texmf-dist/tex/latex/ginpenc/latin1.gie
index ccb1d0b273c..b73d13c0450 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/latin1.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/latin1.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,latin1')
+%% ginpenc.dtx (with options: `gie,latin1')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{latin1.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{latin1.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/latin2.gie b/Master/texmf-dist/tex/latex/ginpenc/latin2.gie
index 757e644025a..2f08b9ed103 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/latin2.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/latin2.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,latin2')
+%% ginpenc.dtx (with options: `gie,latin2')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{latin2.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{latin2.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/latin3.gie b/Master/texmf-dist/tex/latex/ginpenc/latin3.gie
index f2d8576f268..b8e1453f7be 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/latin3.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/latin3.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,latin3')
+%% ginpenc.dtx (with options: `gie,latin3')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{latin3.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{latin3.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/latin5.gie b/Master/texmf-dist/tex/latex/ginpenc/latin5.gie
index 534f67f9885..8d6098bd1d8 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/latin5.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/latin5.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,latin5')
+%% ginpenc.dtx (with options: `gie,latin5')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{latin5.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{latin5.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/latin9.gie b/Master/texmf-dist/tex/latex/ginpenc/latin9.gie
index fcc0c8660f1..e7e9d7c6911 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/latin9.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/latin9.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,latin9')
+%% ginpenc.dtx (with options: `gie,latin9')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{latin9.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{latin9.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%
diff --git a/Master/texmf-dist/tex/latex/ginpenc/next.gie b/Master/texmf-dist/tex/latex/ginpenc/next.gie
index 7072c491ffa..d2c70efb4a8 100644
--- a/Master/texmf-dist/tex/latex/ginpenc/next.gie
+++ b/Master/texmf-dist/tex/latex/ginpenc/next.gie
@@ -4,24 +4,21 @@
%%
%% The original source files were:
%%
-%% ginpenc.dtx (with options: `version,next')
+%% ginpenc.dtx (with options: `gie,next')
%%
%% ginpenc package
%%
-%% Copyright 2003 Harald Harders
+%% Copyright 2003, 2011 Harald Harders
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt; either
%% version 1 of the License, or any later version.
%%
-%% h.harders@tu-bs.de
+%% harald.harders@gmx.de
%%
-\def\giefileversion{1.0}
-\def\giefiledate{2003/09/29}
-\def\giedocdate{2003/09/29}
-\ProvidesFile{next.gie}[\giefiledate\space v\giefileversion\space
- Input encoding file]%
+\ProvidesFile{next.gie}
+ [2011/12/29 v1.01 Replace \string\"a by "a with babel for German texts]
\begingroup
\shorthandon{"}%
\gdef\umlautgerman{%