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 /
generic /
dvips /
[ HOME SHELL ]
Name
Size
Permission
Action
blackdvi.sty
2.9
KB
-rw-r--r--
blackdvi.tex
2.9
KB
-rw-r--r--
colordvi.sty
8.11
KB
-rw-r--r--
colordvi.tex
8.11
KB
-rw-r--r--
rotate.sty
2.23
KB
-rw-r--r--
rotate.tex
1.89
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rotate.sty
% % These macros allow you to rotate or flip a \TeX\ box. Very useful for % sideways tables or upsidedown answers. % % To use, create a box containing the information you want to rotate. % (An hbox or vbox will do.) Now call \@rotr\boxnum to rotate the % material and create a new box with the appropriate (flipped) dimensions. % \@rotr rotates right, \@rotl rotates left, \@rotu turns upside down, and % \@rotf flips. These boxes may contain other rotated boxes. % \newdimen\@rotdimen \newbox\@rotbox \def\@vspec#1{\special{ps:#1}}% passes #1 verbatim to the output \def\@rotstart#1{\@vspec{gsave currentpoint currentpoint translate #1 neg exch neg exch translate}}% #1 can be any origin-fixing transformation \def\@rotfinish{\@vspec{currentpoint grestore moveto}}% gets back in synch % % First, the rotation right. The reference point of the rotated box % is the lower right corner of the original box. % \def\@rotr#1{\@rotdimen=\ht#1\advance\@rotdimen by\dp#1% \hbox to\@rotdimen{\hskip\ht#1\vbox to\wd#1{\@rotstart{90 rotate}% \box#1\vss}\hss}\@rotfinish} % % Next, the rotation left. The reference point of the rotated box % is the upper left corner of the original box. % \def\@rotl#1{\@rotdimen=\ht#1\advance\@rotdimen by\dp#1% \hbox to\@rotdimen{\vbox to\wd#1{\vskip\wd#1\@rotstart{270 rotate}% \box#1\vss}\hss}\@rotfinish}% % % Upside down is simple. The reference point of the rotated box % is the upper right corner of the original box. (The box's height % should be the current font's xheight, \fontdimen5\font, % if you want that xheight to be at the baseline after rotation.) % \def\@rotu#1{\@rotdimen=\ht#1\advance\@rotdimen by\dp#1% \hbox to\wd#1{\hskip\wd#1\vbox to\@rotdimen{\vskip\@rotdimen \@rotstart{-1 dup scale}\box#1\vss}\hss}\@rotfinish}% % % And flipped end for end is pretty ysae too. We retain the baseline. % \def\@rotf#1{\hbox to\wd#1{\hskip\wd#1\@rotstart{-1 1 scale}% \box#1\hss}\@rotfinish}% % % Now the user interface for LaTeX: \rotate[type]{text} where % ``type'' is `l' for left, `r' for right, `u' for upside-down, or % `f' for flip. `l' is the default. % \def\rotate{\@ifnextchar[{\@rotate}{\@rotate[l]}} \def\@rotate[#1]#2{\setbox\@rotbox=\hbox{#2}\@nameuse{@rot#1}\@rotbox}
Close