Skip to content

Commit e104fe5

Browse files
Increase marginparsep
Avoids that two-digit counter values of side notes run into the text block
1 parent b0987ae commit e104fe5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ and this project adheres to
1515
documentation and also link their website and a YouTube video that
1616
demonstrates the usage of `se2thesis` within `MonsterWriter`.
1717

18+
### Fixed
19+
20+
- Increase the `marginparsep` slightly to avoid that two-digit counter values
21+
run into the text block.
22+
1823
## [v4.3.4] – 2024–09–19
1924

2025
### Fixed

se2thesis.dtx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1052,11 +1052,11 @@
10521052
{
10531053
\areaset[current]{350pt}{567pt}
10541054
\setlength{\marginparsep}{8.5cm}
1055-
\setlength{\marginparsep}{1em}
1055+
\setlength{\marginparsep}{1.5em}
10561056
}{
10571057
\areaset[current]{350pt}{567pt}
10581058
\setlength{\marginparsep}{7.4cm}
1059-
\setlength{\marginparsep}{0.87em}
1059+
\setlength{\marginparsep}{1.5em}
10601060
}
10611061
% \end{macrocode}
10621062
%

0 commit comments

Comments
 (0)