Re: [O] mdframed blocks for latex export

2015-02-22 Thread Thomas S. Dye
Aloha Vikas, Vikas Rawal writes: > In a document I am preparing using Org-mode, I need to create some > “boxes” containing text, tables and figures. In LaTeX, mdframed seems > to be the way to go. Is there a way to do it in Org-mode? How do I > define something like > > #+begin_mdframed > Conten

Re: [O] mdframed blocks for latex export

2015-02-22 Thread John Kitchin
This is a place where I would resort to raw latex, probably in #+begin_latex \begin{mdframed} ... \end{mdframed} #+end_latex Vikas Rawal writes: > In a document I am preparing using Org-mode, I need to create some “boxes” > containing text, tables and figures. In LaTeX, mdframed seems to be the

[O] mdframed blocks for latex export

2015-02-22 Thread Vikas Rawal
In a document I am preparing using Org-mode, I need to create some “boxes” containing text, tables and figures. In LaTeX, mdframed seems to be the way to go. Is there a way to do it in Org-mode? How do I define something like #+begin_mdframed Contents of the box go here #+end_mdframed Would ap