From 98525b5d3d704e7a818a559d4ef2baad34c8f686 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 28 Oct 2010 16:28:16 +0000 Subject: [PATCH] Fix typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35884 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LaTeXFeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 10d9ecd935..a32566ff52 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -258,7 +258,7 @@ static docstring const ogonek_def = from_ascii( static docstring const lyxref_def = from_ascii( "\\makeatletter\n" - "\\RS@ifundefined{\thmref}\n" + "\\RS@ifundefined{thmref}\n" " {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n" " {}\n" "\\makeatother\n");