summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/se2thesis
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-02-24 03:01:46 +0000
committerNorbert Preining <norbert@preining.info>2024-02-24 03:01:46 +0000
commitf325bd88d1d4db13f51277bc59c8ff8814e937bc (patch)
treee39af6619c91d812dd93cb57d25149da5a84d801 /macros/latex/contrib/se2thesis
parente7a321bba289c40f39563c19bbeac355f7c0eeeb (diff)
CTAN sync 202402240301
Diffstat (limited to 'macros/latex/contrib/se2thesis')
-rw-r--r--macros/latex/contrib/se2thesis/CHANGELOG.md11
-rw-r--r--macros/latex/contrib/se2thesis/se2colors.dtx2
-rw-r--r--macros/latex/contrib/se2thesis/se2fonts.dtx2
-rw-r--r--macros/latex/contrib/se2thesis/se2packages.dtx15
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdfbin231038 -> 231059 bytes
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.dtx6
-rw-r--r--macros/latex/contrib/se2thesis/se2thesis.pdfbin350567 -> 350351 bytes
7 files changed, 19 insertions, 17 deletions
diff --git a/macros/latex/contrib/se2thesis/CHANGELOG.md b/macros/latex/contrib/se2thesis/CHANGELOG.md
index ed9739a1ba..600f16953b 100644
--- a/macros/latex/contrib/se2thesis/CHANGELOG.md
+++ b/macros/latex/contrib/se2thesis/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to
## [Unreleased]
+## [v3.3.1] – 2024–02–23
+
+### Changed
+- Make the citations in the margin appear in ACM style, too.
+- Make sidenotes appear right ragged.
+
## [v3.3.0] – 2024–02–22
### Added
@@ -19,7 +25,7 @@ and this project adheres to
chapter.
- Add thesis-type option `phdeng` for a doctoral degree in engineering.
-### Changed
+### Changed
- The default citation style, when setting `biblatex=true` while loading the
`se2packages` package is now `numeric` based on the ACM numeric style instead
@@ -27,8 +33,6 @@ and this project adheres to
See [issue #7](https://github.com/se2p/se2thesis/issues/7) for a discussion
on the general decision.
-### Changed
-
## [v3.2.0] – 2023–09–12
### Changed
@@ -172,6 +176,7 @@ These changes might be breaking changes!
### Added
- First official release
+[v3.3.1]: https://github.com/se2p/se2thesis/compare/v3.3.1...v3.3.0
[v3.3.0]: https://github.com/se2p/se2thesis/compare/v3.3.0...v3.2.0
[v3.2.0]: https://github.com/se2p/se2thesis/compare/v3.2.0...v3.1.0
[v3.1.0]: https://github.com/se2p/se2thesis/compare/v3.1.0...v3.0.0
diff --git a/macros/latex/contrib/se2thesis/se2colors.dtx b/macros/latex/contrib/se2thesis/se2colors.dtx
index 35bd60d0d3..97d57ee682 100644
--- a/macros/latex/contrib/se2thesis/se2colors.dtx
+++ b/macros/latex/contrib/se2thesis/se2colors.dtx
@@ -231,7 +231,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2colors} {2024-02-22} {3.3.0}
+\ProvidesExplPackage {se2colors} {2024-02-23} {3.3.1}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
diff --git a/macros/latex/contrib/se2thesis/se2fonts.dtx b/macros/latex/contrib/se2thesis/se2fonts.dtx
index 4f127a4cc3..938c24d1f7 100644
--- a/macros/latex/contrib/se2thesis/se2fonts.dtx
+++ b/macros/latex/contrib/se2thesis/se2fonts.dtx
@@ -151,7 +151,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2fonts} {2024-02-22} {3.3.0}
+\ProvidesExplPackage {se2fonts} {2024-02-23} {3.3.1}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
diff --git a/macros/latex/contrib/se2thesis/se2packages.dtx b/macros/latex/contrib/se2thesis/se2packages.dtx
index 92c1771a92..8e29a96906 100644
--- a/macros/latex/contrib/se2thesis/se2packages.dtx
+++ b/macros/latex/contrib/se2thesis/se2packages.dtx
@@ -443,7 +443,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
-\ProvidesExplPackage {se2packages} {2024-02-22} {3.3.0}
+\ProvidesExplPackage {se2packages} {2024-02-23} {3.3.1}
{Supporting packages for the se2thesis bundle}
% \end{macrocode}
%
@@ -822,7 +822,7 @@
} { biblatex }
\RequirePackage{biblatex}
\RequirePackage{ragged2e}
- \RequirePackage[mark=arabic,shape=up]{sidenotesplus}
+ \RequirePackage[mark=arabic,shape=up,Ragged]{sidenotesplus}
\newbibmacro{cite:authoryear}{%
\printtext[labelnumberwidth]{%
@@ -830,13 +830,10 @@
}%
\setunit{\addspace}%
\printnames{labelname}%
- \setunit{\printdelim{nameyeardelim}}%
- \begingroup
- \DeclareFieldFormat{date}{\mkbibparens{##1}}%
- \printdate
- \endgroup
- \setunit*{\addcomma\space}%%% NEW
- \printfield[title]{labeltitle}%%% NEW
+ \setunit{\labelnamepunct}\newblock%
+ \usebibmacro{year}%
+ \newunit%
+ \printfield[title]{labeltitle}
}
\newrobustcmd*{\makebibmarginnote}[1]{%
diff --git a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
index 4750e14e31..cdfb050e29 100644
--- a/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
+++ b/macros/latex/contrib/se2thesis/se2thesis-master-thesis-example.pdf
Binary files differ
diff --git a/macros/latex/contrib/se2thesis/se2thesis.dtx b/macros/latex/contrib/se2thesis/se2thesis.dtx
index 832c1bf225..9bb167399c 100644
--- a/macros/latex/contrib/se2thesis/se2thesis.dtx
+++ b/macros/latex/contrib/se2thesis/se2thesis.dtx
@@ -586,7 +586,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
-\ProvidesExplClass {se2thesis} {2024-02-22} {3.3.0}
+\ProvidesExplClass {se2thesis} {2024-02-23} {3.3.1}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
@@ -1619,7 +1619,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{English}{se2translations}[2024/02/22]
+\ProvideDictionaryFor{English}{se2translations}[2024/02/23]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1670,7 +1670,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
-\ProvideDictionaryFor{German}{se2translations}[2024/02/22]
+\ProvideDictionaryFor{German}{se2translations}[2024/02/23]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
diff --git a/macros/latex/contrib/se2thesis/se2thesis.pdf b/macros/latex/contrib/se2thesis/se2thesis.pdf
index dcc165ba6a..e83e4eeb21 100644
--- a/macros/latex/contrib/se2thesis/se2thesis.pdf
+++ b/macros/latex/contrib/se2thesis/se2thesis.pdf
Binary files differ