Re: [tex4ht] [bug #136] #line in output

2016-07-18 Thread Michal Hoftich
> both fail for me running from command line.
> However, running
>  > make info4ht.4ht
>  > make infomml.4ht
> does produce the output.
> 
> Running from makefile, xhlatex runs in nonstopmode compiling three times.
> The first compilation fails, but not others.
>  >  make -Bn infoht4.4ht
> xhlatex tex4ht-info-html4.tex "html,3,sections+" "" "-d./" 
> "--interaction=nonstopmode "
> 

They fail to compile only when there is no .xref file for the TeX
source, so the consecutive compilations works. I cant't see a reason for
this though.

Best,
Michal



Re: [tex4ht] [bug #136] #line in output

2016-07-18 Thread Deimantas Galcius


On 07/18/2016 12:45 AM, Karl Berry wrote:

Hi Michal,

 I've just download the changed sources and it seems that the latest commit
 causes lot of compilation errors, resp. compilation stops with emergency 
exit.
 Does it happen only on my machine?

I wouldn't have committed it if it didn't work for me (obviously).
That's not to say I'm not surprised there are problems.

\CodeLineNo  outputs

% line  

in 4ht files. While there should not be problems when generating 4ht files,
tex apparently fails
when reading/parsing them.

Thank you, Karl, for disabling CodeLineNo in 4ht.



However, now I'm seeing problems too, but they don't seem to be related
to the last commit.  I did svn update -r184 to try without it, then
make clean, then make, and there were errors with the
xhlatex tex4ht-info-html4.tex:
..
[222] [223] [224] [225] [226] [227] [228] [229]) (./infoht4.4ht)
Runaway argument?
^^M^^M%%^^M% \ETC.
! File ended while scanning use of \infoIVht.

 \par
l.623 \expandafter\nextinfo\infofiles
  ,,//%
..

And similarly with the htlatex tex4ht-info-mml.tex.  Are those the files
that are failing for you?


both fail for me running from command line.
However, running
> make info4ht.4ht
> make infomml.4ht
does produce the output.

Running from makefile, xhlatex runs in nonstopmode compiling three times.
The first compilation fails, but not others.
>  make -Bn infoht4.4ht
xhlatex tex4ht-info-html4.tex "html,3,sections+" "" "-d./" 
"--interaction=nonstopmode "

I'll see if I can sort it out.

regards, -- deimi




Re: [tex4ht] [bug #136] #line in output

2016-07-17 Thread Karl Berry
Hi Michal,

I've just download the changed sources and it seems that the latest commit
causes lot of compilation errors, resp. compilation stops with emergency 
exit.
Does it happen only on my machine?

I wouldn't have committed it if it didn't work for me (obviously).
That's not to say I'm not surprised there are problems.

However, now I'm seeing problems too, but they don't seem to be related
to the last commit.  I did svn update -r184 to try without it, then
make clean, then make, and there were errors with the
xhlatex tex4ht-info-html4.tex:
..
[222] [223] [224] [225] [226] [227] [228] [229]) (./infoht4.4ht)
Runaway argument?
^^M^^M%%^^M% \ETC.
! File ended while scanning use of \infoIVht.
 
\par 
l.623 \expandafter\nextinfo\infofiles
 ,,//%
..

And similarly with the htlatex tex4ht-info-mml.tex.  Are those the files
that are failing for you?

Argh.  Those files have not changed in forever.  More dependency
problems, evidently :(.  -k