This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".
The branch, master has been updated
via ae6cb792c0882f1027a382bf3d44a064cbedb3bb (commit)
from adf998c2ce482c62d15d2f72dac9097ca27edc55 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae6cb792c0882f1027a382bf3d44a064cbedb3bb
Author: Mosè Giordano <[email protected]>
Date: Sun Apr 17 23:18:02 2016 +0200
Reword documentation of TeX-PDF-from-DVI
* doc/auctex.texi (Processor Options): Make information about Japanese
documents more accurate. Suggested by Ikumi Keita.
diff --git a/doc/auctex.texi b/doc/auctex.texi
index cdcb0ac..afb0c9e 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -2926,10 +2926,10 @@ the document into @acronym{DVI} output. Thus, if you
want a
@acronym{PDF} document in the end you can either use Xe@TeX{} engine,
see below for information about how to set engines, or compile the
document with @command{tex} and then convert to @acronym{PDF} with
-@command{dvips}--@command{ps2pdf} before viewing it. In addition, most
-documents written in Japanese are compiled with @command{tex} or
-@command{latex} (not their @command{pdf} variants) and then converted to
-@acronym{PDF} with @command{dvipdfmx}. You can use the
+@command{dvips}--@command{ps2pdf} before viewing it. In addition,
+current Japanese @TeX{} engines cannot generate @acronym{PDF} directly
+so they rely on @acronym{DVI}-to-@acronym{PDF} converters. Usually
+@command{dvipdfmx} command is used for this purpose. You can use the
@code{TeX-PDF-from-DVI} variable to let @AUCTeX{} know you want to
generate the final @acronym{PDF} by converting a @acronym{DVI} file.
@@ -2938,14 +2938,13 @@ This option controls if and how to produce a
@acronym{PDF} file by
converting a @acronym{DVI} file.
When @code{TeX-PDF-mode} is non-nil, if @code{TeX-PDF-from-DVI} is
-non-nil too the document is compiled with @command{tex} (or
-@command{latex}) instead of @command{pdftex} (or @command{pdflatex}).
-When the document is ready, @kbd{C-c C-c} will suggest to run the
-command indicated by @code{TeX-PDF-from-DVI}.
+non-nil too the document is compiled to @acronym{DVI} instead of
+@acronym{PDF}. When the document is ready, @kbd{C-c C-c} will suggest
+to run the converter to @acronym{PDF} or an intermediate format.
If non-nil, @code{TeX-PDF-from-DVI} should be the name of the command,
as a string, used to convert the @acronym{DVI} file to @acronym{PDF} or
-to an intermediate type. Values currently supported are:
+to an intermediate format. Values currently supported are:
@itemize
@item
@code{"Dvips"}: the @acronym{DVI} file is converted to @acronym{PS} with
-----------------------------------------------------------------------
Summary of changes:
doc/auctex.texi | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
hooks/post-receive
--
GNU AUCTeX
_______________________________________________
auctex-diffs mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-diffs