I define the width like:
Code: Select all
\newlength{\TableOneWidth} \setlength{\TableOneWidth}{12.5cm}
I would like to use \TableOneWidth in first_page.tex like a local variable in a function.
so I can I redefine \TableOneWidth in second_page.tex exactly like I do it in first_page.tex.
or use first_page.tex several times in the final_main.tex.
A command like \release_variable{\TableOneWidth} would be nice.
Any clue?
Best regards