Graphics, Figures & Tablestikz image on 8cmX6cm

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mungerilal
Posts: 2
Joined: Tue Jun 02, 2009 3:14 pm

tikz image on 8cmX6cm

Post by mungerilal »

Hi,

I need to produce the tikz images (eps) on 8cm X 6cm page size. Right now I use geometry package to get the page output. But it does not resize the page for 'latex' but does it for 'pdflatex'. Any ideas how to get an eps of certain page size.

Thanks,

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

tikz image on 8cmX6cm

Post by localghost »

Perhaps I misunderstand your concerns. But to me it seems very easy to get a picture with pgf/tikZ in the desired size.

Code: Select all

\begin{tikzpicture}[font=\small,thick,>=stealth]
  \draw[help lines] (0,0) grid (8,6);
\end{tikzpicture}
If that is not what you expected, please be much more precise in your descriptions and explain exactly what you are aiming at.


Best regards and welcome to the board
Thorsten
Post Reply