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,
Graphics, Figures & Tables ⇒ tikz image on 8cmX6cm
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
tikz image on 8cmX6cm
Perhaps I misunderstand your concerns. But to me it seems very easy to get a picture with pgf/tikZ in the desired size.
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
Code: Select all
\begin{tikzpicture}[font=\small,thick,>=stealth]
\draw[help lines] (0,0) grid (8,6);
\end{tikzpicture}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10