yatex

changeset 596:923a6c0183be 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 diff
     1.1 --- a/yatex.el	Thu Sep 29 10:04:31 2022 +0900
     1.2 +++ b/yatex.el	Thu Sep 29 10:23:48 2022 +0900
     1.3 @@ -1,6 +1,6 @@
     1.4  ;;; yatex.el --- Yet Another tex-mode for emacs //–ì’¹// -*- coding: sjis -*-
     1.5  ;;; (c)1991-2020 by HIROSE Yuuji.[yuuji@yatex.org]
     1.6 -;;; Last modified Fri Sep 23 06:28:18 2022 on firestorm
     1.7 +;;; Last modified Thu Sep 29 10:22:07 2022 on firestorm
     1.8  ;;; $Id$
     1.9  ;;; The latest version of this software is always available at;
    1.10  ;;; https://www.yatex.org/
    1.11 @@ -49,7 +49,7 @@
    1.12  
    1.13  (defvar tex-command
    1.14    (cond
    1.15 -   (YaTeX-use-LaTeX2e "platex -kanji=%k")
    1.16 +   (YaTeX-use-LaTeX2e "platex -kanji=%k -synctex=1")
    1.17     (YaTeX-japan "jlatex")
    1.18     (t "latex"))
    1.19    "*Default command for typesetting LaTeX text.