From 97190675c87375bfe1d92b29b01933f875033de7 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 9 Jul 2019 01:27:33 +0200 Subject: [PATCH] Mention {la,}tex-run-command in the TeX Print info node * doc/emacs/text.texi (TeX Print): Mention {la,}tex-run-command, too. Suggested by Sebastian Urban (bug#36400). --- doc/emacs/text.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index ffebf39f331..974f79d5232 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -1777,7 +1777,8 @@ determined by the variable @code{tex-dvi-print-command}. The variable extension for viewing and printing @TeX{}-compiled files. For example, you can set it to @file{.pdf}, and update @code{tex-dvi-view-command} and @code{tex-dvi-print-command} -accordingly. +accordingly, as well as @code{latex-run-command} or +@code{tex-run-command}. Normally, Emacs automatically appends the output file name to the shell command strings described in the preceding paragraph. For -- 2.39.5