That seemed to work -- sometimes. But it's probably best to simply produce
each graphic separately, then embed as a png in the org file.
On Wed, Feb 17, 2016 at 8:54 AM, Eric S Fraga wrote:
> On Tuesday, 16 Feb 2016 at 19:22, Lawrence Bottorff wrote:
> > I've got this code:
>
> [...]
>
> > runni
On Tuesday, 16 Feb 2016 at 19:22, Lawrence Bottorff wrote:
> I've got this code:
[...]
> running in an org file, and it gives me embedded images in an html
> file. (See this). But they're cramped and have a strange gray
> background. How can I not clip and get the png transparent working?
I adde
I've got this code:
#+begin_src latex :packages '(("" "tikz")) :exports results :results output
raw :file fsa.png
\usetikzlibrary{backgrounds}
\begin{tikzpicture}
\draw (0,0) grid (10,5);
\draw (0,0) node[below left] {$A$};
\draw (10,5) node[above right] {$B$};
\fill (0,0) circle (2pt);