mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
parent
fa0f142eee
commit
ff6369d35e
@ -375,6 +375,7 @@ docstring InsetQuotesParams::getLaTeXQuote(char_type c, string const & op) const
|
||||
}
|
||||
case 0x0027: {// ' (plain)
|
||||
res = "\\textquotesingle";
|
||||
break;
|
||||
}
|
||||
case 0x201e: {// ,,
|
||||
if (op == "t1")
|
||||
@ -419,6 +420,7 @@ docstring InsetQuotesParams::getLaTeXQuote(char_type c, string const & op) const
|
||||
}
|
||||
case 0x0022: {// "
|
||||
res = "\\textquotedbl";
|
||||
break;
|
||||
}
|
||||
// The following are fakes
|
||||
// This is just to get something symbolic
|
||||
|
Loading…
Reference in New Issue
Block a user