Hi Jason, sorry for the late reply.
Jason Ross writes:
> I'm looking at declaring a "figure" block the way you are, but
> `org-element-map'ing over the links inside the block and processing them
> with the "normal" link-handling machinery. That way, image options work
> the same way in a subfigur
Hi Juan,
On 10/22/21 5:00 PM, Juan Manuel Macías wrote:
Hi Jason,
Jason Ross writes:
Are there any workarounds people use to create subfigures in Org Mode
when exporting to LaTeX? Example output:
In this thread I explain a procedure to export images as subfigures
using org links: https://l
Updated example attached: forgot the subcaptions...
--
: Eric S Fraga via Emacs 28.0.60, Org release_9.5-163-g4eab5b
: Latest paper written in org: https://arxiv.org/abs/2106.05096
#+latex_header: \usepackage[demo]{graphicx}
#+latex_header: \usepackage{subcaption}
* Question
Are there any workaro
On Friday, 22 Oct 2021 at 16:27, Jason Ross wrote:
> Are there any workarounds people use to create subfigures in Org Mode
> when exporting to LaTeX? Example output:
The attached should do the job? At least, it seems to export to your
sample LaTeX. I cannot compile as for some reason subcaption
Hi Jason,
Jason Ross writes:
> Are there any workarounds people use to create subfigures in Org Mode
> when exporting to LaTeX? Example output:
In this thread I explain a procedure to export images as subfigures
using org links: https://list.orgmode.org/87mty1an66@posteo.net/
Best regards,
Are there any workarounds people use to create subfigures in Org Mode
when exporting to LaTeX? Example output:
#+begin_example latex
\documentclass{article}
\usepackage[demo]{graphicx}
\usepackage{subcaption}
\begin{document}
\begin{figure}
\begin{subfigure}{.5\textwidth}
\centering
\includeg