summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex')
-rw-r--r--macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex19
1 files changed, 12 insertions, 7 deletions
diff --git a/macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex b/macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex
index e1bbbe1918..da20b128bc 100644
--- a/macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex
+++ b/macros/latex/contrib/customenvs/doc/customenvs-doc-en.tex
@@ -34,8 +34,8 @@
\usepackage[margin=1.5cm]{geometry}
\setlength{\parindent}{0pt}
-\def\TPversion{0.1.0}
-\def\TPdate{22/10/2023}
+\def\TPversion{0.1.1}
+\def\TPdate{25/10/2023}
\usepackage{tcolorbox}
\sethlcolor{lightgray!25}
\NewDocumentCommand\MontreCode{ m }{%
@@ -111,6 +111,8 @@
\section{History}
+\verb|v0.1.1|~:~~~~Skills table (only french for the moment...)
+
\verb|v0.1.0|~:~~~~Initial version
\vspace*{5mm}
@@ -121,12 +123,13 @@
\subsection{Idea}
-The idea is to propose some classics environments with customizations :
+The idea is to propose some classics environments with customizations (some are, for the moment, only in french) :
\begin{itemize}
\item write in \textit{multicols}, with spacings enhancements ;
\item present answers for a \textit{MCQ} ;
- \item create a list with \textit{choosen items} (randomly or by numbers).
+ \item create a list with \textit{choosen items} (randomly or by numbers) ;
+ \item present a skill table.
\end{itemize}
\smallskip
@@ -143,15 +146,17 @@ Loaded packages are
\item \MontreCode{xstring}, \MontreCode{simplekv}, \MontreCode{listofitems}, \MontreCode{randomlist} and \MontreCode{xintexpr} ;
\item \MontreCode{enumitem} ;
\item \MontreCode{multicol} ;
- \item \MontreCode{tabularray}.
+ \item \MontreCode{tabularray} ;
+ \item \MontreCode{fontawesome5} ;
\end{itemize}
-Due to limitations, \MontreCode{enumitem} or \MontreCode{multicol} or \MontreCode{tabularray} can be \textit{un}loaded by \MontreCode{customenvs} (user must load them manually) via options :
+Due to limitations, \MontreCode{enumitem}/\MontreCode{multicol}/\MontreCode{tabularray}\MontreCode{fontawesome5} can be \textit{un}loaded by \MontreCode{customenvs} (user must load them manually) via options :
\begin{itemize}
\item \MontreCode{$\mathtt{\langle}$noenum$\mathtt{\rangle}$} ;
\item \MontreCode{$\mathtt{\langle}$nomulticol$\mathtt{\rangle}$} ;
- \item \MontreCode{$\mathtt{\langle}$notblr$\mathtt{\rangle}$}.
+ \item \MontreCode{$\mathtt{\langle}$notblr$\mathtt{\rangle}$} ;
+ \item \MontreCode{$\mathtt{\langle}$nofa$\mathtt{\rangle}$} ;
\end{itemize}
\begin{codehigh}[language=latex/latex3,style/main=teal!25,style/code=teal!25]