<< generate_text_string Generate Tikz Strings generate_value_string >>

xs2tikz >> xs2tikz > Generate Tikz Strings > generate_tikz_strings

generate_tikz_strings

Generate LaTeX strings from given graphic attributes

Syntax

tikzStrings = generate_tikz_strings(standalone, attributes)

Parameters

standalone:

boolean selecting whether a standalone file shall be generated

attributes:

a struct containining graphical elements

tikzStrings:

cell containing the generated strings

Description

Generates all necessary strings for a LaTeX file with TiKz support. If standalone is omitted, the preambel will not be added to the tikzStrings.

Examples

plot_example_simple_graph();
attributes = gather_graphic_attributes();
tikzStrings = generate_tikz_strings(%t, attributes);

Authors


Report an issue
<< generate_text_string Generate Tikz Strings generate_value_string >>