Skip to content

Commit b1c84b3

Browse files
tuedajodavies
authored andcommitted
docs(manual): suppress unnecessary equation numbers
- Suppress equation numbers (7.4) and (7.5) in the Stuffle subsection and for equation (14.1). - Remove \setcounter{equation}{N}. - Add missing `&` alignment markers to prevent right-justified equations in LaTeX2HTML output.
1 parent c134010 commit b1c84b3

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

doc/manual/float.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ \section{Conversion between rational and floating point coefficients}
4747
\item[ToRational] Attempts to convert floating point coefficients to
4848
rational numbers. To this end it uses continued fractions as in
4949
\begin{eqnarray}
50-
x \;\rightarrow\; n_0 + \frac{1}{\,n_1 + \frac{1}{\,n_2 + \frac{1}{\,n_3 + \cdots}}}\;,
50+
x & \;\rightarrow\; & n_0 + \frac{1}{\,n_1 + \frac{1}{\,n_2 + \frac{1}{\,n_3 + \cdots}}}\;,
5151
\nonumber
5252
\end{eqnarray}
5353
with $x$ a floating point number. The algorithm keeps track of the

doc/manual/gamma.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ \chapter{Dirac algebra}
7777
their origin in the Chisholm\index{Chisholm} relation that is valid in 4
7878
dimensions but not in a general number of dimensions. This relation can be
7979
found in the literature. It is given by:
80-
\begin{equation}
81-
\gamma_\mu Tr[\gamma_\mu S] = 2(S + S^R)
82-
\end{equation}
80+
\begin{eqnarray}
81+
\gamma_\mu Tr[\gamma_\mu S] & = & 2(S + S^R) \nonumber
82+
\end{eqnarray}
8383
\noindent in which S is a string of gamma matrices with an odd number of
8484
matrices ($\gamma_5$ counts for an even number of matrices). $S^R$ is the
8585
reversed string. This relation can be used to combine traces with common

doc/manual/statements.tex

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ \section{chisholm}
529529
\gamma_a\gamma_\mu\gamma_b \Tr[\gamma_\mu S] & = &
530530
2\gamma_a( S + S^R ) \gamma_b \nonumber
531531
\end{eqnarray}
532-
\setcounter{equation}{2}
533532
in order to contract traces. $S$ is here a string of
534533
gamma\index{gamma matrices} matrices and $S^R$ is the reverse string. This
535534
identity is particularly useful when the matrices $\gamma_6 = 1+\gamma_5$
@@ -4688,7 +4687,6 @@ \section{ratio}
46884687
c^ib^{n-m-i}
46894688
\ \ \ \ \ \ \ \hfill m<n \nonumber
46904689
\end{eqnarray}
4691-
\setcounter{equation}{3}
46924690
Of course, such substitutions can be made also by the user in a more
46934691
flexible way. This statement has however the advantage of the best speed.
46944692
\vspace{4mm}
@@ -5364,16 +5362,14 @@ \section{stuffle}
53645362
\begin{eqnarray}
53655363
\sum_{i=1}^N \sum_{i=1}^N & = & \sum_{i=1}^N \sum_{j=1}^{i-1}
53665364
+ \sum_{j=1}^N \sum_{i=1}^{j-1}
5367-
+ \sum_{i=j=1}^N
5365+
+ \sum_{i=j=1}^N \nonumber
53685366
\end{eqnarray}
5369-
\setcounter{equation}{4}
53705367
while in the case of the minus the definition is
53715368
\begin{eqnarray}
53725369
\sum_{i=1}^N \sum_{i=1}^N & = & \sum_{i=1}^N \sum_{j=1}^{i}
53735370
+ \sum_{j=1}^N \sum_{i=1}^{j}
5374-
- \sum_{i=j=1}^N
5371+
- \sum_{i=j=1}^N \nonumber
53755372
\end{eqnarray}
5376-
\setcounter{equation}{5}
53775373
It is assumed that we have harmonic sums\index{harmonic sum} (see the
53785374
summer library in the \FORM\ distribution). For such sums we expect
53795375
functions with lists of nonzero integer arguments. Example:
@@ -5966,9 +5962,8 @@ \section{totensor}
59665962
replaced by the specified tensor with all the indices of these vectors. To
59675963
make this clearer:
59685964
\begin{eqnarray}
5969-
p^{\mu_1}p^{\mu_2}p^{\mu_3} \rightarrow t^{\mu_1\mu_2\mu_3} \nonumber
5965+
p^{\mu_1}p^{\mu_2}p^{\mu_3} & \rightarrow & t^{\mu_1\mu_2\mu_3} \nonumber
59705966
\end{eqnarray}
5971-
\setcounter{equation}{6}
59725967
and hence
59735968
% THIS EXAMPLE IS PART OF THE TESTSUITE. CHANGES HERE SHOULD BE APPLIED THERE AS
59745969
% WELL! (Sta_ToTensor_1)
@@ -6016,9 +6011,8 @@ \section{tovector}
60166011
statement. The tensor is replaced by a product of the given vectors, each
60176012
with one of the indices of the tensor as in:
60186013
\begin{eqnarray}
6019-
t^{\mu_1\mu_2\mu_3} \rightarrow p^{\mu_1}p^{\mu_2}p^{\mu_3} \nonumber
6014+
t^{\mu_1\mu_2\mu_3} & \rightarrow & p^{\mu_1}p^{\mu_2}p^{\mu_3} \nonumber
60206015
\end{eqnarray}\vspace{10mm}
6021-
\setcounter{equation}{7}
60226016

60236017
%--#] tovector :
60246018
%--#[ trace4 :

0 commit comments

Comments
 (0)