Author: bugman
Date: Mon Oct 12 14:13:20 2015
New Revision: 28030

URL: http://svn.gna.org/viewcvs/relax?rev=28030&view=rev
Log:
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:
    trunk/docs/latex/frame_order/theory.tex
    trunk/docs/latex/relax.tex

Modified: trunk/docs/latex/frame_order/theory.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/frame_order/theory.tex?rev=28030&r1=28029&r2=28030&view=diff
==============================================================================
--- trunk/docs/latex/frame_order/theory.tex     (original)
+++ trunk/docs/latex/frame_order/theory.tex     Mon Oct 12 14:13:20 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: trunk/docs/latex/relax.tex
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/relax.tex?rev=28030&r1=28029&r2=28030&view=diff
==============================================================================
--- trunk/docs/latex/relax.tex  (original)
+++ trunk/docs/latex/relax.tex  Mon Oct 12 14:13:20 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