Graphics, Figures & Tables ⇒ Separate directory for tables, similar to \graphicspath?
-
- Posts: 29
- Joined: Thu Feb 19, 2009 3:23 pm
Separate directory for tables, similar to \graphicspath?
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
Separate directory for tables, similar to \graphicspath?
Code: Select all
\newcommand*\InputTable[1]{\input{./tables/#1.tex}}
Code: Select all
\InputTable{abc}
Another hint: It is generally better to set the TEXINPUTS environment variable instead of using \graphicspath.
-
- Posts: 29
- Joined: Thu Feb 19, 2009 3:23 pm
Re: Separate directory for tables, similar to \graphicspath?
