[bootlin/training-materials updates] master: agenda: add feagendasummaryitem macro (56a31608)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Sep 20 16:27:23 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/56a316083e64b7d87ac06d37658ca6ceb1ec3123

>---------------------------------------------------------------

commit 56a316083e64b7d87ac06d37658ca6ceb1ec3123
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Mon Sep 20 16:27:23 2021 +0200

    agenda: add feagendasummaryitem macro
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

56a316083e64b7d87ac06d37658ca6ceb1ec3123
 common/agenda.sty | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/common/agenda.sty b/common/agenda.sty
index 82b4d751..528796a5 100644
--- a/common/agenda.sty
+++ b/common/agenda.sty
@@ -84,6 +84,12 @@
 \newcommand{\code}[1]
 {\path{#1}}
 
+\newcommand\feagendasummaryitem[2]{
+  \begin{tabularx}{\textwidth}{gh}
+    {\bf #1} & #2 \\
+  \end{tabularx}
+}
+
 %% Define a one column array. Two arguments are needed:
 %%  first argument: the title of the section
 %%  second argument: the contents of the section




More information about the training-materials-updates mailing list