MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Invoking pdflatex from a notebook

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121264] Invoking pdflatex from a notebook
  • From: Themis Matsoukas <tmatsoukas at me.com>
  • Date: Tue, 6 Sep 2011 03:59:23 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

I am trying to invoke pdflatex from inside a Mathematica notebook but I can't get it to work. Standard shell commands work fine. For example the following gives me a listing of the current directory:

SetDirectory@NotebookDirectory[];
Import["!ls -a", "Text"]

".



  • Prev by Date: Re: Print bug with -script? (quotes display)
  • Next by Date: Re: CDF files now on Gyre&Gimble (math blog)
  • Previous by thread: Re: Preprocessing file input
  • Next by thread: Re: Invoking pdflatex from a notebook