auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] files with non-ascii characters and LaTeX as in TeXLive 201


From: jfbu
Subject: Re: [AUCTeX] files with non-ascii characters and LaTeX as in TeXLive 2018
Date: Wed, 23 May 2018 19:19:43 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:52.0) Gecko/20100101 Thunderbird/52.7.0


Ah, I understand better some errors reported by Keita :


Le 23/05/2018 à 15:39, Ikumi Keita a écrit :
(1) Add prv_primárias.ini argument to creat .fmt file.
etex -ini -interaction=nonstopmode -jobname prv_prim\árias "&pdflatex" prv_primárias.ini 
"\nonstopmode\nofiles\PassOptionsToPackage{active,tightpage,auctex}{preview}\AtBeginDocument{\ifx\ifPreview\undefined\RequirePackage[displaymath,floats,graphics,textmath,sections,footnotes]{preview}[2004/11/05]\fi}"
 "\input" "\detokenize{primárias.tex}"
-> No error
pdflatex -interaction=nonstopmode \&prv_prim\árias "\input{" "\detokenize{" prim\árias.tex 
"}" "}"
-> error
----------------------------------------------------------------------
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded 
format=pdflatex)
  restricted \write18 enabled.
entering extended mode
(/usr/local/texlive/2018/texmf-dist/tex/latex/tools/.tex
LaTeX2e <2018-04-01> patch level 4
CUSTOMISED FORMAT. Preloaded files:
         .
  article.cls    2014/09/29 v1.4h Standard LaTeX document class
   size10.clo    2014/09/29 v1.4h Standard LaTeX file (size option)
         .
)
Runaway argument?
! File ended while scanning use of ^^M.
<inserted text>
                 \par
<*> &prv_primárias \
                      input{ \detokenize{ primárias.tex } }
! Emergency stop.
<*> ...ias \input{ \detokenize{ primárias.tex } }
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on .log.
----------------------------------------------------------------------


It appears that mylatex.ltx is at work here.

Here is a copy of its comments

% While the preamble is being skipped, the EOL is active
% and defined to grab each line and inspect it looking
% for \begin{document} or mylatex lines.

Now I see also that it makes the backslash \ active.

From extra look in latex.ltx
EOL (^^M) is looking for an argument delimite by itself ^^M
but it never finds here the second ^^M.

Also latex.ltx contains various incantations and the
\catcode`\ 9 thing is one of them.

I need to get a hold of what prv_primárias.ini looks like!
So I guess I have to go into auctex el files...

Best,

Jean-François





reply via email to

[Prev in Thread] Current Thread [Next in Thread]