Generalrelease \newlength command at end of *.tex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
vivelafete
Posts: 11
Joined: Fri Nov 27, 2009 12:38 pm

release \newlength command at end of *.tex

Post by vivelafete »

I use several pages with several tables...

I define the width like:

Code: Select all

\newlength{\TableOneWidth}   \setlength{\TableOneWidth}{12.5cm}
in first_page.tex

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply