auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why does a `standalone` document set `TeX-PDF-from-DVI`?


From: Maximilian Wuttke
Subject: Why does a `standalone` document set `TeX-PDF-from-DVI`?
Date: Sat, 9 Jan 2021 23:00:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

Hi,

I recently made some graphics which I outsourced into their own files. I
used the `standalone` document class for this. For some reason, in these
files, the variable `TeX-PDF-from-DVI` is automatically set.

Minimal example:

> \documentclass[tikz,border=5pt]{standalone}
> 
> \begin{document}
> 
> \begin{tikzpicture}
>   \node{test!};
> \end{tikzpicture}
> 
> \end{document}

I could not find out why this variable is always set in `standalone`
documents. However, I could not find any mention of the string
`standalone` in the source code of auctex (or in my init file).

My questions: 1.) How did this happen? 2.) How can I turn off this feature?


Have a nice day!
Maximilian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]