Server IP : 111.118.215.189 / Your IP : 216.73.216.27 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/texlive/texmf-dist/tex/latex/latexconfig/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
% $Id $ % Manuel Pégourié-Gonnard, originally written 2010. WTFPL v2. % To be loaded after latex.ltx and before luatex-unicode-letters.tex. % latex.ltx (ltfinal.dtx) sets lccodes, uccodes, sfcodes and catcodes for % characters in the "00-"ff range. % % In the "80-"ff range, lccodes, uccodes & sfcodes are based on T1, and need % to be reset before the correct, Unicode-based, codes are set. Also, the % catcodes are set to 12 (other). % \begingroup \makeatletter \count@=128 \loop \ifnum\count@<256 \global\uccode\count@=0 \global\lccode\count@=0 \global\sfcode\count@=1000 \global\catcode\count@=12 \advance\count@\@ne \repeat \endgroup % A few codes in the ASCII range are set by latex.ltx: % % \lccode`\^^[=`\^^[ % oe in OT1 % \lccode`\- =`\- % default hyphen char % \lccode 127=127 % alternate hyphen char % \lccode 23 =23 % textcompwordmark in T1 % % They don't look too problematic, so we don't reset them now, but this may % change later if problems are found.