diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-10 00:44:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-10 00:44:42 +0000 |
commit | c710176b35237a04981f6873b232f50d4cb8da90 (patch) | |
tree | 67542e5e92bdd261ede5c3bc2757434ec0a88f35 | |
parent | f5eb2610b3c023c57ae8b6816558d4e6a3c33455 (diff) |
make \OnCD just like \path, no href
git-svn-id: svn://tug.org/texlive/trunk@19329 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf/doc/texlive/texlive-en/tex-live.sty | 6 | ||||
-rw-r--r-- | Master/texmf/doc/texlive/texlive-en/texlive-en.html | 2 | ||||
-rw-r--r-- | Master/texmf/doc/texlive/texlive-en/texlive-en.pdf | bin | 1014839 -> 1013386 bytes |
3 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf/doc/texlive/texlive-en/tex-live.sty b/Master/texmf/doc/texlive/texlive-en/tex-live.sty index a46886b8a60..ef31ad23b4b 100644 --- a/Master/texmf/doc/texlive/texlive-en/tex-live.sty +++ b/Master/texmf/doc/texlive/texlive-en/tex-live.sty @@ -121,11 +121,15 @@ % (We could simplify/remove this next time, I think.) \def\CDref#1#2{\texttt{#1}} % +% \OnCD no longer has any use at all, since we don't have unpacked files +% on the DVD and it has never worked when reading the PDF online. +\def\OnCD#1{\path{#1}} +% % \OnCD is currently for any other reference to a file or directory in % the distribution. PDF readers only open .pdf files, though, so we % should change this to only use \href for those. Or more likely use % different macros in the source. -\def\OnCD#1{\href{../../../../#1}{\path{#1}}} +%\def\OnCD#1{\href{../../../../#1}{\path{#1}}} % % \href incorrectly appends .pdf to anything without an extension; these % definitions using \hyper@linkurl do not, but they fail for .pdf diff --git a/Master/texmf/doc/texlive/texlive-en/texlive-en.html b/Master/texmf/doc/texlive/texlive-en/texlive-en.html index 2c7c586bfce..b01a3000619 100644 --- a/Master/texmf/doc/texlive/texlive-en/texlive-en.html +++ b/Master/texmf/doc/texlive/texlive-en/texlive-en.html @@ -9,7 +9,7 @@ TeX Live 2010</title> <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> <!-- charset=iso-8859-1,html,info,fn-in --> <meta name="src" content="texlive-en.tex"> -<meta name="date" content="2010-07-10 01:44:00"> +<meta name="date" content="2010-07-10 02:44:00"> <link rel="stylesheet" type="text/css" href="texlive-en.css"> <link rel="stylesheet" type="text/css" href="texlive-en.css" /> <link rel="stylesheet" type="text/css" href="tex-live.css" /> diff --git a/Master/texmf/doc/texlive/texlive-en/texlive-en.pdf b/Master/texmf/doc/texlive/texlive-en/texlive-en.pdf Binary files differindex 5eac94e6620..7096b94f23a 100644 --- a/Master/texmf/doc/texlive/texlive-en/texlive-en.pdf +++ b/Master/texmf/doc/texlive/texlive-en/texlive-en.pdf |