yatex

changeset 260:e2899f13e8a4 dev

YaTeX-typeset-citation-msg adjusted for natbib
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 13 Feb 2012 17:06:47 +0900
parents 7d4f8f3d540d
children 8c555014f933
files yatexprc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/yatexprc.el	Mon Feb 13 15:26:07 2012 +0900
     1.2 +++ b/yatexprc.el	Mon Feb 13 17:06:47 2012 +0900
     1.3 @@ -2,7 +2,7 @@
     1.4  ;;; YaTeX process handler.
     1.5  ;;; yatexprc.el
     1.6  ;;; (c)1993-2012 by HIROSE Yuuji.[yuuji@yatex.org]
     1.7 -;;; Last modified Sun Feb 12 10:56:25 2012 on firestorm
     1.8 +;;; Last modified Mon Feb 13 15:28:22 2012 on firestorm
     1.9  ;;; $Id$
    1.10  
    1.11  ;(require 'yatex)
    1.12 @@ -148,7 +148,7 @@
    1.13  
    1.14  (defvar YaTeX-typeset-rerun-msg "Rerun to get cross-references right.")
    1.15  (defvar YaTeX-typeset-citation-msg
    1.16 -  "LaTeX Warning: Citation .* on page [0-9]+ undefined on input line")
    1.17 +  "Warning: Citation .* on page [0-9]+ undefined on input line")
    1.18  (defvar YaTeX-typeset-auto-rerun t
    1.19    "*Non-nil automatically reruns typesetter when cross-refs update found.
    1.20  This is mechanism is ")