Skip to content

Commit

Permalink
Add \summarybox to simplify usage of summary env
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Jun 6, 2024
1 parent 9ab16da commit 2b0a953
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to

## [Unreleased]

### Added

- Add a `\summarybox` macro that simplifies the usage of the `summary`
environment

### Changed

- Update the used actions for GitHub to their latest versions.
Expand Down
10 changes: 10 additions & 0 deletions se2thesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,16 @@
\ExplSyntaxOn
% \end{macrocode}
% \end{environment}
% \begin{macro}{\summarybox}
% The \cmd{summarybox} macro simplifies the usage of the \env{summary}
% environment.
% \begin{macrocode}
\NewDocumentCommand { \summarybox } { m m }
{
\begin{summary}{#1} #2 \end{summary}
}
% \end{macrocode}
% \end{macro}
%
%
%
Expand Down

0 comments on commit 2b0a953

Please sign in to comment.