Re: [O] Possible bug in LaTeX export of special blocks

2016-02-27 Thread Thomas S . Dye
Aloha Nicolas, Nicolas Goaziou writes: >> >> The blank line after \label{orgspecialblock1} causes the equation number >> to be set on the following line, rather than to the right of the >> equation. My expectation is there is no blank line after the \label, >> which yields the desired behavior. >

Re: [O] Possible bug in LaTeX export of special blocks

2016-02-27 Thread Nicolas Goaziou
Hello, Thomas S. Dye writes: > Exporting these two special blocks to LaTeX > > ,-- > | #+name: eq:foobar > | #+begin_equation > | foo = bar > | #+end_equation > | > | #+begin_equation > | bar = baz > | #+end_equation > `--

[O] Possible bug in LaTeX export of special blocks

2016-02-26 Thread Thomas S . Dye
Aloha all, Exporting these two special blocks to LaTeX ,-- | #+name: eq:foobar | #+begin_equation | foo = bar | #+end_equation | | #+begin_equation | bar = baz | #+end_equation `-- yields this in the tex file ,---