mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
tex2lyx/preamble.cpp: take also care of lyxlist, lyxcode, and lyxaddress
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30448 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9d35e6690c
commit
20f8c82aa8
@ -107,11 +107,12 @@ const char * const known_coded_paper_margins[] = { "leftmargin", "topmargin",
|
||||
const char * const known_lyx_commands[] = { "binom", "cedilla", "cyrtext",
|
||||
"dacute", "dgrave", "docedilla", "doogonek", "dosubhat", "dosubring",
|
||||
"dosubtilde", "greektext", "guillemotleft", "guillemotright", "guilsinglleft",
|
||||
"guilsinglright", "LyX", "lyxadded", "lyxarrow", "lyxdeleted", "lyxdot",
|
||||
"lyxgreyedout", "lyxline", "lyxmathsym", "LyXParagraphLeftIndent",
|
||||
"lyxrightaddress", "makenomenclature", "mathcircumflex", "noun", "ogonek",
|
||||
"printnomenclature", "quotedblbase", "quotesinglbase", "rcap", "subhat",
|
||||
"subring", "subtilde", "tabularnewline", "textcyr", "textgreek", 0};
|
||||
"guilsinglright", "LyX", "lyxadded", "lyxaddress", "lyxarrow", "lyxcode",
|
||||
"lyxdeleted", "lyxdot", "lyxgreyedout", "lyxline", "lyxlist", "lyxmathsym",
|
||||
"LyXParagraphLeftIndent", "lyxrightaddress", "makenomenclature",
|
||||
"mathcircumflex", "noun", "ogonek", "printnomenclature", "quotedblbase",
|
||||
"quotesinglbase", "rcap", "subhat", "subring", "subtilde", "tabularnewline",
|
||||
"textcyr", "textgreek", 0};
|
||||
|
||||
const char * const known_lyx_comments[] = {
|
||||
"%% Binom macro for standard LaTeX users\n",
|
||||
@ -123,6 +124,7 @@ const char * const known_lyx_comments[] = {
|
||||
"% the following is useful when we have the old nomencl.sty package\n",
|
||||
"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.\n",
|
||||
"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.\n",
|
||||
"%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.\n",
|
||||
0};
|
||||
|
||||
// default settings
|
||||
|
Loading…
Reference in New Issue
Block a user