From ba5081c82152882e7f63860b52999e08db29c334 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 30 Dec 2024 14:45:27 +0100 Subject: [PATCH] common/agenda.sty: introduce \inprogress{} Can be used by agendas of training courses that are not yet available publicly. Signed-off-by: Thomas Petazzoni --- common/agenda.sty | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/common/agenda.sty b/common/agenda.sty index d20da23922..6164d154e7 100644 --- a/common/agenda.sty +++ b/common/agenda.sty @@ -213,6 +213,10 @@ \def \haslabs{true} } +\ifthenelse{\isundefined{\inprogress}}{ + \def \inprogress{false} +} + \ifthenelse{\isundefined{\ubuntuversion}}{ \def \ubuntuversion{24.04} } @@ -449,8 +453,7 @@ \item Practical labs done by participants: \onsitelabtimeratio{}\% of the duration } \item Electronic copies of presentations, lab instructions and data - files. They are freely available at - \href{\trainingdoclink}{\trainingdoclink}. + files. \ifthenelse{\equal{\inprogress}{true}}{}{They are freely available at \href{\trainingdoclink}{\trainingdoclink}.} \vspace{-0.5cm} \end{itemize} } @@ -502,8 +505,7 @@ \item Instant messaging for questions between sessions (replies under 24h, outside of week-ends and bank holidays). \item Electronic copies of presentations, lab instructions and data - files. They are freely available at - \href{\trainingdoclink}{\trainingdoclink}. + files. \ifthenelse{\equal{\inprogress}{true}}{}{They are freely available at \href{\trainingdoclink}{\trainingdoclink}.} \vspace{-0.5cm} \end{itemize} }