mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] batch ps export


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: Matteo Bertini <address@hidden>
  • Cc: TeXmacs-users ML <address@hidden>
  • Subject: Re: [TeXmacs] batch ps export
  • Date: Thu, 27 May 2004 12:02:05 +0200 (CEST)


On Thu, 27 May 2004, Matteo Bertini wrote:
> Is it possible to automate the ps generation in TeXmacs?

What about

texmacs --convert test.tm test.ps -q

> I have a growing doc about system identification (in italian) that
> whould not be here without texmacs (so thanks again!),
> http://naufraghi.freezope.org/web/IdentificazioneModellieAnalisiDati ,
> and I'd like to update a ps on the web page.
> I do almost everithing in bash, but the texmacs part.

You can execute more general scheme commands using the -x option.
For instance, I use the following command for generating the italian
manual you find on our website:

texmacs -x "(tmdoc-expand-help-manual
\"/home/vdhoeven/cvs/doc/main/man-user-manual.it.tm\" \"(begin (print-to-file
\\\"/home/vdhoeven/cvs/distr/texmacs-manual.it.ps\\\") (quit-TeXmacs))\")"

For more information on the available scheme commands,
you have to hack a bit ;^) More documentation will come later.



  • batch ps export, Matteo Bertini, 05/27/2004
    • Re: [TeXmacs] batch ps export, Joris van der Hoeven, 05/27/2004

Archive powered by MHonArc 2.6.19.

Top of page