Tagged Questions
6
votes
2answers
161 views
How to make an image for backgrounds with exact A4 dimensions?
In order to make a background image that fits the page perfectly, I have tried two things. The first is to use a document class where the dimensions of the page can be set to that of A4, which ...
1
vote
0answers
555 views
Memory limit reached - Precompile .tikz plots - How to output pdf with papersize near to image [closed]
Okay, well I have a problem my .tex file has reached the memory limit. Now I tried to change the memory limit /usr/share/texmf/web2c/texmf.cnf however that does not work. It keeps saying pdflatex> ...
14
votes
2answers
2k views
Printing/typesetting two A4 pages from a single-page A3 document in TikZ
I'm currently working on a huge graph using a A3 format, with the landscape option. I don't usually work on A3 pages, but this is not a mistake. I purposefully chose this format because it's made of ...
5
votes
2answers
392 views
Centering full-page tikz images - with mid-document paper size change
I just got this question answered:
xetex - Centering full-page Tikz image on page without margins with xelatex? - TeX - LaTeX
... and all works there.
However, here is my problem - I ...
0
votes
1answer
130 views
How to handle large images?
I am using tikz to generate an image which is wider than the the available space for the document. The figure will be later added to another document. When I watch the figure in my document reader ...
11
votes
3answers
3k views
Fitting page size to a tikz figure
Sometimes I'm using tikz as a plotting tool, without embedding the figure in a document. In this case, I normally, want to include the resulting PDF in a different TeX file (yes I know I could include ...
9
votes
1answer
918 views
Why does setting the paper size with KOMA-Script require TikZ?
Maybe I am just too tired, but I simply can't explain what is going on.
The file
\documentclass[a5paper]{scrbook}
\usepackage{lipsum}
\begin{document}
\lipsum
\end{document}
produces A4 sized ...
43
votes
5answers
4k views
How can I create a pdf document exactly as big as my tikz picture?
I often create pictures in tikz that I want to either send to someone, or include in an email. The problem with that is that there is a big white space around and and especially below my pictures.
To ...