# HG changeset patch # User HIROSE Yuuji # Date 1336988173 -32400 # Node ID 6188dcbf8d2f5965eabaa5f68337f05b6cb30c5d # Parent 45350f20793dd87d742432acbe40285c9e70a22a Command name of StarOffice derivatives set to soffice diff -r 45350f20793d -r 6188dcbf8d2f yatex.el --- a/yatex.el Fri May 11 18:05:25 2012 +0900 +++ b/yatex.el Mon May 14 18:36:13 2012 +0900 @@ -2,7 +2,7 @@ ;;; Yet Another tex-mode for emacs - //–ì’¹// ;;; yatex.el rev. 1.76 ;;; (c)1991-2012 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Fri May 11 17:57:27 2012 on duke +;;; Last modified Sat May 12 14:53:03 2012 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -1905,11 +1905,11 @@ '(("tgif" . ".obj") ("gimp" . ".xcf") ("gimp" . ".xcf.gz") ("gimp" . ".xcf.bz2") ("inkscape" . ".svg") ("inkscape" . ".svgz") ("inkscape" . ".ai") - ("ooffice" . ".odg") + ("soffice" . ".odg") ("gimp" . ".jpeg") ("gimp" . ".jpg") ("gimp" . ".png") ("evince" . ".ps") ("evince" . ".eps") - ("ooffice" . ".pdf") + ("soffice" . ".pdf") (t . ".tex") (t . ".sty") (t . ""))