<< generate_nested_string Generate Tikz Strings generate_tikz_strings >>

xs2tikz >> xs2tikz > Generate Tikz Strings > generate_text_string

generate_text_string

Return a string with %s-interpreted value

Syntax

tikzString = generate_text_string(option, value)

Parameters

option:

string with the LaTeX tag

value:

option will be set to this

Description

Generate a string with the format <option>={<value>}.

Examples

title1 = "x";
ts = generate_text_string("xtitle", title1);

Authors


Report an issue
<< generate_nested_string Generate Tikz Strings generate_tikz_strings >>