"Lukasz Stafiniak" <[EMAIL PROTECTED]> writes:

> I am trying to preview tikz diagrams. I am getting _region_.tex
> generated that compiles by itself fine (latex _region_.tex), but
> when called with that thing calling the preview package (latex
> "<lots of
> stuff...>\input{_region_.tex}") it does not work: no pages of output.
>
> Any idea on what I am doing wrong?

Remove "\usepackage{preview}": this declares that _you_ want to call
the preview package itself and tell it what you want to have previewed
explicitly.

Then you don't mention anything to preview, and thus nothing gets
previewed.

Removing this line will get you the default: figures, includegraphics,
maths, displaymath will get previewed.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to