I want to build a simple one page document with specific format,
e.g. 9 x 12 cm without margins. How can I do this? I haven't found a working way in the internet while searching an hour.
Thank you for your support.

Greetings,
TeXtExTeX
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Code: Select all
\usepackage[paperwidth=9cm,paperheight=12cm,top=0cm,left=-0.5cm,right=0cm,bottom=0cm]{geometry}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis