mailr9977 - /1.3/docs/latex/fetch_docstrings.py


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

Header


Content

Posted by edward on November 25, 2009 - 16:52:
Author: bugman
Date: Wed Nov 25 16:52:44 2009
New Revision: 9977

URL: http://svn.gna.org/viewcvs/relax?rev=9977&view=rev
Log:
Added rules to break the user function subsections in the manual apart.


Modified:
    1.3/docs/latex/fetch_docstrings.py

Modified: 1.3/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/docs/latex/fetch_docstrings.py?rev=9977&r1=9976&r2=9977&view=diff
==============================================================================
--- 1.3/docs/latex/fetch_docstrings.py (original)
+++ 1.3/docs/latex/fetch_docstrings.py Wed Nov 25 16:52:44 2009
@@ -827,6 +827,11 @@
         # Some whitespace.
         self.file.write(" \n\n\n")
 
+        # Add a spaced out rule.
+        self.file.write(" \\vspace{20pt}\n")
+        self.file.write(" \\rule{\columnwidth}{2pt}\n")
+        self.file.write(" \\vspace{-30pt}\n")
+
         # Loop over the data.
         table_sub_count = 1
         for i in xrange(len(self.section)):




Related Messages


Powered by MHonArc, Updated Wed Nov 25 17:20:02 2009