静静的,漂泊在异乡的云

Just another 七十二松 (72pines) weblog

PAC09 Links

PAC 2009 Vancouver Canada

http://appora.fnal.gov/pls/pac09/profile.html
http://www.triumf.info/hosted/PAC09/index.html
http://appora.fnal.gov/pls/pac09/eDot.html

Use LaTeX equations as a png figure in OpenOffice:

produce tex file:
\documentclass{article}
\usepackage[active,tightpage,displaymath]{preview}
\begin{document}
\begin{preview}
f(x)=\sqrt{x}
\end{preview}
\begin{preview}
f(x)=e^{\sqrt{x}}
\end{preview}
\end{document}
compile tex file with latex and get dvi file.
dvipng -Ttight –depth –height -bg Transparent eq-preview

You will get a series of pictures