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
STR1 = "\alpha+\beta"
STR2 = "\gamma bla bla bla"
STR3 = "Hello this is a complex equation!"
STR4 = "Please help me guys!!!!"
\begin{tabular}{|c|c|}
\hline
STR1 & STR2\\
\hline
STR3 & STR4\\
\hline
\end{tabular}
Thanks,
Regards,
Bastien