diff options
author | Boris Veytsman <borisv@lk.net> | 2007-01-12 18:56:05 +0000 |
---|---|---|
committer | Boris Veytsman <borisv@lk.net> | 2007-01-12 18:56:05 +0000 |
commit | d517f7122c8c0ed1e3940d12189a0dc492c19aa7 (patch) | |
tree | a216d3900b9db16872969e8296a07a46fa3f9d47 /Master/texmf-doc/source | |
parent | 84fab77f50648ca5b3f4bc87aeeba8cb1a5a324d (diff) |
Added cmap; deleted hyperref options that fail with Acrobat 7
git-svn-id: svn://tug.org/texlive/trunk@3389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r-- | Master/texmf-doc/source/russian/texlive-ru/tex-live-rus.sty | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-doc/source/russian/texlive-ru/tex-live-rus.sty b/Master/texmf-doc/source/russian/texlive-ru/tex-live-rus.sty index 663f26bc1fe..aa05bf655f6 100644 --- a/Master/texmf-doc/source/russian/texlive-ru/tex-live-rus.sty +++ b/Master/texmf-doc/source/russian/texlive-ru/tex-live-rus.sty @@ -246,11 +246,14 @@ \or % \Status = 1 \typeout{TeX Live documentation in PDF format} + \RequirePackage{cmap} \RequirePackage[breaklinks, colorlinks,linkcolor=hypercolor,citecolor=hypercolor, pagecolor=hypercolor,urlcolor=hypercolor, filecolor=hypercolor, - bookmarksopen,pdfstartview={FitBH -320000},hyperindex] + %bookmarksopen, + % pdfstartview={FitBH -320000}, fails with acrobat7 + hyperindex] {hyperref} \SingleColumntrue \newenvironment{multicols}[1]{}{} |