summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperref/hylatex.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/hyperref/hylatex.ltx')
-rw-r--r--macros/latex/contrib/hyperref/hylatex.ltx43
1 files changed, 0 insertions, 43 deletions
diff --git a/macros/latex/contrib/hyperref/hylatex.ltx b/macros/latex/contrib/hyperref/hylatex.ltx
deleted file mode 100644
index 7eb223db30..0000000000
--- a/macros/latex/contrib/hyperref/hylatex.ltx
+++ /dev/null
@@ -1,43 +0,0 @@
-%
-% 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
-