Hi Andre,
I will definitely give it a try for the next questions (they are allready in the pipe :D).
I like this, because questions are the foundation of such web forums. Without questions, it would be very silent. Quick thoughts: TeXwelt.de is for clear questions that can have a clear answer ...
Search found 6 matches
- Sat Nov 13, 2021 9:12 am
- Forum: Page Layout
- Topic: change papersize in mid document and also fill the page
- Replies: 10
- Views: 11309
- Sat Nov 13, 2021 9:10 am
- Forum: Page Layout
- Topic: change papersize in mid document and also fill the page
- Replies: 10
- Views: 11309
change papersize in mid document and also fill the page
You don't need to recalculate the typing area. Just use \storeareas\meinegespeichertenWerte before changing the paper size and \clearpage\meinegespeichertenWerte as shown in the example in the scrguide :
\documentclass[areasetadvanced]{scrartcl}
\usepackage[automark, headsepline=true ...
\documentclass[areasetadvanced]{scrartcl}
\usepackage[automark, headsepline=true ...
- Tue Nov 09, 2021 8:27 am
- Forum: Page Layout
- Topic: change papersize in mid document and also fill the page
- Replies: 10
- Views: 11309
change papersize in mid document and also fill the page
I have tried the example mentioned by Ion Tichy, and it almost works as expected, I have also managed to switch back to A4 from A3. But now the only problem remaining is, the typearea isn't computed accordingly (so the text goes outside the page). I have tried to use \recalctytearea or \typearea ...
- Tue Nov 09, 2021 8:16 am
- Forum: Page Layout
- Topic: change papersize in mid document and also fill the page
- Replies: 10
- Views: 11309
change papersize in mid document and also fill the page
Ah ok, thank you for the hint! I will definitely give it a try for the next questions (they are allready in the pipeStefan Kottwitz wrote:So you could also visit us on TeXwelt.de or goLaTeX.de if you like.AndreGismo wrote:Don't worry, german is my native language
Stefan

- Sun Nov 07, 2021 8:59 am
- Forum: Page Layout
- Topic: change papersize in mid document and also fill the page
- Replies: 10
- Views: 11309
change papersize in mid document and also fill the page
@ Ijon Tichy: wow, thank you for the quick answer! :)
Unfortunately your code is not marked correctly as block code. Because of this, I cannot test and modify it in the online editor/compiler of latex.org.
Yes, I'm sorry, I thought I have to use the LaTeX-Button to create an executable version ...
Unfortunately your code is not marked correctly as block code. Because of this, I cannot test and modify it in the online editor/compiler of latex.org.
Yes, I'm sorry, I thought I have to use the LaTeX-Button to create an executable version ...
- Sat Nov 06, 2021 12:06 pm
- Forum: Page Layout
- Topic: change papersize in mid document and also fill the page
- Replies: 10
- Views: 11309
change papersize in mid document and also fill the page
Hello Community,
I am looking for a way to change the papersize (normally A4 to A3 for one page) in my document. I need this, because I want to explicitly write out a big matrix in the appendix (I know, I could use things like \vdots or \ddots to compress the matrix, but I want to show the whole ...
I am looking for a way to change the papersize (normally A4 to A3 for one page) in my document. I need this, because I want to explicitly write out a big matrix in the appendix (I know, I could use things like \vdots or \ddots to compress the matrix, but I want to show the whole ...