Search found 10 matches

by 0Jam
Wed Mar 30, 2022 9:42 pm
Forum: Page Layout
Topic: Different Margins for every odd page
Replies: 2
Views: 4225

Different Margins for every odd page

Also there needs to be a command, I can not do this manually using \newgeometry and \restoregeometry as the ToC is just one big thing.

\ifthenelse{\equal{\value{Hilf}}{0}}{}{{\ifthenelse{\isodd{\value{page}}}{\newgeometry{top=.5cm}}{\restoregeometry}}}

something like this gets me the error ...
by 0Jam
Wed Mar 30, 2022 9:13 pm
Forum: Page Layout
Topic: Different Margins for every odd page
Replies: 2
Views: 4225

Different Margins for every odd page

Dear people of the internet,
I would like to have every second page of my rather large document have different margins, top and bottom.
I have tried editing the geometry package options, but no luck, I get different errors each time:

\ifthenelse{\equal{\value{Hilf}}{0}}{\geometry{top=1.5cm ...
by 0Jam
Mon Mar 28, 2022 5:47 pm
Forum: Page Layout
Topic: Vertical separation of one page into two
Replies: 0
Views: 3702

Vertical separation of one page into two

Dear all,

I would like to separate a scrartcl somehow, because presentation of a prof's script without scrolling and thus just skipping to the bottom of each page via commands on a projector is easier.
There is a lot of documentation about horizontal separation, twocolumn documents, book-style, but ...
by 0Jam
Mon Feb 07, 2022 8:16 pm
Forum: Page Layout
Topic: Table of Contents Hyperlinks on Page Numbers too
Replies: 2
Views: 5644

Table of Contents Hyperlinks on Page Numbers too

Thank you so much MjK, perfect answer! <3
by 0Jam
Mon Feb 07, 2022 3:43 pm
Forum: Page Layout
Topic: Table of Contents Hyperlinks on Page Numbers too
Replies: 2
Views: 5644

Table of Contents Hyperlinks on Page Numbers too

Hello all, I would like to extend my ToC linking, using the hyperref package and documentclass scrartcl, to not only be linked at the left (section numbering) and the title of the section, but to go all the way to the right. Therefore when mouse clicking on the dotted lines and the page number of ...
by 0Jam
Thu Sep 02, 2021 3:59 pm
Forum: Graphics, Figures & Tables
Topic: Two-Lined Caption centering
Replies: 3
Views: 10663

Two-Lined Caption centering

I read through the KOMA Skript Documentation page 138 through 142 and the working command for simply shifting the whole thing to the right: \setcapmargin{1cm} works great
Thank you guys for your answers anyway! And - who in the world wouldn't be using something with the koma stuff like scrartcl as ...
by 0Jam
Wed Sep 01, 2021 1:10 pm
Forum: Graphics, Figures & Tables
Topic: Two-Lined Caption centering
Replies: 3
Views: 10663

Two-Lined Caption centering

Hey guys, I have a question about captions:

This is the first time ever that I want to use a two-lined caption. Usually, LaTeX puts the caption underneath a figure centralized, however when you put a \\ or \linebreak, or you just have a lot of text, now the caption will be all the way to the left ...
by 0Jam
Tue Dec 08, 2020 5:39 pm
Forum: Page Layout
Topic: Title Page Number
Replies: 4
Views: 14771

Title Page Number

You can change this section from your example in my way:

% \begin{titlepage}
% \thispagestyle{empty}
\title{Aufgabe 4\\Konstruktion einer Hubeinheit\\Maschinenelemente 2}
\author{\\xxx\\ yyy\\zzz\\ \\ aaa\\}
% I replaced - by -- because of the context.
\date{Oktober 2020 -- Februar 2021, Kiel ...
by 0Jam
Tue Dec 08, 2020 5:28 pm
Forum: Page Layout
Topic: Title Page Number
Replies: 4
Views: 14771

Title Page Number

Use \maketitle or the titlepage environment. Without the environment there would be three possible ways:

You can set the titlepage option when loading the class.
You put \thispagestyle{empty} immediately after \maketitle .
You use the \patchcmd command of the etoolbox package to replace the ...
by 0Jam
Tue Dec 08, 2020 4:30 pm
Forum: Page Layout
Topic: Title Page Number
Replies: 4
Views: 14771

Title Page Number

Hey guys, I'm pretty new to LaTeX however am really enjoying it and have a question about why I always have a "1" on my title page. I use Overleaf
All the other pages and numbering is fine

This is my (now standard issue for every assignment's start) code:

\documentclass[a4paper, 10pt]{article ...