# HG changeset patch # User HIROSE Yuuji # Date 1664414628 -32400 # Node ID 923a6c0183be469fb4f94b1258527f2ca1cc5b79 # Parent 6f69504f9cbeddba2fe7fdf8a6f10f9513aa251c Add -synctex=1 to default command line option. diff -r 6f69504f9cbe -r 923a6c0183be yatex.el --- 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.