Commit 2b0a953 1 parent 9ab16da commit 2b0a953 Copy full SHA for 2b0a953
File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ and this project adheres to
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - Add a ` \summarybox ` macro that simplifies the usage of the ` summary `
13
+ environment
14
+
10
15
### Changed
11
16
12
17
- Update the used actions for GitHub to their latest versions.
Original file line number Diff line number Diff line change 1641
1641
\ExplSyntaxOn
1642
1642
% \end{macrocode}
1643
1643
% \end{environment}
1644
+ % \begin{macro}{\summarybox}
1645
+ % The \cmd{summarybox} macro simplifies the usage of the \env{summary}
1646
+ % environment.
1647
+ % \begin{macrocode}
1648
+ \NewDocumentCommand { \summarybox } { m m }
1649
+ {
1650
+ \begin {summary }{#1} #2 \end {summary }
1651
+ }
1652
+ % \end{macrocode}
1653
+ % \end{macro}
1644
1654
%
1645
1655
%
1646
1656
%
You can’t perform that action at this time.
0 commit comments