Commit da0dcbe0 authored by Stan Moore's avatar Stan Moore
Browse files

Updating to master

parents 2cf83d9f bc024157
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ epub: $(OBJECTS)

pdf: utils/txt2html/txt2html.exe
	@(\
		set -e; \
		cd src; \
		../utils/txt2html/txt2html.exe -b *.txt; \
		htmldoc --batch lammps.book;          \
+13.1 KiB
Loading image diff...
+14 −0
Original line number Diff line number Diff line
\documentclass[12pt,article]{article}

\usepackage{indentfirst}
\usepackage{amsmath}

\begin{document}

\begin{eqnarray*}
  r_{c}^{fcc} & = & \frac{1}{2} \left(\frac{\sqrt{2}}{2} + 1\right) \mathrm{a} \simeq 0.8536 \:\mathrm{a} \\
  r_{c}^{bcc} & = & \frac{1}{2}(\sqrt{2} + 1) \mathrm{a} \simeq 1.207 \:\mathrm{a} \\
  r_{c}^{hcp} & = & \frac{1}{2}\left(1+\sqrt{\frac{4+2x^{2}}{3}}\right) \mathrm{a}
\end{eqnarray*}

\end{document}
+2.46 KiB
Loading image diff...
+12 −0
Original line number Diff line number Diff line
\documentclass[12pt,article]{article}

\usepackage{indentfirst}
\usepackage{amsmath}

\begin{document}

$$
  Rc + Rs > 2*{\rm cutoff}
$$

\end{document}
Loading