diff --git a/documentation/tmva/UsersGuide/Makefile b/documentation/tmva/UsersGuide/Makefile index 1431d903bb0256f15789152e0d96481d8e7ca195..721adde8699288f62f4ddb7b52696212d267eb34 100644 --- a/documentation/tmva/UsersGuide/Makefile +++ b/documentation/tmva/UsersGuide/Makefile @@ -6,8 +6,8 @@ toc: TMVAUsersGuide.tex *.tex plots/*.pdf optiontables/*.tex $(LATEX) TMVAUsersGuide.tex makeindex TMVAUsersGuide.idx -pdf: TMVAUsersGuide.tex TMVAUsersGuide.toc *.tex plots/*.pdf optiontables/*.tex +pdf: toc *.tex plots/*.pdf optiontables/*.tex $(LATEX) TMVAUsersGuide.tex clean: - rm *.pdf *.out *.aux *.idx *.log *.toc \ No newline at end of file + rm *.pdf *.out *.aux *.idx *.log *.toc diff --git a/documentation/tmva/UsersGuide/TMVAdef.tex b/documentation/tmva/UsersGuide/TMVAdef.tex index 281b5041982680bc7832bc773a3f96acce920b64..ecc4792caff67412464233a77fe7afd8a593c0a6 100644 --- a/documentation/tmva/UsersGuide/TMVAdef.tex +++ b/documentation/tmva/UsersGuide/TMVAdef.tex @@ -90,9 +90,9 @@ % table to display activation functions \newenvironment{activationtable}% {\setlength{\tmvaboxwidth}{\textwidth}\addtolength{\tmvaboxwidth}{-2.3\fboxsep}% -\begin{Sbox}\begin{tabular*}{\tmvaboxwidth}{>{\rule[-0.5ex]{.0ex}{3.0ex}\tt\sze}p{7.5cm}>{\sze}p{5.7cm}} +\begin{Sbox}\begin{tabular*}{\tmvaboxwidth}{>{\rule[-0.5ex]{.0ex}{3.0ex}\tt\sze}p{7.5cm}>{\sze}p{5.7cm}>{\sze}p{0.cm}} &&\\[-0.7cm] -\rm\sze Name & \rm \smszeall Activation Function \\[0.1cm]\hline +\rm\sze Name & \rm\sze Activation Function \\[0.1cm]\hline &&\\[-0.45cm]}% {\\[-0.1cm]\end{tabular*}\end{Sbox}\vspace{1ex} \fbox{\TheSbox}}