*** empty log message ***
[m17n/m17n-docs.git] / styles / hvtexhtm.def
1 %%
2 %% This is file `hvtexhtm.def',
3 %% generated with the docstrip utility.
4 %%
5 %% The original source files were:
6 %%
7 %% hyperref.dtx  (with options: `vtexhtml')
8 %% 
9 %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz,
10 %% RCS: $Id: hyperref.dtx 6.71 2000/10/04 rahtz Exp rahtz $
11 %%
12 %% This file is part of the `Hyperref Bundle'.
13 %% -------------------------------------------
14 %%
15 %% It may be distributed under the conditions of the LaTeX Project Public
16 %% License, either version 1.2 of this license or (at your option) any
17 %% later version.  The latest version of this license is in
18 %%    http://www.latex-project.org/lppl.txt
19 %% and version 1.2 or later is part of all distributions of LaTeX
20 %% version 1999/12/01 or later.
21 %%
22 %% The list of all files belonging to the `Hyperref Bundle' is
23 %% given in the file `manifest.txt'.
24 %%
25 \ProvidesFile{hvtexhtml.def}
26   [2001/05/26 v6.71g
27   Hyperref driver for VTeX in HTML mode]
28 \RequirePackage{vtexhtml}
29 \newif\if@Localurl
30 \def\PDF@FinishDoc{}
31 \def\PDF@SetupDoc{%
32   \ifx\@baseurl\@empty\else
33     \special{!direct <base href="\@baseurl">}%
34   \fi
35 }
36 \def\@urltype{url}
37 \def\hyper@link#1#2#3{%
38   \leavevmode
39   \special{!direct <a href=\hyper@quote\hyper@hash#2\hyper@quote>}%
40   #3%
41   \special{!direct </a>}%
42 }
43 \def\hyper@linkurl#1#2{%
44   \begingroup
45     \hyper@chars
46     \leavevmode
47     \MathBSuppress=1\relax
48     \special{!direct <a href=\hyper@quote#2\hyper@quote>}%
49     #1%
50     \MathBSuppress=0\relax
51     \special{!direct </a>}%
52   \endgroup
53 }
54 \def\hyper@linkfile#1#2#3{%
55   \hyper@linkurl{#1}{file:#2\ifx\\#3\\\else\##3\fi}%
56 }
57 \def\hyper@linkstart#1#2{%
58   \def\Hy@tempa{#1}\ifx\Hy@tempa\@urltype
59     \@Localurltrue
60     \special{!direct <a href=\hyper@quote#2\hyper@quote>}%
61   \else
62     \@Localurlfalse
63     \begingroup
64       \hyper@chars
65       \special{!aref #2}%
66     \endgroup
67   \fi
68 }
69 \def\hyper@linkend{%
70   \if@Localurl
71     \special{!endaref}%
72   \else
73     \special{!direct </a>}%
74   \fi
75 }
76 \def\hyper@anchorstart#1{%
77   \Hy@SaveLastskip
78   \begingroup
79     \hyper@chars
80     \special{!aname #1}%
81     \special{!direct <a name=\hyper@quote#1\hyper@quote>}%
82   \endgroup
83   \Hy@activeanchortrue
84 }
85 \def\hyper@anchorend{%
86   \special{!direct </a>}%
87   \Hy@activeanchorfalse
88   \Hy@RestoreLastskip
89 }
90 \def\hyper@anchor#1{%
91   \Hy@SaveLastskip
92   \begingroup
93     \let\protect=\string
94     \hyper@chars
95     \leavevmode
96     \special{!aname #1}%
97     \special{!direct <a name=\hyper@quote #1\hyper@quote>}%
98   \endgroup
99   \Hy@activeanchortrue
100   \bgroup\anchor@spot\egroup
101   \special{!direct </a>}%
102   \Hy@activeanchorfalse
103   \Hy@RestoreLastskip
104 }
105 \def\@Form[#1]{\typeout{Sorry, TeXpider does not yet support FORMs}}
106 \def\@endForm{}
107 \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
108   \typeout{Sorry, TeXpider does not yet support FORM gauges}%
109 }
110 \def\@TextField[#1]#2{% parameters, label
111   \typeout{Sorry, TeXpider does not yet support FORM text fields}%
112   }
113 \def\@CheckBox[#1]#2{% parameters, label
114   \typeout{Sorry, TeXpider does not yet support FORM checkboxes}%
115   }
116 \def\@ChoiceMenu[#1]#2#3{% parameters, label, choices
117   \typeout{Sorry, TeXpider does not yet support FORM choice menus}%
118 }
119 \def\@PushButton[#1]#2{% parameters, label
120   \typeout{Sorry, TeXpider does not yet support FORM pushbuttons}%
121 }
122 \def\@Reset[#1]#2{\typeout{Sorry, TeXpider does not yet support FORMs}}
123 \def\@Submit[#1]#2{\typeout{Sorry, TeXpider does not yet support FORMs}}
124 \endinput
125 %%
126 %% End of file `hvtexhtm.def'.