Scribus Forums

Scribus => General Discussion => Topic started by: luaa on September 25, 2017, 12:08:08 PM

Title: render box in separate file
Post by: luaa on September 25, 2017, 12:08:08 PM
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?
Title: Re: render box in separate file
Post by: eudoxos on October 08, 2017, 10:27:01 PM
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.