Skip to content

Commit

Permalink
Increase marginparsep
Browse files Browse the repository at this point in the history
Avoids that two-digit counter values of side notes run into the text
block
  • Loading branch information
stephanlukasczyk committed Oct 16, 2024
1 parent b0987ae commit e104fe5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ and this project adheres to
documentation and also link their website and a YouTube video that
demonstrates the usage of `se2thesis` within `MonsterWriter`.

### Fixed

- Increase the `marginparsep` slightly to avoid that two-digit counter values
run into the text block.

## [v4.3.4] – 2024–09–19

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions se2thesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1052,11 +1052,11 @@
{
\areaset[current]{350pt}{567pt}
\setlength{\marginparsep}{8.5cm}
\setlength{\marginparsep}{1em}
\setlength{\marginparsep}{1.5em}
}{
\areaset[current]{350pt}{567pt}
\setlength{\marginparsep}{7.4cm}
\setlength{\marginparsep}{0.87em}
\setlength{\marginparsep}{1.5em}
}
% \end{macrocode}
%
Expand Down

0 comments on commit e104fe5

Please sign in to comment.