mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] massive latex conversion


Chronological Thread 
  • From: François Poulain <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] massive latex conversion
  • Date: Fri, 9 Feb 2018 16:33:52 +0100

Le Fri, 9 Feb 2018 11:21:17 +0100,
Javier Arántegui <address@hidden> a écrit :

> My mistake, it should be:
>
> for i in *.tm; do texmacs -c "$i” “$i”.tex; done
>
> (I need to pay more attention when reading emails…)

Then you load TeXmacs n times; with a big overhead. You can avoid this
by launching TeXmacs once (or only a few time in parallel):

$ texmacs -c doc_1.tm doc_1.tex -c ... -c doc_n.tm doc_n.tex

(build args with a forloop)

François

--
François Poulain <address@hidden>




Archive powered by MHonArc 2.6.19.

Top of page