Convert scilab graphic to tikz
xs2tikz(filename) xs2tikz(filename, doctype) xs2tikz(filename, doctype, license)
path to output LaTeX file
either "standalone" or "embeddable"
either "license" or "no_license"
This is the main function. It takes a filename string and optionally two strings:
Optional argument doctype
can either be "standalone" for creating
a single, buidlable LaTeX file or "embeddable" for an insertable file. Default value is
"standalone".
The following preamble in your main document is needed for "embeddable" to work:
\usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{pgfplots} \usepackage{grffile} \pgfplotsset{compat=newest} \usetikzlibrary{plotmarks} \usetikzlibrary{arrows.meta} \usepgfplotslibrary{patchplots} \usepackage{amsmath} | ![]() | ![]() |
Optional argument license
can either be "license" for showing
the toolbox' license information or "no_license". Default value is "no_license"