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 0785d81
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 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
2 changes: 1 addition & 1 deletion se2fonts.dtx
Original file line number Diff line number Diff line change
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

0 comments on commit 0785d81

Please sign in to comment.