Server IP : 111.118.215.189 / Your IP : 216.73.216.27 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/hyperref/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
% % hylatex.ltx % Tanmoy Bhattacharya and Sebastian Rahtz, June 1995 % % Use this file to make a format which includes the % hyperref package in every LaTeX job. % % In web2c 7-based TeX world, we create the format file with % tex -ini \&latex hylatex.ltx % and then use with % tex \&hylatex % % In teTeX (TeX version 3.14159 (C version 6.1), LaTeX2e <1996/12/01> % patch level 1), I create the format file with % initex \&latex hylatex.ltx % and then use with % virtex \&hylatex % % This method is not supported by the LaTeX2e team, so % I will try to find a better way. \AtBeginDocument does not % work for reasons which I do not understand. % \makeatletter \expandafter\everyjob\expandafter{\the\everyjob \typeout{ ********* Hyperref Macros loaded ******* }} % \expandafter\let\csname REAL document\endcsname\document % \def\document{% \endgroup % % NOTE: % This setup sets up no options by default; % change to suit your needs, by writing a hyperref.cfg control % file. % \RequirePackage{hyperref} \begingroup \@endpefalse\csname REAL document\endcsname } \makeatother \dump