>>> "Eric" == Eric S Fraga writes: > On Thursday, 13 Dec 2018 at 08:30, Uwe Brauer wrote: >> Hi > [...] >> ,---- >> | * Test of the bibliography >> | #+BEGIN_src latex :results latex replace :exports results :eval t >> | >> | \begin{equation} >> | \label{eq:testbib:1} >> | \int f dx =0 >> | \end{equation} >> | >> | see >> | citep:tao08:_global >> | >> | #+END_src >> | >> `---- > Why have the citep line within the src block? It's not LaTeX and is in > fact org syntax. That is for babel. That is I have an org file, which contains matlab and latex for the documentation. So I want to cite a reference. There is no problem with citep if I don't have the latex in a src block. However as I said the fortification is much nicer if I put latex in a src block.