mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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.
This commit is contained in:
parent
4ddad2f6cd
commit
6de6aad4cd
@ -403,6 +403,7 @@ $$
|
|||||||
\ce{}
|
\ce{}
|
||||||
\cf{}
|
\cf{}
|
||||||
\ccname
|
\ccname
|
||||||
|
\cellcolor[]{}
|
||||||
\centering
|
\centering
|
||||||
\centerline{translate}
|
\centerline{translate}
|
||||||
\chapter[]{}
|
\chapter[]{}
|
||||||
@ -418,10 +419,11 @@ $$
|
|||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\clearpage
|
\clearpage
|
||||||
\closing{}
|
\closing{}
|
||||||
\color[]{,,} % Two variants of this command and the next (jpw)
|
\color[]{} % Two variants of this command and the next (jpw)
|
||||||
%\color{}
|
%\color{}
|
||||||
\colorspec[]{,,}{}
|
\colorspec[]{}{}
|
||||||
%\colorspec{}{}
|
%\colorspec{}{}
|
||||||
|
\columncolor[]{}
|
||||||
%\contentsline{}{\numberline{} }{} % Appears only in .toc file (JMarc)
|
%\contentsline{}{\numberline{} }{} % Appears only in .toc file (JMarc)
|
||||||
\contentsname
|
\contentsname
|
||||||
%\dashbox{}(,)[]{} %picture
|
%\dashbox{}(,)[]{} %picture
|
||||||
@ -434,7 +436,7 @@ $$
|
|||||||
\DeclareRobustCommandx{}[][]{} % xargs.sty
|
\DeclareRobustCommandx{}[][]{} % xargs.sty
|
||||||
\DeclareRobustCommandx*{}[][]{} % xargs.sty
|
\DeclareRobustCommandx*{}[][]{} % xargs.sty
|
||||||
\def{}{}
|
\def{}{}
|
||||||
\definecolor{}{}{,,}
|
\definecolor{}{}{}
|
||||||
\DeleteShortVerb{} % from doc.sty, argument must be verbatim
|
\DeleteShortVerb{} % from doc.sty, argument must be verbatim
|
||||||
\DescribeMacro{}
|
\DescribeMacro{}
|
||||||
\discretionary{}{}{}
|
\discretionary{}{}{}
|
||||||
@ -445,7 +447,7 @@ $$
|
|||||||
\ensuremath{}
|
\ensuremath{}
|
||||||
\extracolsep{}
|
\extracolsep{}
|
||||||
\fbox{translate}
|
\fbox{translate}
|
||||||
\fcolorbox[]{,,}{,,}{} % Two variants of this command
|
\fcolorbox[]{}{}{} % Two variants of this command
|
||||||
%\fcolorbox{}{}{}
|
%\fcolorbox{}{}{}
|
||||||
\figurename
|
\figurename
|
||||||
\floatpagefraction
|
\floatpagefraction
|
||||||
@ -558,7 +560,7 @@ $$
|
|||||||
\opening{}
|
\opening{}
|
||||||
% \oval(,)[] %picture
|
% \oval(,)[] %picture
|
||||||
\pagebreak[]
|
\pagebreak[]
|
||||||
\pagecolor[]{,,}
|
\pagecolor[]{}
|
||||||
% \pagecolor{} % tex2lyx can first care about this when fileformat 351 is supported
|
% \pagecolor{} % tex2lyx can first care about this when fileformat 351 is supported
|
||||||
\pagename
|
\pagename
|
||||||
\pagenumbering{}
|
\pagenumbering{}
|
||||||
@ -610,7 +612,8 @@ $$
|
|||||||
\rmdefault
|
\rmdefault
|
||||||
\Roman{}
|
\Roman{}
|
||||||
\roman{}
|
\roman{}
|
||||||
\rotatebox{}{translate}
|
\rotatebox[]{}{translate}
|
||||||
|
\rowcolor[]{}
|
||||||
\rule[]{}{}
|
\rule[]{}{}
|
||||||
\samepage
|
\samepage
|
||||||
\savebox{}[][]{}
|
\savebox{}[][]{}
|
||||||
@ -664,7 +667,7 @@ $$
|
|||||||
\telephone{translate}
|
\telephone{translate}
|
||||||
\texorpdfstring{translate}{translate} % from the hyperref package
|
\texorpdfstring{translate}{translate} % from the hyperref package
|
||||||
\textcircled{translate}
|
\textcircled{translate}
|
||||||
\textcolor[]{,,}{translate}
|
\textcolor[]{}{translate}
|
||||||
%\textcolor{}{}
|
%\textcolor{}{}
|
||||||
\textbf{translate} % hardcoded, but needed nevertheless for \let\xyz\textbf
|
\textbf{translate} % hardcoded, but needed nevertheless for \let\xyz\textbf
|
||||||
\textnormal{translate} % hardcoded, but needed nevertheless for \let\xyz\textnormal
|
\textnormal{translate} % hardcoded, but needed nevertheless for \let\xyz\textnormal
|
||||||
|
Loading…
Reference in New Issue
Block a user