Return a string with %s-interpreted value
tikzString = generate_text_string(option, value)
string with the LaTeX tag
option will be set to this
Generate a string with the format <option>={<value>}.
title1 = "x"; ts = generate_text_string("xtitle", title1);