Unverified Commit c8034d19 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix up remaining computes for embedded math and a few other issues

parent e952bcb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -75,8 +75,11 @@ html: $(ANCHORCHECK)
	@rm -rf html/_sources
	@rm -rf html/PDF
	@rm -rf html/USER
	@rm -rf html/JPG
	@cp -r src/PDF html/PDF
	@cp -r src/USER html/USER
	@mkdir -p html/JPG
	@cp -v `grep -A2 '\.\. image::' src/*.rst | grep ':target:' | sed -e 's,.*:target: JPG/,src/JPG/,'` html/JPG/
	@rm -rf html/PDF/.[sg]*
	@rm -rf html/USER/.[sg]*
	@rm -rf html/USER/*/.[sg]*
−7.11 KiB
Loading image diff...
+0 −9
Original line number Diff line number Diff line
\documentstyle[12pt]{article}

\begin{document}

$$
 NGP(t) = 3<(r(t)-r(0))^4>/(5<(r(t)-r(0))^2>^2) - 1
$$

\end{document}

doc/src/Eqs/compute_saed1.jpg

deleted100644 → 0
−1.44 KiB
Loading image diff...

doc/src/Eqs/compute_saed1.tex

deleted100644 → 0
+0 −10
Original line number Diff line number Diff line
\documentstyle[12pt]{article}

\begin{document}

$$ 
  I=\frac{F^{*}F}{N}
$$

\end{document}
Loading