changeset 596:923a6c0183be draft dev

Add -synctex=1 to default command line option.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 29 Sep 2022 10:23:48 +0900
parents 6f69504f9cbe
children 722004cc4375 dd4ed4c255c7
files yatex.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/yatex.el	Thu Sep 29 10:04:31 2022 +0900
+++ b/yatex.el	Thu Sep 29 10:23:48 2022 +0900
@@ -1,6 +1,6 @@
 ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
 ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
-;;; Last modified Fri Sep 23 06:28:18 2022 on firestorm
+;;; Last modified Thu Sep 29 10:22:07 2022 on firestorm
 ;;; $Id$
 ;;; The latest version of this software is always available at;
 ;;; https://www.yatex.org/
@@ -49,7 +49,7 @@
 
 (defvar tex-command
   (cond
-   (YaTeX-use-LaTeX2e "platex -kanji=%k")
+   (YaTeX-use-LaTeX2e "platex -kanji=%k -synctex=1")
    (YaTeX-japan "jlatex")
    (t "latex"))
   "*Default command for typesetting LaTeX text.

yatex.org