From 6de6aad4cdb7c4b11255cba15773e589d2bc69cb Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Fri, 19 Aug 2016 16:02:36 +0200 Subject: [PATCH] Add missing entries in syntax.default These are: \cellcolor, columncolor and rowcolor Fix \rotatebox Remove ",," in argument of color command, this is actually not used. --- lib/syntax.default | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/lib/syntax.default b/lib/syntax.default index 0ef1775001..924dbe4fae 100644 --- a/lib/syntax.default +++ b/lib/syntax.default @@ -403,6 +403,7 @@ $$ \ce{} \cf{} \ccname +\cellcolor[]{} \centering \centerline{translate} \chapter[]{} @@ -418,10 +419,11 @@ $$ \cleardoublepage \clearpage \closing{} -\color[]{,,} % Two variants of this command and the next (jpw) +\color[]{} % Two variants of this command and the next (jpw) %\color{} -\colorspec[]{,,}{} +\colorspec[]{}{} %\colorspec{}{} +\columncolor[]{} %\contentsline{}{\numberline{} }{} % Appears only in .toc file (JMarc) \contentsname %\dashbox{}(,)[]{} %picture @@ -434,7 +436,7 @@ $$ \DeclareRobustCommandx{}[][]{} % xargs.sty \DeclareRobustCommandx*{}[][]{} % xargs.sty \def{}{} -\definecolor{}{}{,,} +\definecolor{}{}{} \DeleteShortVerb{} % from doc.sty, argument must be verbatim \DescribeMacro{} \discretionary{}{}{} @@ -445,7 +447,7 @@ $$ \ensuremath{} \extracolsep{} \fbox{translate} -\fcolorbox[]{,,}{,,}{} % Two variants of this command +\fcolorbox[]{}{}{} % Two variants of this command %\fcolorbox{}{}{} \figurename \floatpagefraction @@ -558,7 +560,7 @@ $$ \opening{} % \oval(,)[] %picture \pagebreak[] -\pagecolor[]{,,} +\pagecolor[]{} % \pagecolor{} % tex2lyx can first care about this when fileformat 351 is supported \pagename \pagenumbering{} @@ -610,7 +612,8 @@ $$ \rmdefault \Roman{} \roman{} -\rotatebox{}{translate} +\rotatebox[]{}{translate} +\rowcolor[]{} \rule[]{}{} \samepage \savebox{}[][]{} @@ -664,7 +667,7 @@ $$ \telephone{translate} \texorpdfstring{translate}{translate} % from the hyperref package \textcircled{translate} -\textcolor[]{,,}{translate} +\textcolor[]{}{translate} %\textcolor{}{} \textbf{translate} % hardcoded, but needed nevertheless for \let\xyz\textbf \textnormal{translate} % hardcoded, but needed nevertheless for \let\xyz\textnormal -- 2.39.5