(void)newKileAction::Tag(i18n("Newpage - \\newpage"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_newpage","\\newpage ",TQString(),9,0,i18n("The \\newpage command ends the current page"));
(void)newKileAction::Tag(i18n("Newpage - \\newpage"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_newpage","\\newpage ",TQString(),9,0,i18n("The \\newpage command ends the current page"));
(void)newKileAction::Tag(i18n("Line Break - \\linebreak"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_linebreak","\\linebreak ",TQString(),11,0,i18n("The \\linebreak command tells LaTeX to break the current line at the point of the command."));
(void)newKileAction::Tag(i18n("Line Break - \\linebreak"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_linebreak","\\linebreak ",TQString(),11,0,i18n("The \\linebreak command tells LaTeX to break the current line at the point of the command."));
(void)newKileAction::Tag(i18n("Page Break - \\pagebreak"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_pagebreak","\\pagebreak ",TQString(),11,0,i18n("The \\pagebreak command tells LaTeX to break the current page at the point of the command."));
(void)newKileAction::Tag(i18n("Page Break - \\pagebreak"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_pagebreak","\\pagebreak ",TQString(),11,0,i18n("The \\pagebreak command tells LaTeX to break the current page at the point of the command."));
(void)newKileAction::Tag(i18n("\"Big\"Qt::Vertical Space - \\bigskip"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_bigskip","\\bigskip ",TQString(),9,0,i18n("The \\bigskip command adds a 'big' vertical space."));
(void)newKileAction::Tag(i18n("\"Big\"Vertical Space - \\bigskip"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_bigskip","\\bigskip ",TQString(),9,0,i18n("The \\bigskip command adds a 'big' vertical space."));
(void)newKileAction::Tag(i18n("\"Medium\" vertical Space - \\medskip"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_medskip","\\medskip ",TQString(),9,0,i18n("The \\medskip command adds a 'medium' vertical space."));
(void)newKileAction::Tag(i18n("\"Medium\" vertical Space - \\medskip"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),parent->actionCollection(),"tag_medskip","\\medskip ",TQString(),9,0,i18n("The \\medskip command adds a 'medium' vertical space."));
(void)newKileAction::Tag(i18n("Embedded Code (show spaces) - \\verb*||"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),ac,"tag_verb*","\\verb*|","|",7,0,i18n("Macro form of the verbatim* environment."));
(void)newKileAction::Tag(i18n("Embedded Code (show spaces) - \\verb*||"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),ac,"tag_verb*","\\verb*|","|",7,0,i18n("Macro form of the verbatim* environment."));
// horizontal/vertical space
// horizontal/vertical space
(void)newKileAction::Tag(i18n("\"Small\"Qt::Vertical Space - \\smallskip"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),ac,"tag_smallskip","\\smallskip ",TQString(),10,0,i18n("The \\smallskip command adds a 'small' vertical space."));
(void)newKileAction::Tag(i18n("\"Small\"Vertical Space - \\smallskip"),0,TQT_TQOBJECT(parent),TQT_SLOT(insertTag(constKileAction::TagData&)),ac,"tag_smallskip","\\smallskip ",TQString(),10,0,i18n("The \\smallskip command adds a 'small' vertical space."));