summaryrefslogtreecommitdiff
path: root/macros/generic/cptex/cp8859w.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/generic/cptex/cp8859w.sty
Initial commit
Diffstat (limited to 'macros/generic/cptex/cp8859w.sty')
-rw-r--r--macros/generic/cptex/cp8859w.sty68
1 files changed, 68 insertions, 0 deletions
diff --git a/macros/generic/cptex/cp8859w.sty b/macros/generic/cptex/cp8859w.sty
new file mode 100644
index 0000000000..9fd06e5924
--- /dev/null
+++ b/macros/generic/cptex/cp8859w.sty
@@ -0,0 +1,68 @@
+%
+% TeX-Definitionen fr die Code Page ISO-8859-1 (Latin 1)
+% mit Erweiterungen von Microsoft Windows
+%
+% (C) 1994 FuturaSoft (Martin Krmer, D-49179 Ostercappeln)
+%
+% Changes between Version 1.1 and 1.0:
+% - adding the options `original' and `german' for german quotes
+%
+\typeout{Document Style Option `cp8859w' Version 1.1 <1 Mar 1994>.}
+%
+%
+\@ifundefined{selectcodepage}{\input cp.sty}{}
+
+\activateuppercharset
+
+\newcodepage{8859w}{
+
+ \selectcodepage[original]{8859}
+ \makeactive{"082-"08C,"093-"09C,"09F}
+
+ \mapchar{^^82}{\glq}
+ \mapchar{^^83}{\florin}
+ \mapchar{^^84}{\glqq}
+ \mapchar{^^85}{\dots}
+ \mapchar{^^86}{\dag}
+ \mapchar{^^87}{\ddag}
+ \mapchar{^^88}{\^{}}
+ \mapchar{^^89}{\perthousand}
+ \mapchar{^^8a}{\v S}\lcchar{^^9a}
+ \mapchar{^^8b}{\flq}
+ \mapchar{^^8c}{\OE}\lcchar{^^9c}
+%
+ \mapchar{^^93}{\lqq}
+ \mapchar{^^94}{\rqq}
+ \mapchar{^^95}{\mathsymbol{\bullet}}
+ \mapchar{^^96}{\endash}
+ \mapchar{^^97}{\emdash}
+ \mapchar{^^98}{\~{}}
+ \mapchar{^^99}{\trademark}
+ \mapchar{^^9a}{\v s}\ucchar{^^8a}
+ \mapchar{^^9b}{\frq}
+ \mapchar{^^9c}{\oe}\ucchar{^^8c}
+%
+ \mapchar{^^9f}{\"Y}\lcchar{^^ff}
+%
+ \mapchar{^^ff}{\"y}\ucchar{^^9f}
+
+%
+% Zuruecksetzen der Original-Definitionen
+%
+\def\cporiginal{%
+ \mapchar{^^91}{\lq}%
+ \mapchar{^^93}{\lqq}}
+
+%
+% Modifizierte Definitionen fuer die Benutzung von dt. Anfuehrungszeichen
+%
+\def\cpgerman{%
+ \mapchar{^^91}{\grq}%
+ \mapchar{^^93}{\grqq}}
+
+}%\end{newcodepage}
+
+%
+% Einstellen der Code Page von Microsoft Windows
+%
+\selectcodepage{8859w}