2
votes
1answer
79 views

Preview TikZ figure in AUCTeX?

I am using AUCTeX on Emacs. Recently I began to draw pics using TikZ, but the problem is AUCTeX doesn't generate preview of this environment. (However, it does generate preview for the general figure ...
0
votes
0answers
45 views

Emacs and Auctex automatic compilation (and syntax highlighting) of extental TikZ files

I am using Emacs with Auctex. Is it possible to make files with .tikz extension to enter latex-mode automatically? Also, what is the best practice for compiling .tikz files that will be included in ...
32
votes
1answer
2k views

AucTeX extension for TikZ

Is there an AucTeX extension which supports the TikZ syntax and that one of the tkz-collection as well? In particular I want thinks like: syntax highlighting proper indentation that ...
6
votes
4answers
2k views

Customizing pdfLaTeX for a particular file with AUCTeX?

I'm trying to use the TikZ 'external' library, available as of PGF 2.10. This requires running pdfLaTeX with the option -shell-escape. I usually run pdfLaTeX from AUCTeX with the option ...