[Rcpp-devel] Formulas in Markdown of Rcpp-Gallery
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
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20130924/49202ee0/attachment.html>