Author: bugman Date: Mon Oct 12 16:13:25 2015 New Revision: 28033 URL: http://svn.gna.org/viewcvs/relax?rev=28033&view=rev Log: Ported r28032 from trunk to allow the HTML manual to be compiled.
The command used was: svn merge -r28031:28032 svn+ssh://[email protected]/svn/relax/trunk/ . ..... r28032 | bugman | 2015-10-12 16:12:13 +0200 (Mon, 12 Oct 2015) | 6 lines Changed paths: M /trunk/docs/latex/frame_order/models.tex M /trunk/docs/latex/relax.tex Removal of the accents package to allow the HTML manual to be compiled. The 'accents' LaTeX package is not compatible with latex2html, so the easiest fix is to eliminate the package. ..... Modified: tags/4.0.0/docs/latex/frame_order/models.tex tags/4.0.0/docs/latex/relax.tex Modified: tags/4.0.0/docs/latex/frame_order/models.tex URL: http://svn.gna.org/viewcvs/relax/tags/4.0.0/docs/latex/frame_order/models.tex?rev=28033&r1=28032&r2=28033&view=diff ============================================================================== --- tags/4.0.0/docs/latex/frame_order/models.tex (original) +++ tags/4.0.0/docs/latex/frame_order/models.tex Mon Oct 12 16:13:25 2015 @@ -168,14 +168,14 @@ The rotation axis vector in the system is calculated as \begin{equation} - \raxhat = \left| R_\alpha \cdot (\rCoMpivhat \times \hat{\underaccent{\tilde}{z}}) \right| . + \raxhat = \left| R_\alpha \cdot (\rCoMpivhat \times \hat{z}) \right| . \end{equation} The angle $\frameaxa$ is obtained from $\raxhat$ as \begin{subequations} \begin{align} - \frameaxa &= \frac{\pi}{2} - \arccos(\raxhat \cdot \hat{\underaccent{\tilde}{z}}), \\ - &= \arcsin(\raxhat \cdot \hat{\underaccent{\tilde}{z}}), + \frameaxa &= \frac{\pi}{2} - \arccos(\raxhat \cdot \hat{z}), \\ + &= \arcsin(\raxhat \cdot \hat{z}), \end{align} \end{subequations} 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=28033&r1=28032&r2=28033&view=diff ============================================================================== --- tags/4.0.0/docs/latex/relax.tex (original) +++ tags/4.0.0/docs/latex/relax.tex Mon Oct 12 16:13:25 2015 @@ -43,7 +43,6 @@ \usepackage{amssymb} \usepackage{mathdots} \usepackage{mathrsfs} -\usepackage{accents} \usepackage{arydshln} \usepackage{bigints} @@ -303,8 +302,8 @@ \newcommand{\pivotz}{p_z} \newcommand{\sincsigma}{\textrm{s}_\sigma} \newcommand{\sinctwosigma}{\textrm{s}_{2\sigma}} -\newcommand{\raxhat}{\underaccent{\tilde}{\hat{r}}_{ax}} -\newcommand{\rCoMpivhat}{\underaccent{\tilde}{\hat{r}}_{\textrm{CoM}-\Pivotsetone}} +\newcommand{\raxhat}{\hat{r}_{ax}} +\newcommand{\rCoMpivhat}{\hat{r}_{\textrm{CoM}-\Pivotsetone}} \newcommand{\tmax}{t_\textrm{max}} \newcommand{\vectr}{r} \newcommand{\unitvectr}{\hat{r}} _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list [email protected] 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

