Tagged Questions
12
votes
2answers
351 views
How to convert a png into pdf using LaTeX?
I have a larger png image: width is 5400 pixels and height is 3850 pixels. I need to transform it into a pdf file in SPA3 size, which means 320mm x 450mm. Is there a way to do it with LaTeX? What I ...
2
votes
1answer
206 views
a5paper b5paper with report class in pdf by pdflatex?
Selection of paper size within report class, changes rendering.
However pdf pages remains bigger.
How to make pdf made with pdflatex to be a5,b5 ?
Example:
\documentclass[a5paper]{report}
...
7
votes
1answer
424 views
LaTeX without pages [duplicate]
Possible Duplicate:
Automatically increase PDF page height
Is it possible to have LaTeX use a single infinite page?
I don't know if the PDF file format even supports this, but I see ...
17
votes
4answers
807 views
Automatically increase PDF page height
I'd like to emulate HTML's infinite page height using LaTeX/XeTeX, i.e. have the PDF pages grow higher until a manual \newpage is issued.
This could be emulated by setting a very large page height ...