AnswerBun.com

File multipage with variable page format

TeX - LaTeX Asked on January 3, 2022

I am trying to create a file with several pages, with summary, hyperlinks, sections, etc., but that can have a variable page size, as in the "standalone" style, but with several pages.

Each page should fit the figure inserted in the page.
Each figure would have its section / subsection and a hyperlink.

Is there a document format already created for this?

2 Answers

You could use the adjustwidth environment from the changepage package.

...
usepackage{changepage}
...
begin{adjustwith}{}{-8em}
wider text
end{adjustwidth}
...

The two arguments lengths are added to the left and right margins respectively; positive value(s) decrease the local textwidth and negative value(s) increases it.

Answered by Peter Wilson on January 3, 2022

I'm afraid you have to come up with your own solution for your problem.

The standalone style in combination with TikZ will produce a single PDF-page for each tikzpicture having the size of the (TikZ-)picture. Maybe this could be a start for you. You could include your figures using node and includegraphics.

This code will generate a PDF with three pages (just filled with a coloured rectangle).

documentclass[tikz,crop=true,border=-3pt]{standalone}
begin{document}

begin{tikzpicture}
fill[red] (0,0) rectangle (2,3);
end{tikzpicture}

begin{tikzpicture}
fill[green] (0,0) rectangle (5,5);
end{tikzpicture}

begin{tikzpicture}
fill[blue] (0,0) rectangle (3,1);
end{tikzpicture}

end{document}

Answered by susis strolch on January 3, 2022

Add your own answers!

Related Questions

Header and footer font style latex

1  Asked on June 5, 2021 by itc

   

Nomenclature in elsevier template

0  Asked on June 5, 2021 by gaurav-kumar

 

sagetex linebreak

1  Asked on June 5, 2021 by dantetante

     

Nested ellipse diagram with text

3  Asked on June 5, 2021

   

Titlesec, runin shape and amsthm

2  Asked on June 5, 2021 by pece

     

Way to tile numbered equations

1  Asked on June 5, 2021 by alphamu

     

Ask a Question

Get help from others!

© 2023 AnswerBun.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP