mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Fix typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35884 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
249fe0167e
commit
98525b5d3d
@ -258,7 +258,7 @@ static docstring const ogonek_def = from_ascii(
|
|||||||
|
|
||||||
static docstring const lyxref_def = from_ascii(
|
static docstring const lyxref_def = from_ascii(
|
||||||
"\\makeatletter\n"
|
"\\makeatletter\n"
|
||||||
"\\RS@ifundefined{\thmref}\n"
|
"\\RS@ifundefined{thmref}\n"
|
||||||
" {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
|
" {\\def\\RSthmtxt{theorem~}\\newref{thm}{name = \\RSthmtxt}}\n"
|
||||||
" {}\n"
|
" {}\n"
|
||||||
"\\makeatother\n");
|
"\\makeatother\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user