diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/selinput.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/selinput.dtx | 59 |
1 files changed, 32 insertions, 27 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/selinput.dtx b/Master/texmf-dist/source/latex/oberdiek/selinput.dtx index 42e49bfafe2..bfb5daca727 100644 --- a/Master/texmf-dist/source/latex/oberdiek/selinput.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/selinput.dtx @@ -73,7 +73,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: selinput 2007/06/20 v1.1 Select input encoding (HO)} +\Msg{* Package: selinput 2007/09/09 v1.2 Select input encoding (HO)} \Msg{************************************************************************} \keepsilent @@ -141,7 +141,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{selinput.drv}% - [2007/06/20 v1.1 Select input encoding (HO)]% + [2007/09/09 v1.2 Select input encoding (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc} \usepackage[T1]{fontenc} @@ -175,7 +175,7 @@ and the derived files % \GetFileInfo{selinput.drv} % % \title{The \xpackage{selinput} package} -% \date{2007/06/20 v1.1} +% \date{2007/09/09 v1.2} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -352,7 +352,7 @@ and the derived files %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{selinput} - [2007/06/20 v1.1 Select input encoding (HO)]% + [2007/09/09 v1.2 Select input encoding (HO)]% % \end{macrocode} % % \begin{macrocode} @@ -396,7 +396,7 @@ and the derived files \ifx\SIE@Encoding\@empty \StringEncodingConvertTest\SIE@temp\SIE@StringDest {ascii}{utf16be}{% - \def\SIE@Encoding{ascii} + \def\SIE@Encoding{ascii}% \SIE@Info{selinput}{% Matching encoding not found, but input characters% \MessageBreak @@ -665,7 +665,7 @@ and the derived files \sbox2{#2}% \Expect*{wd:\the\wd0, ht:\the\ht0, dp:\the\dp0}% *{wd:\the\wd2, ht:\the\ht2, dp:\the\dp2}% - [#1=##1] % + [#1=##1] % hash-ok }% } \RequirePackage{keyval} @@ -674,7 +674,7 @@ and the derived files \TestKey{Euro}{\texteuro} \makeatother \usepackage[ - warning, + warning,% %<test2> utf8=utf-8, %<test3> ucs, ]{selinput} @@ -683,20 +683,20 @@ and the derived files %<test3>\usepackage{ucs} \begin{qstest}{preamble}{} \TestEncoding{x-iso-8859-15}{% - adieresis=^^e4, - germandbls=^^df, - Euro=^^a4, + adieresis=^^e4,% + germandbls=^^df,% + Euro=^^a4,% }% \TestEncoding{x-cp1252}{% - adieresis=^^e4, - germandbls=^^df, - Euro=^^80, + adieresis=^^e4,% + germandbls=^^df,% + Euro=^^80,% }% %<test1> \TestEncoding{utf8}{% %<test2> \TestEncoding{utf-8}{% %<test3> \TestEncoding{utf8x}{% - adieresis=^^c3^^a4, - germandbls=^^c3^^9f, + adieresis=^^c3^^a4,% + germandbls=^^c3^^9f,% %<!test2> Euro=^^e2^^82^^ac, }% \end{qstest} @@ -713,17 +713,17 @@ and the derived files %<*test4> \usepackage[warning,ucs]{selinput} \SelectInputMappings{ - adieresis=^^c3^^a4, - germandbls=^^c3^^9f, - Euro=^^e2^^82^^ac, + adieresis=^^c3^^a4,% + germandbls=^^c3^^9f,% + Euro=^^e2^^82^^ac,% } \begin{qstest}{encoding}{} \Expect*{\inputencodingname}{utf8x}% \end{qstest} \begin{document} - adieresis=^^c3^^a4, - germandbls=^^c3^^9f, - Euro=^^e2^^82^^ac + adieresis=^^c3^^a4, % + germandbls=^^c3^^9f, % + Euro=^^e2^^82^^ac% %</test4> % \end{macrocode} % @@ -731,17 +731,17 @@ and the derived files %<*test5> \usepackage[warning,ucs]{selinput} \SelectInputMappings{ - adieresis={\"a}, - germandbls={{\ss}}, - Euro=\texteuro{}, + adieresis={\"a},% + germandbls={{\ss}},% + Euro=\texteuro{},% } \begin{qstest}{encoding}{} \Expect*{\inputencodingname}{ascii}% \end{qstest} \begin{document} - adieresis={\"a}, - germandbls={{\ss}}, - Euro=\texteuro{} + adieresis={\"a}, % + germandbls={{\ss}}, % + Euro=\texteuro{}% %</test5> % \end{macrocode} % @@ -749,6 +749,7 @@ and the derived files \end{document} %</test> % \end{macrocode} +% % \section{Installation} % % \subsection{Download} @@ -967,6 +968,10 @@ and the derived files % \item % Requested date for package \xpackage{stringenc} fixed. % \end{Version} +% \begin{Version}{2007/09/09 v1.2} +% \item +% Line end fixed. +% \end{Version} % \end{History} % % \PrintIndex |