Is there any way to break the raw tex passing of pandoc? I like to have a two column layout, this is possible using pure latex but it is not possible to include R then. The problem seems to be down to pandoc
https://support.rstudio.com/hc/communities/public/questions/202717656-Can-we-have-columns-in-rmarkdown-beamer-presentations-

.
Any solution or work around would be greatly appreciated.

Thank you,

Michaela

Minimal non working example:
## Slide
 \begin{columns}
    \begin{column}{.5\linewidth}
      Nice Plot
    \end{column}
    \begin{column}{.5\linewidth}
```{r, echo=FALSE}
plot(cars)
```
    \end{column}
  \end{columns}







--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/12fa9bb8-b296-4c12-8cb8-e583b041c3b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.