2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

Remove page number

This commit is contained in:
Martin Thoma 2016-03-27 14:29:58 +02:00
parent 7b5c75f8bd
commit bb6c47ee12
3 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,8 @@
\setlength{\intextsep}{1pt}
\begin{document}
\section*{Normal distribution}
\pagenumbering{gobble}
\section*{Normal distribution cumulative distribution function (CDF)}
\pgfmathdeclarefunction{gauss}{3}{%
\pgfmathparse{1/(#3*sqrt(2*pi))*exp(-((#1-#2)^2)/(2*#3^2))}%