From c6f78778f70d0aa5358677769ceeacf99a33c8f6 Mon Sep 17 00:00:00 2001
From: astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>
Date: Wed, 29 Feb 2012 12:57:05 +0000
Subject: git-svn-id: file:///home/svn/opt_utilities@223
 ed2142bd-67ad-457f-ba7c-d818d4011675

---
 model_doc/nfw.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 model_doc/nfw.html

(limited to 'model_doc/nfw.html')

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>
-- 
cgit v1.2.2