File: test6.tex

package info (click to toggle)
texlive-base 2005.dfsg.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 144,400 kB
  • ctags: 4,485
  • sloc: xml: 71,511; perl: 25,620; ruby: 9,938; sh: 5,306; makefile: 1,947; ansic: 1,731; lisp: 371; python: 84; yacc: 52; cpp: 38
file content (18 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\documentclass{book}
\usepackage[extension=xxx]{hyperref}
\begin{document}
A\footnote{\texttt{abc}}

\href{file://localhost/d:/test2.ps}{foo1}

\href{file://localhost/d:/test2.pdf}{foo2}

\href{d:/test2.pdf}{foo3}

\href{d:/test2.ps}{foo4}

\href{http://www-fourier.ujf-grenoble.fr:80/cgi-bin/zbfr/ZB/math-fr.html?AU=Taylor,+R&format=complete&type=html&maxdocs=10}{weird}

\href{a%b}{hello}

\end{document}