File: test6.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
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}