mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Parse subcaption.sty commands correctly (bug #8690)
This commit is contained in:
parent
b1bfbfb3f9
commit
f8016af3f9
@ -642,10 +642,14 @@ $$
|
|||||||
\stretch{}
|
\stretch{}
|
||||||
%\subitem{} % unsupported theindex environment
|
%\subitem{} % unsupported theindex environment
|
||||||
\subcaption[translate]{translate}
|
\subcaption[translate]{translate}
|
||||||
|
\subcaptionbox[translate]{translate}[][]{translate} % subcaption.sty
|
||||||
|
\subcaptionbox*{translate}[][]{translate} % subcaption.sty
|
||||||
\subjectname
|
\subjectname
|
||||||
\subfigure[translate][translate]{translate} % obsolete subfigure.sty
|
\subfigure[translate][translate]{translate} % obsolete subfigure.sty
|
||||||
\subparagraph[]{} % These "sub" versions of the sectioning commands weren't
|
\subparagraph[]{} % These "sub" versions of the sectioning commands weren't
|
||||||
\subparagraph*{} % in the original commandlist for some reason (adk)
|
\subparagraph*{} % in the original commandlist for some reason (adk)
|
||||||
|
\subref{} % subcaption.sty
|
||||||
|
\subref*{} % subcaption.sty
|
||||||
\subsection[]{} %
|
\subsection[]{} %
|
||||||
\subsection*{} %
|
\subsection*{} %
|
||||||
\subsubsection[]{} %
|
\subsubsection[]{} %
|
||||||
@ -706,6 +710,8 @@ $$
|
|||||||
\begin{environments}
|
\begin{environments}
|
||||||
bibunit[]{translate}
|
bibunit[]{translate}
|
||||||
psmatrix[]{}
|
psmatrix[]{}
|
||||||
|
subfigure[]{translate} % subcaption.sty
|
||||||
|
subtable[]{translate} % subcaption.sty
|
||||||
theorem[]{translate} % from amsthm.sty and probably others
|
theorem[]{translate} % from amsthm.sty and probably others
|
||||||
thebibliography{}
|
thebibliography{}
|
||||||
tikzpicture[]{}
|
tikzpicture[]{}
|
||||||
|
Loading…
Reference in New Issue
Block a user