home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fonts 1 / freshfonts1.bin / programs / amiga / pastex / macros / latex2e / base / lthyphen.cfg < prev    next >
Text File  |  1994-06-09  |  7KB  |  188 lines

  1. %% 
  2. %% This is file `lthyphen.cfg', generated 
  3. %% on <1994/6/9> with the docstrip utility (2.0r).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% babel.dtx  (with options: `kernel,patterns')
  8. %% 
  9. %% Copyright (C) 1989-1994 by Johannes Braams 
  10. %% All rights reserved. 
  11. %% For additional copyright information see further down in this file. 
  12. %% 
  13. %% This file is part of the Babel system, release 3.4 
  14. %% -------------------------------------------------- 
  15. %% 
  16. %% This file is distributed in the hope that it will be useful, 
  17. %% but WITHOUT ANY WARRANTY; without even the implied warranty of 
  18. %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
  19. %% 
  20. %% 
  21. %% IMPORTANT NOTICE: 
  22. %% 
  23. %% For error reports in case of UNCHANGED versions see readme file. 
  24. %% 
  25. %% Please do not request updates from me directly. Distribution is 
  26. %% done through Mail-Servers and TeX organizations. 
  27. %% 
  28. %% You are not allowed to change this file. 
  29. %% 
  30. %% You are allowed to distribute this file under the condition that 
  31. %% it is distributed together with all files mentioned in manifest.txt. 
  32. %% 
  33. %% If you receive only some of these files from someone, complain! 
  34. %% 
  35. %% You are NOT ALLOWED to distribute this file alone. You are NOT 
  36. %% ALLOWED to take money for the distribution or use of either this 
  37. %% file or a changed version, except for a nominal charge for copying 
  38. %% etc. 
  39. %%%\iffalse
  40. %%%  @LaTeX-file{
  41. %%%     author          = "Johannes L. Braams",
  42. %%%     version         = "3.4d",
  43. %%%     date            = "05 June 1994",
  44. %%%     time            = "14:09:50 MET",
  45. %%%     filename        = "babel.dtx",
  46. %%%     address         = "PTT Research
  47. %%%                        St. Paulusstraat 4
  48. %%%                        2264 XZ Leidschendam
  49. %%%                        The Netherlands",
  50. %%%     telephone       = "(70) 3325051",
  51. %%%     FAX             = "(70) 3326477",
  52. %%%     checksum        = "49524 2026 9500 78244",
  53. %%%     email           = "J.L.Braams@research.ptt.nl (Internet)",
  54. %%%     codetable       = "ISO/ASCII",
  55. %%%     keywords        = "babel",
  56. %%%     supported       = "yes",
  57. %%%     docstring       = "This file, babel.dtx contains the core of
  58. %%%                        the babel system as it was described in
  59. %%%                        TuGboat Volume 12 no 2 and Volume 14 no 1.
  60. %%%
  61. %%%                        The checksum field above contains a CRC-16
  62. %%%                        checksum as the first value, followed by the
  63. %%%                        equivalent of the standard UNIX wc (word
  64. %%%                        count) utility output of lines, words, and
  65. %%%                        characters.  This is produced by Robert
  66. %%%                        Solovay's checksum utility.",
  67. %%%      }
  68. %%% \fi
  69. %%
  70. \def\fileversion{v3.4d}
  71. \def\filedate{1994/06/05}
  72. %% Copyright (C) 1989-1994 by Johannes Braams,
  73. %%                            PTT Research Neher Laboratories
  74. %%                            all rights reserved.
  75. %% Please report errors to: J.L. Braams
  76. %%                          J.L.Braams@research.ptt.nl
  77. \ProvidesFile{lthyphen.cfg}[\filedate\space\fileversion\space
  78.          Babel language switching mechanism]
  79. \ifx\language\undefined
  80.   \csname newcount\endcsname\language
  81. \fi
  82. \ifx\newlanguage\undefined
  83.   \csname newcount\endcsname\last@language
  84. \else
  85.   \countdef\last@language=19
  86. \fi
  87. \ifx\newlanguage\undefined
  88.   \def\addlanguage#1{%
  89.     \global\advance\last@language \@ne
  90.     \ifnum\last@language<\@cclvi
  91.     \else
  92.         \errmessage{No room for a new \string\language!}%
  93.     \fi
  94.     \global\chardef#1\last@language
  95.     \wlog{\string#1 = \string\language\the\last@language}}
  96. \else
  97.   \def\addlanguage{\alloc@9\language\chardef\@cclvi}
  98. \fi
  99. \def\adddialect#1#2{%
  100.     \global\chardef#1#2\relax
  101.     \wlog{\string#1 = a dialect from \string\language#2}}
  102. \def\iflanguage#1#2#3{%
  103.   \expandafter\ifx\csname l@#1\endcsname\relax
  104.     \@nolanerr{#1}%
  105.   \else
  106.     \ifnum\csname l@#1\endcsname=\language #2%
  107.     \else#3\fi
  108.   \fi}
  109. \def\selectlanguage#1{\protect\p@selectlanguage{%
  110.   \ifnum\escapechar=\expandafter`\string#1\empty
  111.      \else \string#1\empty\fi}}
  112. \ifx\undefined\protect\let\protect\relax\fi
  113. \def\p@selectlanguage#1{\relax
  114.   \expandafter\ifx\csname l@#1\endcsname\relax
  115.     \@nolanerr{#1}%
  116.   \else
  117.     \language=\csname l@#1\endcsname\relax
  118.     \originalTeX
  119.     \edef\languagename{#1}%
  120.     \expandafter\def\expandafter\originalTeX
  121.         \expandafter{\csname noextras#1\endcsname
  122.                      \let\originalTeX\empty}%
  123.     \babel@beginsave
  124.     \csname captions#1\endcsname
  125.     \csname date#1\endcsname
  126.     \csname extras#1\endcsname\relax
  127.   \fi}%
  128. \ifx\undefined\originalTeX\let\originalTeX\empty\fi
  129. \ifx\undefined\babel@beginsave\let\babel@beginsave\relax\fi
  130. \def\@nolanerr#1{%
  131.   \errhelp{Your command will be ignored, type <return> to proceed}%
  132.   \errmessage{You haven't defined the language #1\space yet}}
  133. \newtoks\patterns@loaded \global\patterns@loaded={}
  134. \def\process@language#1 #2 {%
  135.     \expandafter\addlanguage\csname l@#1\endcsname
  136.     \expandafter\language\csname l@#1\endcsname
  137.     \global\patterns@loaded\expandafter{\the\patterns@loaded#1, }%
  138.     \input #2}
  139. \openin1 = language.dat
  140. \ifeof1
  141.     \message{I couldn't find the file language.dat,\space
  142.              I will try the file hyphen.tex}
  143.     \input hyphen.tex\relax
  144. \else
  145. \last@language=-1
  146. \loop
  147.   \endlinechar=-1
  148.   \read1 to \@line
  149.   \endlinechar`\^^M
  150.   \ifx\@line\empty
  151.   \else
  152.     \expandafter\expandafter\expandafter
  153.     \process@language\expandafter\@line\space
  154.   \fi
  155.     \iftrue \csname fi\endcsname
  156.     \csname if\ifeof1 false\else true\fi\endcsname
  157.   \repeat
  158.   \language=0
  159. \fi
  160. \closein1
  161. \let\process@language=\undefined
  162. \let\orig@dump=\dump
  163. \def\dump{%
  164.   \everyjob\expandafter{\the\everyjob%
  165.     \immediate\write16{Hyphenation patterns for \the\patterns@loaded
  166.       loaded.}}%
  167.   \let\dump\orig@dump\let\orig@dump\undefined\dump}
  168. %%\languagespecific{russian.dtx}
  169. %%
  170. %% \CharacterTable
  171. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  172. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  173. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  174. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  175. %%   Dollar        \$     Percent       \%     Ampersand     \&
  176. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  177. %%   Asterisk      \*     Plus          \+     Comma         \,
  178. %%   Minus         \-     Point         \.     Solidus       \/
  179. %%   Colon         \:     Semicolon     \;     Less than     \<
  180. %%   Equals        \=     Greater than  \>     Question mark \?
  181. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  182. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  183. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  184. %%   Right brace   \}     Tilde         \~}
  185. \endinput
  186. %% 
  187. %% End of file `lthyphen.cfg'.
  188.