Converted hooke.util.fft to Hooke coding style.
[hooke.git] / doc / conf.py
index 5cbc0f0c7eac8c2f7da75c3ec7edb99b748c87cc..5611106225f98fa256b57556c77763615d273ab5 100644 (file)
@@ -199,6 +199,15 @@ latex_documents = [
 # If false, no module index is generated.
 #latex_use_modindex = True
 
-# -- Options for LaTeX intersphinx----------------------------------------------
+# -- Options for intersphinx ---------------------------------------------------
 
 intersphinx_mapping = {'http://docs.python.org/dev': None}
+
+# -- Options for pngmath -------------------------------------------------------
+
+pngmath_latex_preamble = r"""
+\newcommand{\gaussian}{\textrm{gaussian}}
+\newcommand{\rect}{\textrm{rect}}
+\newcommand{\rfft}{\textrm{rfft}}
+\newcommand{\sinc}{\textrm{sinc}}
+"""