Skip to content

Commit

Permalink
common/agenda.sty: introduce \inprogress{}
Browse files Browse the repository at this point in the history
Can be used by agendas of training courses that are not yet available
publicly.

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Dec 30, 2024
1 parent 2eafd47 commit ba5081c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions common/agenda.sty
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
\def \haslabs{true}
}

\ifthenelse{\isundefined{\inprogress}}{
\def \inprogress{false}
}

\ifthenelse{\isundefined{\ubuntuversion}}{
\def \ubuntuversion{24.04}
}
Expand Down Expand Up @@ -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}
}
Expand Down Expand Up @@ -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}
}
Expand Down

0 comments on commit ba5081c

Please sign in to comment.