Text Formatting ⇒ Long pdfGantt over pages
Long pdfGantt over pages
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
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
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