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:
Uwe Stöhr 2009-07-10 12:38:22 +00:00
parent 9d35e6690c
commit 20f8c82aa8

View File

@ -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