Search found 3 matches

by stdq
Sat Mar 19, 2016 3:33 am
Forum: Graphics, Figures & Tables
Topic: Help in understanding the coordinate system used by TikZ
Replies: 1
Views: 2532

Help in understanding the coordinate system used by TikZ

Can anyone explain it to me? Where is the origin? And, in the following command, what do the first and second points mean?

Code: Select all

\path [fill=green] (-4.13,-4.95) rectangle (2,2);
I've been changing the code constantly, but I can't seem to figure it out. Thanks in advance.
by stdq
Mon Feb 23, 2015 12:33 am
Forum: Graphics, Figures & Tables
Topic: How to Substitute Title Page with an Image
Replies: 2
Views: 3131

How to Substitute Title Page with an Image

I'd like to create my book cover using another software, and use it as the page for my book in LaTeX, removing the title page altogether. Is that possible? Thanks in advance!