Do you know whether it is possible to use "string variables"
to simplify some LaTeX code. For instance, one could write
something that looks like:
Code: Select all
Code, edit and compile here:
STR1 = "\alpha+\beta"STR2 = "\gamma bla bla bla"STR3 = "Hello this is a complex equation!"STR4 = "Please help me guys!!!!"\begin{tabular}{|c|c|}\hlineSTR1 & STR2\\\hlineSTR3 & STR4\\\hline\end{tabular}
Thanks,
Regards,
Bastien