mailr21211 - /branches/relax_disp/docs/latex/relax.tex


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 22, 2013 - 15:13:
Author: bugman
Date: Tue Oct 22 15:13:37 2013
New Revision: 21211

URL: http://svn.gna.org/viewcvs/relax?rev=21211&view=rev
Log:
Fix for the amsmath LaTeX package in the user manual.

It needs to be after the hyperref package, as hyperref clobbers a number of 
amsmath features.


Modified:
    branches/relax_disp/docs/latex/relax.tex

Modified: branches/relax_disp/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/docs/latex/relax.tex?rev=21211&r1=21210&r2=21211&view=diff
==============================================================================
--- branches/relax_disp/docs/latex/relax.tex (original)
+++ branches/relax_disp/docs/latex/relax.tex Tue Oct 22 15:13:37 2013
@@ -26,10 +26,6 @@
 
 % Better Table of contents (Toc), List of figures (Lof), and List of tables 
(Lot).
 \usepackage{tocloft}
-
-% Better maths.
-\usepackage{amsmath}
-\usepackage{amssymb}
 
 % Hyperlinks.
 \usepackage[pdftitle={The relax manual}]{hyperref}
@@ -39,6 +35,10 @@
             linkcolor=blue,%
             urlcolor=blue}
 \usepackage{breakurl}
+
+% Better maths.
+\usepackage{amsmath}
+\usepackage{amssymb}
 
 % Source code and scripts.
 \usepackage[procnames]{listings}




Related Messages


Powered by MHonArc, Updated Tue Oct 22 15:20:02 2013