mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
\\textquotedbl and \\textquotesingl are unknown in TU encoding.
Use \\char` instead.
This commit is contained in:
parent
7ea6377066
commit
46e3885d19
@ -123,19 +123,19 @@ static docstring const textquotedbl_def = from_ascii(
|
||||
|
||||
static docstring const textquotedblp_xetex_def = from_ascii(
|
||||
"\\providecommand\\textquotedblplain{%\n"
|
||||
" \\bgroup\\addfontfeatures{Mapping=}\\textquotedbl\\egroup}");
|
||||
" \\bgroup\\addfontfeatures{Mapping=}\\char`\\\"\\egroup}");
|
||||
|
||||
static docstring const textquotedblp_luatex_def = from_ascii(
|
||||
"\\providecommand\\textquotedblplain{%\n"
|
||||
" \\bgroup\\addfontfeatures{RawFeature=-tlig}\\textquotedbl\\egroup}");
|
||||
" \\bgroup\\addfontfeatures{RawFeature=-tlig}\\char`\\\"\\egroup}");
|
||||
|
||||
static docstring const textquotesinglep_xetex_def = from_ascii(
|
||||
"\\providecommand\\textquotesingleplain{%\n"
|
||||
" \\bgroup\\addfontfeatures{Mapping=}\\textquotesingle\\egroup}");
|
||||
" \\bgroup\\addfontfeatures{Mapping=}\\char`\\\'\\egroup}");
|
||||
|
||||
static docstring const textquotesinglep_luatex_def = from_ascii(
|
||||
"\\providecommand\\textquotesingleplain{%\n"
|
||||
" \\bgroup\\addfontfeatures{RawFeature=-tlig}\\textquotesingle\\egroup}");
|
||||
" \\bgroup\\addfontfeatures{RawFeature=-tlig}\\char`\\\'\\egroup}");
|
||||
|
||||
static docstring const paragraphleftindent_def = from_ascii(
|
||||
"\\newenvironment{LyXParagraphLeftIndent}[1]%\n"
|
||||
|
Loading…
Reference in New Issue
Block a user