Skip to contents

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.

Usage

raw.texArticle(figPath, fileTeX = "_main.tex")

Arguments

figPath

path for figures, should contain tex figure files generated with fig2tex

fileTeX

name of article that is generated in figPath

See also