Text FormattingLong pdfGantt over pages

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
mrighi
Posts: 1
Joined: Mon Jan 08, 2024 4:41 pm

Long pdfGantt over pages

Post by mrighi »

Hi,
I have a very long Gantt over a lot of pages. It is generated using "\documentclass[tikz]{standalone}".

I have to insert it in a document, and I would like to split it over the pages without generating an image (or a ps/pdf).

Do you have a solution to split the Gantt?

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Long pdfGantt over pages

Post by Stefan Kottwitz »

Welcome to the forum!

My idea would be to generate the full pdf, make two or more copies of it, and then use the pdfcrop tool to cut the copies, each one in a different way, so you basically split the PDF in several parts by cutting.

Stefan
LaTeX.org admin
Post Reply