From: j8takagi <j8takagi@nifty.com>
Date: Sun, 15 Jun 2014 16:26:40 +0000 (+0900)
Subject: Doxyfileで、LaTeX出力時にuplatexを使うように
X-Git-Tag: v0.2p40~5
X-Git-Url: http://www.j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73c5a5f2a5f56903029e54a7134817e1917e0343;p=YACASL2.git

Doxyfileで、LaTeX出力時にuplatexを使うように
---

diff --git a/VERSION b/VERSION
index 2bfa35d..2e680a8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.2p36
+v0.2p37
diff --git a/doc_inner/Doxyfile b/doc_inner/Doxyfile
index 5c56d17..2e6507c 100644
--- a/doc_inner/Doxyfile
+++ b/doc_inner/Doxyfile
@@ -1591,7 +1591,7 @@ LATEX_OUTPUT           = latex
 # The default file is: latex.
 # This tag requires that the tag GENERATE_LATEX is set to YES.
 
-LATEX_CMD_NAME         = platex
+LATEX_CMD_NAME         = uplatex
 
 # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
 # index for LaTeX.