2023-01-31 10:11:48 +00:00
|
|
|
\documentclass[a4paper,12pt]{article}
|
|
|
|
\usepackage{myXsim}
|
2023-02-14 10:36:18 +00:00
|
|
|
\usepackage{minted}
|
2023-01-31 10:11:48 +00:00
|
|
|
|
|
|
|
\author{Benjamin Bertrand}
|
|
|
|
\title{Representation de texte - Plan de travail}
|
|
|
|
\tribe{1NSI}
|
|
|
|
\date{janvier 2023}
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\DeclareExerciseCollection{banque}
|
|
|
|
\xsimsetup{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\section{Tables d'encodage}
|
2023-01-31 10:11:48 +00:00
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\listsectionexercises
|
2023-01-31 10:11:48 +00:00
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\section{Unicode}
|
2023-01-31 10:11:48 +00:00
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\listsectionexercises
|
2023-01-31 10:11:48 +00:00
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\section{Les strings en Python}
|
2023-01-31 10:11:48 +00:00
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\listsectionexercises
|
2023-01-31 10:11:48 +00:00
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\section{QCM}
|
2023-01-31 10:11:48 +00:00
|
|
|
|
|
|
|
\listsectionexercises
|
|
|
|
|
|
|
|
|
2023-02-16 15:07:34 +00:00
|
|
|
\bigskip
|
2023-01-31 10:11:48 +00:00
|
|
|
|
|
|
|
\input{exercises.tex}
|
|
|
|
\printcollection{banque}
|
|
|
|
|
|
|
|
\end{document}
|