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 <[email protected]> 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 <[email protected]> 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 > [email protected] > https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel > _______________________________________________ Rcpp-devel mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
