Skip to content

Commit

Permalink
Release se2thesis v3.3.0
Browse files Browse the repository at this point in the history
Added:
- Enhance the options for bibliography styles, one can now choose
  between `alphabetic` and `numeric` style.  The former loads the
  default BibLaTeX `alphabetic` style, the latter uses ACM's numeric
  style.
- For the new numeric style, we support an enhanced `\autocite` macro,
  which typesets the citation in the margin column for the first
  appearance per chapter.
- Add thesis-type option `phdeng` for a doctoral degree in engineering.

Changed:
- The default citation style, when setting `biblatex=true` while loading
  the `se2packages` package is now `numeric` based on the ACM numeric
  style instead of `alphabetic`.  The latter can now be chosen
  explicitly.
  See [issue #7](#7) for a
  discussion on the general decision.
  • Loading branch information
stephanlukasczyk committed Feb 22, 2024
1 parent 1da1137 commit 2389f40
Show file tree
Hide file tree
Showing 39 changed files with 10 additions and 620 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to

## [Unreleased]

## [v3.3.0] – 2024–02–22

### Added

- Enhance the options for bibliography styles, one can now choose between
Expand Down Expand Up @@ -170,6 +172,7 @@ These changes might be breaking changes!
### Added
- First official release

[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
[v3.0.0]: https://github.com/se2p/se2thesis/compare/v3.0.0...v2.1.0
Expand Down
Binary file modified examples/se2thesis-master-thesis-example.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion se2colors.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2colors} {2023-09-12} {3.2.0}
\ProvidesExplPackage {se2colors} {2024-02-22} {3.3.0}
{A colour support package for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
4 changes: 2 additions & 2 deletions se2fonts.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
% \begin{itemize}
% \item {\fontspec{LibertinusSerif}An example text in Libertinus Serif}
% \item {\fontspec{LibertinusSans}An example text in Libertinus Sans}
% \item {\fontspec{inconsolata}An example text in Inconsolata}
% \item {\fontspec{InconsolataLGCNerdFont}An example text in Inconsolata}
% \end{itemize}
%
% The package provides additional helper functions
Expand Down Expand Up @@ -151,7 +151,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2fonts} {2023-09-12} {3.2.0}
\ProvidesExplPackage {se2fonts} {2024-02-22} {3.3.0}
{A font-selection support package for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
2 changes: 1 addition & 1 deletion se2packages.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
%
% Identify the package and give the overall version information.
% \begin{macrocode}
\ProvidesExplPackage {se2packages} {2023-09-12} {3.2.0}
\ProvidesExplPackage {se2packages} {2024-02-22} {3.3.0}
{Supporting packages for the se2thesis bundle}
% \end{macrocode}
%
Expand Down
6 changes: 3 additions & 3 deletions se2thesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
%
% Identify the class and give the overall version number.
% \begin{macrocode}
\ProvidesExplClass {se2thesis} {2023-09-12} {3.2.0}
\ProvidesExplClass {se2thesis} {2024-02-22} {3.3.0}
{A thesis class for the Chair of Software Engineering II}
% \end{macrocode}
%
Expand Down Expand Up @@ -1619,7 +1619,7 @@
% We provide the following English translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{English}{se2translations}[2023/09/12]
\ProvideDictionaryFor{English}{se2translations}[2024/02/22]
\ProvideDictTranslation{abstract}{abstract}
\ProvideDictTranslation{Abstract}{Abstract}
\ProvideDictTranslation{acknowledgement}{acknowledgement}
Expand Down Expand Up @@ -1670,7 +1670,7 @@
% We provide the following German translations.
%
% \begin{macrocode}
\ProvideDictionaryFor{German}{se2translations}[2023/09/12]
\ProvideDictionaryFor{German}{se2translations}[2024/02/22]
\ProvideDictTranslation{abstract}{Zusammenfassung}
\ProvideDictTranslation{Abstract}{Zusammenfassung}
\ProvideDictTranslation{acknowledgement}{Danksagung}
Expand Down
20 changes: 0 additions & 20 deletions testfiles/color-cmyk.luatex.tlg

This file was deleted.

24 changes: 0 additions & 24 deletions testfiles/color-cmyk.lvt

This file was deleted.

20 changes: 0 additions & 20 deletions testfiles/color-cmyk.tlg

This file was deleted.

16 changes: 0 additions & 16 deletions testfiles/color-gray.luatex.tlg

This file was deleted.

24 changes: 0 additions & 24 deletions testfiles/color-gray.lvt

This file was deleted.

16 changes: 0 additions & 16 deletions testfiles/color-gray.tlg

This file was deleted.

20 changes: 0 additions & 20 deletions testfiles/color-rgb.luatex.tlg

This file was deleted.

24 changes: 0 additions & 24 deletions testfiles/color-rgb.lvt

This file was deleted.

20 changes: 0 additions & 20 deletions testfiles/color-rgb.tlg

This file was deleted.

7 changes: 0 additions & 7 deletions testfiles/packages-biblatex.luatex.tlg

This file was deleted.

34 changes: 0 additions & 34 deletions testfiles/packages-biblatex.lvt

This file was deleted.

7 changes: 0 additions & 7 deletions testfiles/packages-biblatex.tlg

This file was deleted.

7 changes: 0 additions & 7 deletions testfiles/packages-booktabs.luatex.tlg

This file was deleted.

34 changes: 0 additions & 34 deletions testfiles/packages-booktabs.lvt

This file was deleted.

7 changes: 0 additions & 7 deletions testfiles/packages-booktabs.tlg

This file was deleted.

7 changes: 0 additions & 7 deletions testfiles/packages-cleveref.luatex.tlg

This file was deleted.

Loading

0 comments on commit 2389f40

Please sign in to comment.