| author | blanchet |
| Wed, 12 Sep 2012 02:05:06 +0200 | |
| changeset 49306 | c13fff97a8df |
| parent 48985 | 5386df44a037 |
| child 49320 | 94bd2fb83d11 |
| permissions | -rw-r--r-- |
|
17698
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
12636
diff
changeset
|
1 |
%% |
| 26919 | 2 |
%% hyperref setup -- special version for Isabelle documentation |
|
17698
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
12636
diff
changeset
|
3 |
%% |
|
e86cde1e5b12
more reliable check for PDF output using ifpdf.sty;
wenzelm
parents:
12636
diff
changeset
|
4 |
|
|
30871
104b13484feb
\nolinkurl for dvi mode recovers hyphenation of URLs -- this already works by default in PDF mode;
wenzelm
parents:
26919
diff
changeset
|
5 |
\usepackage{ifpdf}
|
| 17725 | 6 |
|
|
26899
29bb3d1de3bc
hyperref is always enabled (also works with xdvi, dvips);
wenzelm
parents:
22734
diff
changeset
|
7 |
\usepackage{color}
|
| 26904 | 8 |
\definecolor{linkcolor}{rgb}{0,0,0}
|
| 26918 | 9 |
\usepackage[colorlinks=true,linkcolor=linkcolor,citecolor=linkcolor,filecolor=linkcolor,pagecolor=linkcolor,urlcolor=linkcolor,pdfpagelabels]{hyperref}
|
|
26899
29bb3d1de3bc
hyperref is always enabled (also works with xdvi, dvips);
wenzelm
parents:
22734
diff
changeset
|
10 |
|
|
29bb3d1de3bc
hyperref is always enabled (also works with xdvi, dvips);
wenzelm
parents:
22734
diff
changeset
|
11 |
\newcommand{\hfootref}[2]{\href{#1}{#2}\footnote{\url{#1}}}
|
|
29bb3d1de3bc
hyperref is always enabled (also works with xdvi, dvips);
wenzelm
parents:
22734
diff
changeset
|
12 |
\gdef\fnote#1{\hyperpage{#1}n}
|
|
29bb3d1de3bc
hyperref is always enabled (also works with xdvi, dvips);
wenzelm
parents:
22734
diff
changeset
|
13 |
\gdef\bold#1{\textbf{\hyperpage{#1}}}
|
| 8891 | 14 |
|
15 |
\urlstyle{rm}
|
|
| 30873 | 16 |
\ifpdf\relax\else\renewcommand{\url}[1]{\nolinkurl{#1}}\fi
|
|
40402
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
30873
diff
changeset
|
17 |
|
|
40447
7434faac7e21
accomodate old manuals that include pdfsetup.sty without isabelle.sty;
wenzelm
parents:
40407
diff
changeset
|
18 |
\def\isaliteral#1#2{#2}
|
|
7434faac7e21
accomodate old manuals that include pdfsetup.sty without isabelle.sty;
wenzelm
parents:
40407
diff
changeset
|
19 |
\def\isanil{}
|
|
7434faac7e21
accomodate old manuals that include pdfsetup.sty without isabelle.sty;
wenzelm
parents:
40407
diff
changeset
|
20 |
|
|
41518
bcacc58902fa
disabled experimental treatment of replacement text for now, which leads to odd spacing and strange effects on non-poppler viewers;
wenzelm
parents:
40447
diff
changeset
|
21 |
%experimental treatment of replacement text |
|
bcacc58902fa
disabled experimental treatment of replacement text for now, which leads to odd spacing and strange effects on non-poppler viewers;
wenzelm
parents:
40447
diff
changeset
|
22 |
\iffalse |
|
40402
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
30873
diff
changeset
|
23 |
\ifnum\pdfminorversion<5\pdfminorversion=5\fi |
|
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
30873
diff
changeset
|
24 |
\renewcommand{\isaliteral}[2]{%
|
|
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
30873
diff
changeset
|
25 |
\pdfliteral direct{/Span <</ActualText<#1>>> BDC}#2\pdfliteral direct{EMC}}
|
|
40407
2ff10e613689
more robust treatment of suppressed quotes concerning replacement text -- for improved copy/paste behaviour;
wenzelm
parents:
40402
diff
changeset
|
26 |
\renewcommand{\isanil}{{\color{white}.}}
|
|
40402
b646316f8b3c
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;
wenzelm
parents:
30873
diff
changeset
|
27 |
\fi |