Server IP : 111.118.215.189 / Your IP : 216.73.216.178 Web Server : Apache System : Linux md-in-83.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : a1673wkz ( 2475) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/texlive/texmf-dist/tex/latex/carlisle/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
% remreset package %%%%%%%%%%%%%%%%%% % Copyright 1997 David carlisle % This file may be distributed under the terms of the LPPL. % See 00readme.txt for details. % 1997/09/28 David Carlisle % LaTeX includes a command \@addtoreset that is used to declare that % a counter should be reset every time a second counter is incremented. % For example the book class has a line % \@addtoreset{footnote}{chapter} % So that the footnote counter is reset each chapter. % If you wish to bas a new class on book, but without this counter % being reset, then standard LaTeX gives no simple mechanism to do % this. % This package defines |\@removefromreset| which just undoes the effect % of \@addtorest. So for example a class file may be defined by % \LoadClass{book} % \@removefromreset{footnote}{chapter} \def\@removefromreset#1#2{{% \expandafter\let\csname c@#1\endcsname\@removefromreset \def\@elt##1{% \expandafter\ifx\csname c@##1\endcsname\@removefromreset \else \noexpand\@elt{##1}% \fi}% \expandafter\xdef\csname cl@#2\endcsname{% \csname cl@#2\endcsname}}}