Next: Symbolic References between Living
Up: No Title
Previous: Symbolic References shown as
If a report or a book that is cited (using the \cite command)
is available (or there is information about it) on the World-Wide
Web, then it is possible to add the appropriate hypertext links
in your bibliographic database (the .bib) file.
Here is an example of a bibliographic entry for the original
LATEX [1] blue book:
@string{curiaURL="\htmladdnormallink {http://curia.ucc.ie/info/TeX/menu.html} {http://curia.ucc.ie/info/TeX/menu.html}"} @string{fernURL="\htmladdnormallink {http://es-sun2.fernuni-hagen.de/info2html?(latex.info)Top} {http://es-sun2.fernuni-hagen.de/info2html?(latex.info)Top}"} @book{lamp:latex, title = "LaTeX User's Guide \& Reference Manual, 2nd edition", year = 1994 , author = "Leslie Lamport", Publisher = "Addison--Wesley Publishing Company, Inc.", note = "Online information on {\TeX} and {\LaTeX} is available at " # curiaURL # " and " # fernURL }See the bibliography for how this will appear.
\bibliography{urls,...}
.
Thanks... to Martin Wilck
for the bulk of the work
in producing this extension, and to Ross Moore
for
necessary adjustments to allow it to work correctly with the
document segmentation strategy.
96.1g
\hyperciteThe first three forms are equivalent; LATEX uses \cite[int]{
<HTML-text>}{
<LaTeX-text>}{
<opt-LaTeX>}{
<label>}
\hypercite[cite]{
<HTML-text>}{
<LaTeX-text>}{
<opt-LaTeX>}{
<label>}
\hypercite<HTML-text>}{
<LaTeX-text>}{
<opt-LaTeX>}{
<label>}
\hypercite
[nocite]{
<HTML-text>}{
<LaTeX-text>}{
<label>}
\hypercite[no]{
<HTML-text>}{
<LaTeX-text>}{
<label>}
\hypercite[ext]{
<HTML-text>}{
<LaTeX-text>}{
<label>}
[
<opt-LaTeX>]
<label>,
after placing the <LaTeX-text>.
Note that {
<opt-LaTeX>}
must be specified,
even if empty `{}
'.
Similarly the latter three forms are equivalent,
with LATEX using \nocite{
<label>}
,
to force the particular reference to appear on the bibliography page,
even though no explicit marker is placed at this point.
(Thus there is no need for an optional <opt-LaTeX> argument.)
Within the HTML version a hyperlink is produced when the <HTML-text>
is not empty. External label files are also searched,
in order to match the symbolic <label>, see also
\externalcite.
commands described in the \LaTeX{} \htmlcite{blue book}{lamp:latex}, ... as well as many other \LaTeX{} constructions, such as are described in the \LaTeX{} \hypercite{\emph{Companion}}{\emph{Companion}}{}{goossens:latex} and \LaTeX{} \hypercite{\emph{Graphics Companion} (e.g. \Xy-pic)}% {\emph{Graphics Companion}}{\Xy-pic}{goossens:latexGraphics};which produces:
commands described in the LATEX blue book,whereas in the LATEX typeset version one sees:
...
as well as many other LATEX constructions, such as are described in the LATEX Companion and LATEX Graphics Companion (e.g. XY-pic);
commands described in the LATEX blue book,
...
as well as many other LATEX constructions, such as are described in the LATEX Companion[2] and LATEX Graphics Companion[3, XY-pic];
Generated using the LaTeX2HTML