diff options
Diffstat (limited to 'model_doc/nfw.html')
-rw-r--r-- | model_doc/nfw.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/model_doc/nfw.html b/model_doc/nfw.html new file mode 100644 index 0000000..98056b7 --- /dev/null +++ b/model_doc/nfw.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html> + <head> + <title>Model doc</title> + <script type="text/javascript" + src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> + </script> + <script type="text/x-mathjax-config" > + MathJax.Hub.Config({ + tex2jax: { + inlineMath: [['$','$'], ['\\(','\\)']], + processEscapes: true + } + }); + </script> + </head> + <body> + +\begin{equation} + \rho(R)=\frac{\rho_0}{\frac{R}{R_s}(1+\frac{R}{R_s})^2}\notag +\end{equation} + + </body> +</html> |