mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26314 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d577bf8c4a
commit
849b405c73
@ -1168,7 +1168,7 @@ void MathMacroTemplate::write(WriteStream & os, bool overwriteRedefinition) cons
|
||||
} else {
|
||||
// in LyX output we use some pseudo syntax which is implementation
|
||||
// independent, e.g.
|
||||
// \newcommand{\foo}[2][default}{#1,#2}
|
||||
// \newcommand{\foo}[2][default]{#1,#2}
|
||||
if (redefinition_ && !overwriteRedefinition)
|
||||
os << "\\renewcommand";
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user