(void)newKileAction::Tag(i18n("Verbatim - \\begin{verbatim}"),i18n("Verbatim"),"verbatim",KShortcut(),receiver,SLOT(insertTag(constKileAction::TagData&)),actionCollection,"tag_verbatim","\\begin{verbatim}\n","%E\n\\end{verbatim} ",0,1,i18n("Environment that gets LaTeX to print exactly what you type in."));
(void)newKileAction::Tag(i18n("Bulleted List - \\begin{itemize}"),i18n("Bulleted List"),"itemize",KShortcut(),receiver,SLOT(insertTag(constKileAction::TagData&)),actionCollection,"tag_env_itemize","\\begin{itemize}\n%E\\item \n","\\end{itemize}\n",6,1,i18n("The itemize environment produces a 'bulleted' list.\nEach item of an itemized list begins with an \\item command."));
(void)newKileAction::Tag(i18n("Enumeration - \\begin{enumerate}"),i18n("Enumeration"),"enumerate",KShortcut(),receiver,SLOT(insertTag(constKileAction::TagData&)),actionCollection,"tag_env_enumerate","\\begin{enumerate}\n%E\\item \n","\\end{enumerate}\n",6,1,i18n("The enumerate environment produces a numbered list.\nEach item of an enumerated list begins with an \\item command."));
(void)newKileAction::Tag(i18n("Description - \\begin{description}"),i18n("Description"),"description",KShortcut(),receiver,SLOT(insertTag(constKileAction::TagData&)),actionCollection,"tag_env_description","\\begin{description}\n%E\\item[]\n","\\end{description}",6,1,i18n("The description environment is used to make labeled lists.\nEach item of the list begins with an \\item[label] command.\nThe 'label' is bold face and flushed right."));
(void)newKileAction::Tag(i18n("Description - \\begin{description}"),i18n("Description"),"description",KShortcut(),receiver,SLOT(insertTag(constKileAction::TagData&)),actionCollection,"tag_env_description","\\begin{description}\n%E\\item[]\n","\\end{description}",6,1,i18n("The description environment is used to make labeled lists.\nEach item of the list begins with an \\item[label] command.\nThe 'label' is bold face and flushed right."));
i18n("\\begin{table}[placement]\nbody of the table\n\\caption{table title}\n\\end{table}\nTables are objects that are not part of the normal text, and are usually floated to a convenient place.\n"