Feat: Début du chapitre sur l'internet
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4b120d9b47
commit
6935965bfd
|
@ -0,0 +1,14 @@
|
||||||
|
\documentclass[a4paper,10pt]{article}
|
||||||
|
\usepackage{myXsim}
|
||||||
|
|
||||||
|
\author{Benjamin Bertrand}
|
||||||
|
\title{Internet - Cours}
|
||||||
|
\date{décembre 2020}
|
||||||
|
|
||||||
|
\pagestyle{empty}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\end{document}
|
|
@ -0,0 +1,18 @@
|
||||||
|
\documentclass[a4paper,10pt]{article}
|
||||||
|
\usepackage{myXsim}
|
||||||
|
|
||||||
|
\author{Benjamin Bertrand}
|
||||||
|
\title{Internet - Cours}
|
||||||
|
\date{décembre 2020}
|
||||||
|
|
||||||
|
\DeclareExerciseCollection{banque}
|
||||||
|
\xsimsetup{
|
||||||
|
step=1,
|
||||||
|
}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\input{exercises.tex}
|
||||||
|
\printcollection{banque}
|
||||||
|
|
||||||
|
\end{document}
|
|
@ -0,0 +1,10 @@
|
||||||
|
\collectexercises{banque}
|
||||||
|
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={Internet}, tags={Internet}]
|
||||||
|
<++>
|
||||||
|
\end{exercise}
|
||||||
|
|
||||||
|
\begin{solution}
|
||||||
|
<++>
|
||||||
|
\end{solution}
|
||||||
|
|
||||||
|
\collectexercisesstop{banque}
|
|
@ -0,0 +1,12 @@
|
||||||
|
Internet
|
||||||
|
########
|
||||||
|
|
||||||
|
:date: 2020-12-28
|
||||||
|
:modified: 2020-12-28
|
||||||
|
:authors: Benjamin Bertrand
|
||||||
|
:tags: Internet
|
||||||
|
:category: SNT
|
||||||
|
:summary: Étude du réseau internet
|
||||||
|
|
||||||
|
Étape 1:
|
||||||
|
========
|
|
@ -10,6 +10,7 @@ SNT en 2nd
|
||||||
|
|
||||||
`Séance 0: présentation du réseau et communication <./00_accueil/reseau_mail.pdf>`_
|
`Séance 0: présentation du réseau et communication <./00_accueil/reseau_mail.pdf>`_
|
||||||
|
|
||||||
|
- Internet
|
||||||
- `WEB <./01_WEB/>`_
|
- `WEB <./01_WEB/>`_
|
||||||
- `Photographie numérique <./02_Image_Numerique/>`_
|
- `Photographie numérique <./02_Image_Numerique/>`_
|
||||||
- Réseaux Sociaux
|
- Réseaux Sociaux
|
||||||
|
|
Loading…
Reference in New Issue