mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
fix bug 3458 for LyX 1.4.5:
http://bugzilla.lyx.org/show_bug.cgi?id=3458 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@17924 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c3d8032717
commit
ad3c3b8b96
@ -74,8 +74,6 @@ string fix_name(const string & str, bool big)
|
||||
{
|
||||
if (str == "slash")
|
||||
return "/";
|
||||
if (str == "backslash")
|
||||
return big ? "\\\\" : "\\";
|
||||
if (str == "empty")
|
||||
return ".";
|
||||
if (!big || str == "(" || str == ")" || str == "[" || str == "]"
|
||||
|
@ -65,6 +65,9 @@ What's new
|
||||
|
||||
- Fix gui for big delimiters.
|
||||
|
||||
- Fix wrong LaTeX-output when using the backslash "\" as math
|
||||
delimiter (bug 3458) (Qt2-frontend only)
|
||||
|
||||
* BUILD/INSTALLATION:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user