mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Compile tm files in a batch without displaying windows (MAC)


Chronological Thread 
  • From: hpl <address@hidden>
  • To: Sam Liddicott <address@hidden>
  • Cc: François Poulain <address@hidden>, "address@hidden" <address@hidden>, Miguel de Benito Delgado <address@hidden>
  • Subject: Re: [TeXmacs] Compile tm files in a batch without displaying windows (MAC)
  • Date: Fri, 14 Jun 2013 12:40:33 +0800

Sam's method can compile pdf here. However, it still shows the TM window.

Looking forward to a "--headless" option.

A simpler version to do current job is
texmacs --convert article.tm article.pdf --quit

It looks Sam's command line is doing more. Where can I find a reference for those Scheme commands?

Many thanks,

Pili


On 6/6/13 4:43 PM, Sam Liddicott wrote:
I have been using this in my "make docs" target:

texmacs -c $(FILE).tm $(FILE).pdf -x '(print-to-file "file:$(FILE).pdf") (generate-all-aux) (update-current-buffer) (print-to-file "file:$(FILE).pdf") (generate-all-aux) (update-current-buffer) (style-clear-cache) (style-clear-cache) (print-to-file "file://$(PWD)/$(FILE).pdf")' -q

I haven't tried it lately but it was working as well as it could, which was not great as it was not updating some references before printing.

Sam


On Thu, Jun 6, 2013 at 9:34 AM, François Poulain <address@hidden> wrote:
Le Thu, 6 Jun 2013 10:27:03 +0200,
Miguel de Benito Delgado <address@hidden> a écrit :

> I'm sorry I cannot look into the problem any further. Maybe someone
> else?

AFAIK it might be due to some recent changes made by Massimiliano.

François

--
François Poulain <address@hidden>





Archive powered by MHonArc 2.6.19.

Top of page