fix doc [skip ci] + ignore bak files generated by latexindent + silence latexindent
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
diff --git a/.gitignore b/.gitignore
index 7cd346f..f1c0a05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,5 +95,6 @@ test_*.txt
*.zip
doc/pics/*.ps
+doc/*.bak*
callgraph.txt
diff --git a/doc/bn.tex b/doc/bn.tex
index 5bdd874..c655848 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -444,8 +444,7 @@ libtommath.a). There is no library initialization required and the entire librar
\section{Return Codes}
There are five possible return codes a function may return.
-\index{MP\_OKAY}\index{MP\_VAL}\index{MP\_MEM}\index{MP\_ITER}\index{M
- P\_BUF}
+\index{MP\_OKAY}\index{MP\_VAL}\index{MP\_MEM}\index{MP\_ITER}\index{MP\_BUF}
\begin{figure}[h!]
\begin{center}
\begin{small}
diff --git a/doc/makefile b/doc/makefile
index 124859e..84c48e4 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -43,7 +43,7 @@ manual: mandvi
# Its configuraion is well documented
# http://mirrors.ctan.org/support/latexindent/documentation/latexindent.pdf
pretty:
- latexindent -w -m -l=.latexindent.yaml bn.tex
+ latexindent -s -w -m -l=.latexindent.yaml bn.tex
clean:
rm -f *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log tommath.tex