|
From: <mi...@us...> - 2015-03-21 15:59:43
|
Revision: 7851
http://sourceforge.net/p/docutils/code/7851
Author: milde
Date: 2015-03-21 15:59:36 +0000 (Sat, 21 Mar 2015)
Log Message:
-----------
Use "hyperref" package together with "bookmark"
(improved hyperlinking by the same author).
Modified Paths:
--------------
trunk/docutils/HISTORY.txt
trunk/docutils/docutils/writers/latex2e/__init__.py
Modified: trunk/docutils/HISTORY.txt
===================================================================
--- trunk/docutils/HISTORY.txt 2015-03-19 17:35:54 UTC (rev 7850)
+++ trunk/docutils/HISTORY.txt 2015-03-21 15:59:36 UTC (rev 7851)
@@ -66,6 +66,9 @@
- Cleaner LaTeX code for enumerations and literal blocks.
+ - Use "hyperref" package together with "bookmark" (improved hyperlinking
+ by the same author).
+
* docutils/writers/odf_odt/__init__.py
- remove decode.encode of filename stored in zip.
Modified: trunk/docutils/docutils/writers/latex2e/__init__.py
===================================================================
--- trunk/docutils/docutils/writers/latex2e/__init__.py 2015-03-19 17:35:54 UTC (rev 7850)
+++ trunk/docutils/docutils/writers/latex2e/__init__.py 2015-03-21 15:59:36 UTC (rev 7851)
@@ -593,6 +593,7 @@
%% hyperlinks:
\ifthenelse{\isundefined{\hypersetup}}{
\usepackage[%s]{hyperref}
+ \usepackage{bookmark}
\urlstyle{same} %% normal text font (alternatives: tt, rm, sf)
}{}"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|