% File HYPHEN.cfg From & for the "French Style Files Distrib." ONLY ! % % local mods to use keyboard and hyphenation configurators provided by the % French style files distrib. (Bernard GAULLE). last mods: 2001/07/26 % % PREPARING A MULTILINGUAL FORMAT % \language=0 \lefthyphenmin=2 \righthyphenmin=3 % disallow x- or -xx breaks % %--------------- process keyboard and hyphenation files ----------------------- % % 1st: choose (optional) the default font encoding for this format: % === % Notice that OT1 is LaTeX 2e default encoding (CM fonts encoding) % The following is to force T1 by default (EC fonts encoding,Cork encoding): %\def\encodingdefault{T1}% with Plain TeX %\def\encodingdefault{T1}\fontencoding{T1}\selectfont% with LaTeX %?? % % 2nd: define linguistic/personal keys, i.e. your input encoding. % === You have 2 choices to adapt your (La)TeX to your keyboard: % %1) do nothing special. You will use standard accent macros (/input encoding). % [or you are using I/O filters like TCP with emtex, not a good advice] % Then comment (add a % char before) the next \input kbconfig command. % You will chose at run time to add \usepackage[encoding]{keyboard} % or \usepackage[encoding]{inputenc} % %2) use the provided configurator, as suggested, it will help you (see the doc) % to change easily your input encoding, to produce 7bit to 8bit translators, % to decide how messages should output, etc. You just have to specify % the input encoding in the file keyboard.dat. % You still will have the choice to change the input encoding at run time. % \input kbconfig % do the keyboard configuration based on the encoding % % given in the file keyboard.dat. Encoding files are xxx.kbc % % (various .kbc are provided). % % You can design your own "keyboard" in a private xxx.kbc file. % % 3rd: hyphenation processing for chosed languages. % === % You have to check if the language.dat file contain the languages % you want to define in this format. % \input hyconfig % do the hyphenation and exceptions loading. % %----------------------------- \endinput