forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1411 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b67ae025cc
commit
04b2d7ee5c
|
@ -3,6 +3,7 @@
|
|||
latex angle_charmm
|
||||
latex angle_class2
|
||||
latex angle_cosine
|
||||
latex angle_cosine_delta
|
||||
latex angle_cosine_squared
|
||||
latex angle_harmonic
|
||||
latex bond_class2
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -0,0 +1,9 @@
|
|||
\documentclass[12pt]{article}
|
||||
|
||||
\begin{document}
|
||||
|
||||
$$
|
||||
E = K [\cos(\theta) - \cos(\theta_0)]
|
||||
$$
|
||||
|
||||
\end{document}
|
Loading…
Reference in New Issue