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: lualatexquotejobname.tex 18968 2010-06-14 11:22:59Z mpg $ % Manuel Pegourie-Gonnard, originally written 2010. WTFPL v2. % % Misc. patches to commands in the LaTeX kernel for LuaTeX. \makeatletter % \endlinechar must always be < 127 % % mpg: this was the only occurence of such an assignement in the kernel % (checked \newlinechar too) % % mpg: the +10000/-10000 breaks, and we want to avoid munging % \@tempcnta globally, so use a group with a few \expandafter's \def\@xtypein[#1]#2{% \typeout{#2}% %%\advance\endlinechar\@M \begingroup \endlinechar\m@ne \read\@inputcheck to#1% \expandafter\endgroup \expandafter\def\expandafter#1\expandafter{#1}% %%\advance\endlinechar-\@M \@typein} \makeatother \endinput