% keyboard.sty An idea of Bernard Gaulle 08/17/93 % Copyright GUTenberg-Bernard Gaulle as in french.doc % % last mods 02/21/96 % A style file option able to customize LaTeX accordingly to your keyboard. % With LaTeX: \documentclass{any_class} % \usepackage{keyboard,other_packages} % (notice that keyboard option is preferably placed first) % With LaTeX 2.09: \documentstyle[keyboard,...]{any_style} % With TeX: \input keyboard.sty % You need to configure your own keyboard.dat file. % Test version. % %% %% checksum = "50310 29 109 1194" %% \ifx\kbencoding\undefined% \def\kbencoding#1{\makeatletter% \def\@kbencoding{#1}\input kbconfig.tex % \makeatother}% \fi% \input kbconfig.tex % input the appropriate coding \ifx\ProvidesPackage\undefined\else% \ifx\ProvidesPackage\usepackage\else% do it only in preamble \ProvidesPackage{keyboard}[1996/02/21 from the french dist.]% \fi% \fi% \endinput%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%