render box in separate file

Previous topic - Next topic

luaa

Is possible to store my code of render box in separate file?
For example i use tikz in latex and metapost. Is possible using link to my file no paste inside scribus file?

eudoxos

Use \input{myfile} in your LaTeX snippet and put the actual code in myfile.tex (\input is a TeX primitive, which basically just puts the file right there). See https://en.wikibooks.org/wiki/LaTeX/Modular_Documents for a discussion. HTH, edx.