Нумерация таблиц
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{xespdtitlebase}
|
||||
\RequirePackage{xespdtitle}
|
||||
\RequirePackage{xespdlongtable}
|
||||
|
||||
\RequirePackage{caption}
|
||||
\RequirePackage{float}
|
||||
\RequirePackage{dblfloatfix}
|
||||
\RequirePackage{xltabular}
|
||||
|
Loading…
Reference in New Issue
Block a user