I put the following into TexMaths in LibreOffice
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\tikz \draw (0,0) circle (10pt);
\end{tikzpicture}
\end{document}
and was complained of
C:\..\latex\pgf\frontendlayer\tikz.sty
!Missing $inserted.
<inserted text>
$
1.9
Before this, I have tested that the TexMaths is working fine on simple LaTex commands. Any idea? Thanks help.



\documentclasstoo? – percusse Apr 03 '14 at 08:39tikzpictureinside maths environments (see use of tikzpicture matrix in align or gather environment): the problem here, I think, is how to properly set the preamble. – Claudio Fiandrino Apr 03 '14 at 08:51