View source: R/raw.texArticle.R
raw.texArticle | R Documentation |
After saving TeX snippets into a folder (figPath
) with fig2tex
,
then, use this function to generate
a main TeX file called fileTeX
that includes all the snippets and after
compiling shows a document with all the graphs / images. The main TeX file is
saved in the same folder as the figPath
. It will overwrite a file.
raw.texArticle(figPath, fileTeX = "_main.tex")
figPath |
path for figures, should contain tex figure files generated with |
fileTeX |
name of article that is generated in figPath |
fig2tex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.