> > Also, what code do you want ox-latex to generate? > So something like the following #+name: technique-overview #+Caption[Overview of Technique]: Text. #+TIKZ_FIGURE: technique-overview Lorem ipsum dolor sit amet Figure [[technique-overview]] posuere. results in something like the following for latex export \begin{figure} \centering \input{technique-overview} \caption[Overview of Technique]{\label{technique-overview}Text.} \end{figure} Lorem ipsum dolor sit amet Figure \ref{technique-overview} posuere. Thanks, Eric > > Note that #+NAME is internal Org syntax. It cannot possibly be > compatible with random raw LaTeX code. IOW, even if you can write raw > LaTeX in an Org buffer, it doesn't mean that Org will understand the > LaTeX code you wrote. > > > Regards, -- Eric Schulte https://cs.unm.edu/~eschulte PGP: 0x614CA05D (see https://u.fsf.org/yw)