[tex4ht] [bug #276] avoid multiple runs of latex

2020-06-30 Thread Michal Hoftich
Update of bug #276 (project tex4ht):

 Open/Closed:Open => Closed 

___

Follow-up Comment #2:

Already implemented in make4ht.

___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/



Re: [tex4ht] [bug #276] avoid multiple runs of latex

2016-03-31 Thread Boris Veytsman
HGS> Date: Thu, 31 Mar 2016 10:17:46 +0200
HGS> From: Hans Georg Schaathun 


HGS> I have actually seen people doing exactly that as part of a Makefile
HGS> setup (using Bourne shell).  Personally, I never copied that setup.
HGS> It is a bit odd that I did not, since I do not doubt that it worked, 
HGS> and I usually do not mind a little bit of chewing gum and tape in my 
HGS> config :-)

HGS> I cannot remember where I saw it.  It has been at least a decade.

Here is a fragment of my typical Makefile (I beleive it is more than a
decade old :)

%.pdf:  %.tex 
pdflatex $<
- bibtex $*
pdflatex $<
while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \
do pdflatex $<; done

-- 
Good luck

-Boris

Now I know someone out there is going to claim, "Well then, UNIX is intuitive,
because you only need to learn 5000 commands, and then everything else follows
from that! Har har har!"
(Andy Bates in comp.os.linux.misc, on "intuitive interfaces", slightly
defending Macs.)


Re: [tex4ht] [bug #276] avoid multiple runs of latex

2016-03-30 Thread Michal Hoftich
> I'm wondering whether, rather than deciding in advance how many latex runs are
> needed, it would be sufficient simply for each latex run to search the latex
> log file for
> ' Rerun to get '
> 

Doesn't that support only LaTeX cross-references? We need additional
runs to get tex4ht links correctly. I was also thinking about running
bibtex/makeindex etc. only when needed. 

Michal




[tex4ht] [bug #276] avoid multiple runs of latex

2016-03-28 Thread Karl Berry
URL:
  

 Summary: avoid multiple runs of latex
 Project: tex4ht
Submitted by: karl
Submitted on: Tue 29 Mar 2016 01:54:02 AM EEST
Category: None
Priority: 5 - Normal
Severity: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

re http://tug.org/pipermail/tex4ht/2016q1/001414.html

don't think we need to turn tex4ht into another latexmk or texi2dvi, but the
scripts could easily have some kind of option to run the latex+tex4ht+t4ht
command just once, which a higher-level script could more easily make use of.

(among many, many, many, other things to tweak in the scripts.)





___

Reply to this item at:

  

___
  Message sent via/by Puszcza
  http://puszcza.gnu.org.ua/