General ⇒ user defined variable
-
- Posts: 11
- Joined: Fri Nov 27, 2009 12:38 pm
user defined variable
\new_length{width_p3_table1_col1}{1234cm}
and then use the variable later in a table like p{width_p3_table1_col1}.
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: user defined variable
\newlength{\width_p3_table1_col1}
\setlength{\width_p3_table1_col1}{1234cm}
and then:
p{\width_p3_table1_col1}