[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] There is no line to end here at LaTeX org-ref export
From: |
Florian Lindner |
Subject: |
Re: [O] There is no line to end here at LaTeX org-ref export |
Date: |
Fri, 2 Sep 2016 15:04:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
Am 01.09.2016 um 08:02 schrieb Nick Dokos:
> Try this:
>
> --8<---------------cut here---------------start------------->8---
> An example without org-ref that produces this error:
>
> #+NAME: fig:org_fig
> #+BEGIN_SRC python :exports results :results file
> import matplotlib.pyplot as plt, numpy as np
> x = np.linspace(-2, 2, 1000)
> plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4")
> plt.savefig('rbf-gaussian-4.pdf')
> return "rbf-gaussian-4.pdf"
> #+END_SRC
>
> #+CAPTION: Org Fig
> #+RESULTS: fig:org_fig
> [[file:rbf-gaussian-4.pdf]]
>
>
> Some text
> --8<---------------cut here---------------end--------------->8---
>
Some story, nothing changed. Still no line to end here.
Best,
Florian