diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-07 17:03:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-07 17:03:54 +0000 |
commit | 499ad42b864ca45a40902239d8373c545598ee59 (patch) | |
tree | ba5cfb3b5e304f6a9fb3d88a2d2e4f15a119ebb6 /Master/texmf-dist/doc/latex/hyper/TODO | |
parent | c3fa84757f6c17ec077afc3577a9e7efd332390f (diff) |
hyper doc update (6mar10)
git-svn-id: svn://tug.org/texlive/trunk@17357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/hyper/TODO')
-rw-r--r-- | Master/texmf-dist/doc/latex/hyper/TODO | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/hyper/TODO b/Master/texmf-dist/doc/latex/hyper/TODO new file mode 100644 index 00000000000..be8e2cd9a78 --- /dev/null +++ b/Master/texmf-dist/doc/latex/hyper/TODO @@ -0,0 +1,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?
\ No newline at end of file |