[Rcpp-devel] Formulas in Markdown of Rcpp-Gallery
Simon Zehnder
szehnder at uni-bonn.de
Tue Sep 24 14:12:28 CEST 2013
Hi J.J.,
thanks for the response. If there is no easy workaround I either use O(N^3) or write it out. I think everyone understands what it means.
Best
Simon
On Sep 24, 2013, at 1:51 PM, JJ Allaire <jj.allaire at gmail.com> wrote:
> Simon,
>
> This works differently than standard R Markdown because there is a different markdown processor (Maruku) being used by jekyll. So out of the box this doesn't work but a workaround might be possible -- I'll investigate later today and let you know if I find something that works.
>
> J.J.
>
>
> On Tue, Sep 24, 2013 at 7:10 AM, Simon Zehnder <szehnder at uni-bonn.de> wrote:
> Dear Rcpp::Users and Rcpp::Devels,
>
> I need a little help with the markdown in .cpp files for the Rcpp-Gallery: How do I type in inline formulas? For example O(N^3)? I tried $O(N^3)$ and also $$latex O(N^3)$$ but nothing seems to work (I forked the repository and make/make preview works perfect - only the formulas do not work - I see there only what I type).
>
>
> Best
>
> Simon
> _______________________________________________
> Rcpp-devel mailing list
> Rcpp-devel at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
>
More information about the Rcpp-devel
mailing list