[bootlin/training-materials updates] master: agenda: all: add some separation between the two columns (f6a039b5)

Luca Ceresoli luca.ceresoli at bootlin.com
Wed May 3 11:40:10 CEST 2023


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

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

commit f6a039b54212c0a24c3767ca4ba1c7ff7fd8c9d4
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Wed May 3 11:20:29 2023 +0200

    agenda: all: add some separation between the two columns
    
    With the current rendering, sometimes a long text line of the left column
    appears as a single line with the text in the right column. Add a little
    spacing to improve readability.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

f6a039b54212c0a24c3767ca4ba1c7ff7fd8c9d4
 common/agenda.sty | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/agenda.sty b/common/agenda.sty
index b6910c52..6a9ef319 100644
--- a/common/agenda.sty
+++ b/common/agenda.sty
@@ -170,6 +170,7 @@
 %%  second argument: The contents of the section in the left column
 %%  third argument: The title of the section in the right column
 %%  fourth argument: The contents of the section in the right column
+\setlength{\tabcolsep}{0.03\textwidth}
 \newcommand\feagendatwocolumn[4]{
 \begin{tabularx}{\textwidth}{X X}
   \rowcolor{fedarkblue}




More information about the training-materials-updates mailing list