Author: bugman
Date: Mon Oct 12 14:15:25 2015
New Revision: 28031

URL: http://svn.gna.org/viewcvs/relax?rev=28031&view=rev
Log:
Ported r28030 from trunk to allow the HTML manual to be compiled.

The command used was:
svn merge -r28029:28030 svn+ssh://bug...@svn.gna.org/svn/relax/trunk/ .

.....
  r28030 | bugman | 2015-10-12 14:13:20 +0200 (Mon, 12 Oct 2015) | 6 lines
  Changed paths:
     M /trunk/docs/latex/frame_order/theory.tex
     M /trunk/docs/latex/relax.tex
  
  Removal of the definition of a fixed-width table column from the LaTeX manual 
preamble.
  
  This is required as the definition breaks latex2html compatibility, causing a 
corruption in the
  figure numbering resulting in the images in the HTML to be essentially 
randomised.
.....


Modified:
    tags/4.0.0/docs/latex/frame_order/theory.tex
    tags/4.0.0/docs/latex/relax.tex

Modified: tags/4.0.0/docs/latex/frame_order/theory.tex
URL: 
http://svn.gna.org/viewcvs/relax/tags/4.0.0/docs/latex/frame_order/theory.tex?rev=28031&r1=28030&r2=28031&view=diff
==============================================================================
--- tags/4.0.0/docs/latex/frame_order/theory.tex        (original)
+++ tags/4.0.0/docs/latex/frame_order/theory.tex        Mon Oct 12 14:15:25 2015
@@ -312,7 +312,7 @@
 \begin{align}
     I_1 &=
         \left[
-            \begin{array}{*{9}{@{}C{2em}@{}}}
+            \begin{array}{*{9}{@{}>{\centering\arraybackslash}p{2em}@{}}}
                 1 & . & . & . & 1 & . & . & . & 1 \\
                 . & . & . & . & . & . & . & . & . \\
                 . & . & . & . & . & . & . & . & . \\
@@ -326,7 +326,7 @@
         \right], \\
     I_2 &=
         \left[
-            \begin{array}{*{9}{@{}C{2em}@{}}}
+            \begin{array}{*{9}{@{}>{\centering\arraybackslash}p{2em}@{}}}
                 1 & . & . & . & . & . & . & . & . \\
                 . & 1 & . & . & . & . & . & . & . \\
                 . & . & 1 & . & . & . & . & . & . \\
@@ -340,7 +340,7 @@
         \right] , \\
     I_3 &=
         \left[
-            \begin{array}{*{9}{@{}C{2em}@{}}}
+            \begin{array}{*{9}{@{}>{\centering\arraybackslash}p{2em}@{}}}
                 1 & . & . & . & . & . & . & . & . \\
                 . & . & . & 1 & . & . & . & . & . \\
                 . & . & . & . & . & . & 1 & . & . \\

Modified: tags/4.0.0/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/tags/4.0.0/docs/latex/relax.tex?rev=28031&r1=28030&r2=28031&view=diff
==============================================================================
--- tags/4.0.0/docs/latex/relax.tex     (original)
+++ tags/4.0.0/docs/latex/relax.tex     Mon Oct 12 14:15:25 2015
@@ -96,9 +96,6 @@
 \newcommand{\rowstyle}[1]{\gdef\currentrowstyle{#1}%
     #1\ignorespaces
 }
-
-% New column type with settable width.
-\newcolumntype{C}[1]{>{\centering\arraybackslash$}p{#1}<{$}}
 
 % New commands.
 \newcommand{\example}[1]{\vspace{-1ex} \sloppy{\footnotesize \texttt{#1}}}


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to