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
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
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