Нумерация таблиц
This commit is contained in:
parent
c8d5a32b4b
commit
d626edea84
@ -88,4 +88,15 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
\RequirePackage{etoolbox}
|
||||||
|
\makeatletter
|
||||||
|
\newif\ifLT@nocaption
|
||||||
|
\preto\longtable{\LT@nocaptiontrue}
|
||||||
|
\appto\endlongtable{%
|
||||||
|
\ifLT@nocaption
|
||||||
|
\addtocounter{table}{\m@ne}%
|
||||||
|
\fi}
|
||||||
|
\preto\LT@caption{%
|
||||||
|
\noalign{\global\LT@nocaptionfalse}}
|
||||||
|
\makeatother
|
||||||
|
|
||||||
|
@ -74,7 +74,9 @@
|
|||||||
\RequirePackage{xespdinfo}
|
\RequirePackage{xespdinfo}
|
||||||
\RequirePackage{xespdtitlebase}
|
\RequirePackage{xespdtitlebase}
|
||||||
\RequirePackage{xespdtitle}
|
\RequirePackage{xespdtitle}
|
||||||
|
\RequirePackage{xespdlongtable}
|
||||||
|
|
||||||
|
\RequirePackage{caption}
|
||||||
\RequirePackage{float}
|
\RequirePackage{float}
|
||||||
\RequirePackage{dblfloatfix}
|
\RequirePackage{dblfloatfix}
|
||||||
\RequirePackage{xltabular}
|
\RequirePackage{xltabular}
|
||||||
|
Loading…
Reference in New Issue
Block a user