blob: be8e2cd9a78cf4734087286d831d306387dc74a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
- Introduce \DefineHyperURL and \UseHyperUrl to
allow definition of external URLs in the document
preamble and usage at any position in the document
so that redefinition of URLs become easier
Add names \...ExternalURL?
- after reference text for ref pageref noref as optional parameter surrounded by (,)?
(to be passed as 5th parameter to hyper@setref)
- Introduce Base Reference for External Links
base_name: html:<base href = "href_string">
- Introduce corresponding Macro(s) for inserting
relative links
- Introduce Other Link/Referencing mechanism
that uses "type of stuff.number of stuff"
instead of an internal code as an alternative.
- Consider the following part from html.sty (and allow additional optional parameter):
%%% HYPERREF
% Suggested by Eric M. Carol <eric@ca.utoronto.utcc.enfm>
% Similar to \ref but accepts conditional text.
% The first argument is HTML text which will become ``hyperized''
% (underlined).
% The second and third arguments are text which will appear only in the paper
% version (DVI file), enclosing the fourth argument which is a reference to a label.
%
%e.g. \hyperref{using the tracer}{using the tracer (see Section}{)}{trace}
% where there is a corresponding \label{trace}
%
\newcommand{\hyperref}[4]{#2\ref{#4}#3}
- Is it worth to develop a native PDF support?
|