aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-07-09 01:27:33 +0200
committerLars Ingebrigtsen2019-07-09 03:44:13 +0200
commit97190675c87375bfe1d92b29b01933f875033de7 (patch)
tree9873bbba17b4951b72d7765003e907e4aedfadbe
parentcebea291d98aea89f681bd5454fac178b54039ba (diff)
downloademacs-97190675c87375bfe1d92b29b01933f875033de7.tar.gz
emacs-97190675c87375bfe1d92b29b01933f875033de7.zip
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).
-rw-r--r--doc/emacs/text.texi3
1 files changed, 2 insertions, 1 deletions
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
1777extension for viewing and printing @TeX{}-compiled files. For 1777extension for viewing and printing @TeX{}-compiled files. For
1778example, you can set it to @file{.pdf}, and update 1778example, you can set it to @file{.pdf}, and update
1779@code{tex-dvi-view-command} and @code{tex-dvi-print-command} 1779@code{tex-dvi-view-command} and @code{tex-dvi-print-command}
1780accordingly. 1780accordingly, as well as @code{latex-run-command} or
1781@code{tex-run-command}.
1781 1782
1782 Normally, Emacs automatically appends the output file name to the 1783 Normally, Emacs automatically appends the output file name to the
1783shell command strings described in the preceding paragraph. For 1784shell command strings described in the preceding paragraph. For