Tagged Questions
1
vote
1answer
113 views
Preview in auctex on debian stable works in dvi mode, but fails on pdf mode
My auctex renders preview images on my debian stable system (6.0.6) if I set it to dvi mode, but it fails if I set auctex to pdf mode.
I assume there is either a mistake in my emacs configuration ...
1
vote
1answer
187 views
LaTeX, dvipng and pipes
I am trying to create PNG images for each page in a LaTeX document on the fly. Since the startup time of LaTeX is the limiting factor for speed I tried the following approach using names pipes:
Bash ...
2
votes
2answers
162 views
Is it possibile to report the baseline of a dvipng converted image without using preview-latex?
I'm compiling .tex with pdftex and to align some PNG images created with dvipng (I love it's speed), I need to use the --depth value from this utility. But as I can read, correct values are output ...
4
votes
1answer
981 views
Does tikz 2.1 no longer work with the preview package?
I used to be able to create png images of diagrams made with tikz code by using the preview package and printing the dvi output from dvips to a png file using ghostscript. The latest version of tikz ...