S
S
spellman0032018-01-18 15:46:23
TeX
spellman003, 2018-01-18 15:46:23

How not to paginate a document in LaTeX?

Started learning latex. And the question arose: is it possible to make one long pdf without pagination?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2018-01-18
@spellman003

The geometry package allows you to set arbitrary document sizes:

\documentclass{article}
\usepackage{blindtext}
\usepackage[paperheight=111in,paperwidth=8.5in]{geometry}
\begin{document}
\blindtext[50]
\end{document}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question