% \iffalse meta-comment % % Copyright 1989-1996 Johannes L. Braams and any individual authors % listed elsewhere in this file. All rights reserved. % % For further copyright information see any other copyright notices in % this file. % % This file is part of the Babel system release 3.6. % -------------------------------------------------- % This system is distributed in the hope that it will be useful, % but WITHOUT ANY WARRANTY; without even the implied warranty of % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. % % For error reports concerning UNCHANGED versions of this file no % more than one year old, see bugs.txt. % % Please do not request updates from me directly. Primary % distribution is through the CTAN archives. % % % IMPORTANT COPYRIGHT NOTICE: % % You are NOT ALLOWED to distribute this file alone. % % You are allowed to distribute this file under the condition that it % is distributed together with all the files listed in manifest.txt. % % If you receive only some of these files from someone, complain! % % Permission is granted to copy this file to another file with a % clearly different name and to customize the declarations in that % copy to serve the needs of your installation, provided that you % comply with the conditions in the file legal.txt from the LaTeX2e % distribution. % % However, NO PERMISSION is granted to produce or to distribute a % modified version of this file under its original name. % % You are NOT ALLOWED to change this file. % % % \fi % \CheckSum{122} % % \iffalse %<*dtx> \ProvidesFile{bbcompat.dtx}[1996/12/23 v1.2] % % %% Please report errors to: J.L. Braams %% JLBraams@cistron.nl %<*filedriver> \documentclass{ltxdoc} \newcommand*\TeXhax{\TeX hax} \newcommand*\babel{\textsf{babel}} \newcommand*\Lopt[1]{\textsf{#1}} \newcommand*\file[1]{\texttt{#1}} \newcommand*\pkg[1]{\texttt{#1}} \begin{document} \DocInput{bbcompat.dtx} \end{document} % % \fi % % \GetFileInfo{bbcompat.dtx} % \StopEventually{} % % \changes{bbcompat1.2}{1996/11/02}{Added the check for \cs{LdfInit}} % \begin{macrocode} \ifx\LdfInit\@undefined \def\LdfInit{% \chardef\atcatcode=\catcode`\@ \catcode`\@=11\relax \input babel.def\relax \catcode`\@=\atcatcode \let\atcatcode\relax \LdfInit} \fi % \end{macrocode} % \changes{bbcompat-1.2}{1996/07/13}{Added \file{.sty} files and % definition of \cs{CurrentOption} for language definition files % that are loaded by more than one option.} % \changes{bbxompat-1.2}{1996/12/14}{Added \file{welsh.sty}} % \begin{macrocode} %<+american>\def\CurrentOption{american} %<+british>\def\CurrentOption{british} %<+english>\def\CurrentOption{english} %\input english.ldf\relax %<+bahasa>\input bahasa.ldf\relax %<+breton>\input breton.ldf\relax %<+catalan>\input catalan.ldf\relax %<+croatian>\input croatian.ldf\relax %<+czech>\input czech.ldf\relax %<+danish>\input danish.ldf\relax %<+afrikaans>\def\CurrentOption{afrikaans} %<+dutch>\def\CurrentOption{dutch} %<+afrikaans|dutch>\input dutch.ldf\relax %<+esperant>\input esperant.ldf\relax %<+estonian>\input estonian.ldf\relax %<+finnish>\input finnish.ldf\relax %<+francais>\def\CurrentOption{francais} %<+french>\def\CurrentOption{french} %<+francais|french>\input frenchb.ldf\relax %<+galician>\input galician.ldf\relax %<+austrian>\def\CurrentOption{austrian} %<+german>\def\CurrentOption{german} %<+germanb>\def\CurrentOption{german} %<+austrian|german|germanb>\input germanb.ldf\relax %<+greek>\input greek.ldf\relax %<+irish>\input irish.ldf\relax %<+italian>\input italian.ldf\relax %<+lsorbian>\input lsorbian.ldf\relax %<+magyar>\def\CurrentOption{magyar} %<+hungarian>\def\CurrentOption{hungarian} %<+magyar|hungarian>\input magyar.ldf\relax %<+norsk>\def\CurrentOption{norsk} %<+nynorsk>\def\CurrentOption{nynorsk} %<+norsk|nynorsk>\input norsk.ldf\relax %<+polish>\input polish.ldf\relax %<+portuges>\def\CurrentOption{portuges} %<+portuguese>\def\CurrentOption{portuguese} %<+brazil>\def\CurrentOption{brazil} %<+brazilian>\def\CurrentOption{brazilian} %<+portuges|portuguese|brazil|brazilian>\input portuges.ldf\relax %<+romanian>\input romanian.ldf\relax %<+russian>\input russianb.ldf\relax %<+scottish>\input scottish.ldf\relax %<+slovak>\input slovak.ldf\relax %<+slovene>\input slovene.ldf\relax %<+spanish>\input spanish.ldf\relax %<+swedish>\input swedish.ldf\relax %<+turkish>\input turkish.ldf\relax %<+usorbian>\input usorbian.ldf\relax %<+welsh>\input welsh.ldf\relax % \end{macrocode} %% %% \CharacterTable %% {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 %% 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 %% Digits \0\1\2\3\4\5\6\7\8\9 %% Exclamation \! Double quote \" Hash (number) \# %% Dollar \$ Percent \% Ampersand \& %% Acute accent \' Left paren \( Right paren \) %% Asterisk \* Plus \+ Comma \, %% Minus \- Point \. Solidus \/ %% Colon \: Semicolon \; Less than \< %% Equals \= Greater than \> Question mark \? %% Commercial at \@ Left bracket \[ Backslash \\ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} \endinput