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 /
enctex /
[ HOME SHELL ]
Name
Size
Permission
Action
1250-csf.tex
8.04
KB
-rw-r--r--
1250-il2.tex
859
B
-rw-r--r--
1250-latex.tex
2.4
KB
-rw-r--r--
1250-t1.tex
7.47
KB
-rw-r--r--
852-csf.tex
6.37
KB
-rw-r--r--
852-il2.tex
2.13
KB
-rw-r--r--
852-latex.tex
2.39
KB
-rw-r--r--
852-t1.tex
5.78
KB
-rw-r--r--
csfmacro.tex
1.91
KB
-rw-r--r--
enc-u.tex
3.86
KB
-rw-r--r--
encmacro.tex
1.3
KB
-rw-r--r--
il2-1250.tex
860
B
-rw-r--r--
il2-852.tex
2.13
KB
-rw-r--r--
il2-csf.tex
7.41
KB
-rw-r--r--
il2-kam.tex
2.14
KB
-rw-r--r--
il2-t1.tex
5.81
KB
-rw-r--r--
kam-csf.tex
3.43
KB
-rw-r--r--
kam-il2.tex
2.14
KB
-rw-r--r--
kam-latex.tex
2.4
KB
-rw-r--r--
kam-t1.tex
3.49
KB
-rw-r--r--
mixcodes.tex
3.77
KB
-rw-r--r--
noprefnt.tex
1004
B
-rw-r--r--
plain-1250-cs.tex
471
B
-rw-r--r--
plain-852-cs.tex
469
B
-rw-r--r--
plain-il2-cs.tex
473
B
-rw-r--r--
plain-kam-cs.tex
473
B
-rw-r--r--
plain-utf8-cs.tex
470
B
-rw-r--r--
plain-utf8-ec.tex
607
B
-rw-r--r--
polyset.tex
3.04
KB
-rw-r--r--
t1macro.tex
1.87
KB
-rw-r--r--
utf8-csf.tex
8.61
KB
-rw-r--r--
utf8-t1.tex
17.57
KB
-rw-r--r--
utf8cseq.tex
2.79
KB
-rw-r--r--
utf8lat1.tex
7.14
KB
-rw-r--r--
utf8lata.tex
7.54
KB
-rw-r--r--
utf8math.tex
1.93
KB
-rw-r--r--
utf8off.tex
766
B
-rw-r--r--
utf8raw.tex
25.95
KB
-rw-r--r--
utf8unkn.tex
3.14
KB
-rw-r--r--
utf8warn.tex
7.26
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : 1250-latex.tex
% You can generate a special cslatex on web2c systems using encTeX. Run: % tex -ini 1250-latex % 1250-latex is able to input DOS files in CP 1250 encoding and has the % internal encoding in ISO8859-2. Output to .log, .aux, .toc is in % CP 1250. This format exactly emulates the cslatex on emTeX system % where CP 1250 tcp table was choosen during initex.bat. \ifx\xprncode\undefined \catcode`\{=1 \catcode`\}=2 \errhelp={The TeX binary must be compiled with encTeX patch by Petr Olsak in order to possibility of re-encoding} \errmessage{Sorry, I am not able to generate 1250-latex} \expandafter \endinput \else %% The encTeX is detected, OK! \begingroup \catcode`\{=1 \catcode`\}=2 \catcode`\#=6 \message{UNIX cslatex with ISO8859-2 internal and CP 1250 input encoding} \def\setcode #1 #2 {\xordcode#1=#2 \xchrcode#2=#1 \xprncode#2=1 } \xordcode"1A="20 % DOS's EOF (^Z) is mapped to space % The DOS's \r (^M) is ignored implicitly, see code texextra.c, line 866 % % 1250 il2 \setcode "C1 "C1 % \'A \setcode "E1 "E1 % \'a \setcode "C4 "C4 % \"A \setcode "E4 "E4 % \"a \setcode "C8 "C8 % \v C \setcode "E8 "E8 % \v c \setcode "CF "CF % \v D \setcode "EF "EF % \v d \setcode "C9 "C9 % \'E \setcode "E9 "E9 % \'e \setcode "CC "CC % \v E \setcode "EC "EC % \v e \setcode "CD "CD % \'I \setcode "ED "ED % \'i \setcode "C5 "C5 % \'L \setcode "E5 "E5 % \'l \setcode "BC "A5 % \v L \setcode "BE "B5 % \v l \setcode "D2 "D2 % \v N \setcode "F2 "F2 % \v n \setcode "D3 "D3 % \'O \setcode "F3 "F3 % \'o \setcode "D4 "D4 % \^O \setcode "F4 "F4 % \^o \setcode "D6 "D6 % \"O \setcode "F6 "F6 % \"o \setcode "C0 "C0 % \'R \setcode "E0 "E0 % \'r \setcode "D8 "D8 % \v R \setcode "F8 "F8 % \v r \setcode "8A "A9 % \v S \setcode "9A "B9 % \v s \setcode "8D "AB % \v T \setcode "9D "BB % \v t \setcode "DA "DA % \'U \setcode "FA "FA % \'u \setcode "D9 "D9 % \r U \setcode "F9 "F9 % \r u \setcode "DC "DC % \"U \setcode "FC "FC % \"u \setcode "DD "DD % \'Y \setcode "FD "FD % \'y \setcode "8E "AE % \v Z \setcode "9E "BE % \v z \endgroup \fi \input latex.ltx
Close