diff --git a/cartographie/dijkstra/cours.tex b/cartographie/dijkstra/cours.tex index 6318b60..115d2c1 100644 --- a/cartographie/dijkstra/cours.tex +++ b/cartographie/dijkstra/cours.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{float} \title{Calcul d’itinéraires} diff --git a/donnees_structurees/cours/cours.tex b/donnees_structurees/cours/cours.tex index ca4cb1d..e6eba36 100644 --- a/donnees_structurees/cours/cours.tex +++ b/donnees_structurees/cours/cours.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{float} \title{Séquence Données structurées — Cours} diff --git a/donnees_structurees/exercices/exercices.tex b/donnees_structurees/exercices/exercices.tex index 829c754..490267a 100644 --- a/donnees_structurees/exercices/exercices.tex +++ b/donnees_structurees/exercices/exercices.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{enumitem} % pour reprendre des énums en cours \usepackage{listings} \usepackage{float} % pour fixer la place des figures diff --git a/donnees_structurees/tp_decouverte_csv/sujet.tex b/donnees_structurees/tp_decouverte_csv/sujet.tex index e431d73..c96cbbb 100644 --- a/donnees_structurees/tp_decouverte_csv/sujet.tex +++ b/donnees_structurees/tp_decouverte_csv/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{listings} \usepackage{minted} diff --git a/donnees_structurees/tp_nextcloud/sujet.tex b/donnees_structurees/tp_nextcloud/sujet.tex index b8eae82..0847818 100644 --- a/donnees_structurees/tp_nextcloud/sujet.tex +++ b/donnees_structurees/tp_nextcloud/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{listings} \usepackage{minted} diff --git a/internet/controle/controle.tex b/internet/controle/controle.tex index 0913bdf..4b17dac 100644 --- a/internet/controle/controle.tex +++ b/internet/controle/controle.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{enumitem} % pour reprendre des énums en cours \title{Contrôle N°1 — Internet} diff --git a/internet/controle/corrige.tex b/internet/controle/corrige.tex index 94eb4af..67858c5 100644 --- a/internet/controle/corrige.tex +++ b/internet/controle/corrige.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{enumitem} % pour reprendre des énums en cours \title{Contrôle Internet — Corrigé} diff --git a/internet/cours/cours.tex b/internet/cours/cours.tex index 1013a53..fdd7b96 100644 --- a/internet/cours/cours.tex +++ b/internet/cours/cours.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \title{Séquence internet — Cours} \author{Adrian Amaglio} diff --git a/photo numérique/activité_décryptage_image/sujet.tex b/photo numérique/activité_décryptage_image/sujet.tex index b891055..ad88f20 100644 --- a/photo numérique/activité_décryptage_image/sujet.tex +++ b/photo numérique/activité_décryptage_image/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \title{Activité débranchée — Codage des images} \def\thesequence{Photographie numérique} diff --git a/photo numérique/cours/cours.tex b/photo numérique/cours/cours.tex index be36cce..7b826aa 100644 --- a/photo numérique/cours/cours.tex +++ b/photo numérique/cours/cours.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \title{Photographie Numérique — Cours} \author{Adrian Amaglio} diff --git a/photo numérique/fiche_sequence/fiche_preparation_sequence.tex b/photo numérique/fiche_sequence/fiche_preparation_sequence.tex index 5c9d1d3..99caaea 100644 --- a/photo numérique/fiche_sequence/fiche_preparation_sequence.tex +++ b/photo numérique/fiche_sequence/fiche_preparation_sequence.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \author{Adrian Amaglio} \def\thesequence{Photographie numérique} diff --git a/projets/projet_biere/sujet.tex b/projets/projet_biere/sujet.tex index b74def3..789c149 100644 --- a/projets/projet_biere/sujet.tex +++ b/projets/projet_biere/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{listings} \usepackage{minted} diff --git a/python/tp_intro_turtle/sujet.tex b/python/tp_intro_turtle/sujet.tex index bb0c1d0..bfc5fd1 100644 --- a/python/tp_intro_turtle/sujet.tex +++ b/python/tp_intro_turtle/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{minted} diff --git a/python/tp_plus_moins/sujet.tex b/python/tp_plus_moins/sujet.tex index b8fd387..d50df55 100644 --- a/python/tp_plus_moins/sujet.tex +++ b/python/tp_plus_moins/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{minted} diff --git a/python/tp_variables/sujet.tex b/python/tp_variables/sujet.tex index 4192754..698c7a3 100644 --- a/python/tp_variables/sujet.tex +++ b/python/tp_variables/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{minted} diff --git a/réseaux_sociaux/comment_sinformer/sujet.tex b/réseaux_sociaux/comment_sinformer/sujet.tex index 94c3982..3da0fc4 100644 --- a/réseaux_sociaux/comment_sinformer/sujet.tex +++ b/réseaux_sociaux/comment_sinformer/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{enumitem} % pour reprendre des énums en cours \usepackage{listings} \usepackage{float} % pour fixer la place des figures diff --git a/réseaux_sociaux/exercices/exercices.tex b/réseaux_sociaux/exercices/exercices.tex index 6f10c12..662ad75 100644 --- a/réseaux_sociaux/exercices/exercices.tex +++ b/réseaux_sociaux/exercices/exercices.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{enumitem} % pour reprendre des énums en cours \usepackage{listings} \usepackage{float} % pour fixer la place des figures diff --git a/réseaux_sociaux/fiche_preparation_sequence/fiche_preparation_sequence.tex b/réseaux_sociaux/fiche_preparation_sequence/fiche_preparation_sequence.tex index 4dbaa9c..88f62be 100644 --- a/réseaux_sociaux/fiche_preparation_sequence/fiche_preparation_sequence.tex +++ b/réseaux_sociaux/fiche_preparation_sequence/fiche_preparation_sequence.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \author{Adrian Amaglio} \def\thesequence{Les réseaux sociaux} \title{Fiche de préparation de séquence : \thesequence} diff --git a/réseaux_sociaux/graphes/cours.tex b/réseaux_sociaux/graphes/cours.tex index 972b3bc..e0dc8e8 100644 --- a/réseaux_sociaux/graphes/cours.tex +++ b/réseaux_sociaux/graphes/cours.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{float} \title{Séquence Réseaux sociaux — Cours} diff --git a/réseaux_sociaux/graphes/fiche_séance.tex b/réseaux_sociaux/graphes/fiche_séance.tex index 5514fd1..dc62d60 100644 --- a/réseaux_sociaux/graphes/fiche_séance.tex +++ b/réseaux_sociaux/graphes/fiche_séance.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \author{Adrian Amaglio} \def\thesequence{Les réseaux sociaux} \title{Fiche de Séance — Introduction aux graphes\\Séquence \thesequence} diff --git a/template_cours.cls b/template_cours.cls deleted file mode 100755 index 6166bb6..0000000 --- a/template_cours.cls +++ /dev/null @@ -1,465 +0,0 @@ -% This is a Latex template, inspired from -% http://tutex.tug.org/pracjourn/2005-4/hefferon/hefferon.pdf -% -% Copyright © 2019 Adrian Amaglio -% This work is free. You can redistribute it and/or modify it under the -% terms of the Do What The Fuck You Want To Public License, Version 2, -% as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. - -% Contributors : Marie D, - -% ----------------------------------------------------------------------------- -% Define Document properties -% ----------------------------------------------------------------------------- - -% --- Class structure: identification part -% --- -\ProvidesClass{../../template_cours}[Cours en lycée] -\NeedsTeXFormat{LaTeX2e} - - -% --- Class structure: declaration of options part -% --- -% This class extends the article class -% Read all the documentclass options; pass them to article, -% --- -\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} - - -% --- Class structure: execution of options part -% --- -\ProcessOptions \relax - - -% --- Class structure: Loading parent class -% --- -\LoadClass{article} - - -% --- Force A4 paper -% --- -% TODO: Can we create a A3 or A5 document with this template? -\usepackage[a4paper]{geometry} - - -% --- Loading common packages -% --- - - -% --- Be french and utf-8 -% --- -\usepackage[utf8]{inputenc} -\usepackage[french]{babel} -\usepackage[T1]{fontenc} -%\usepackage{amsmath}%why -%\usepackage{amsfonts}%why -%\usepackage{amssymb}%why - - -% --- Define hyperlinks style -% --- -\usepackage{xcolor} -\usepackage{hyperref} -\hypersetup{pdfpagemode={UseOutlines}, -bookmarksopen=true, -bookmarksopenlevel=0, -hypertexnames=false, -colorlinks=true, % Set to false to disable coloring links -citecolor=green!40!black!90, % The color of citations -linkcolor=red!40!black!80, % The color of references to document elements (sections, figures, etc) -urlcolor=blue!40!black!80, % The color of hyperlinks (URLs) -pdfstartview={FitV}, -breaklinks=true, -} - - -% --- Define document margins -% --- -\geometry{top=2cm, bottom=2cm, left=2cm, right=2cm} -%\setlength{\textheight}{715pt} \addtolength{\voffset}{-90pt} -%\setlength{\textwidth}{485pt} \addtolength{\hoffset}{-70pt} - - -% --- Paper and page layout -% --- -\setlength{\parindent}{0pt} -%\setlength{\headheight}{20pt} -\setlength{\headheight}{14.2pt} - - -% --- New page for each section -% --- -\usepackage{titlesec} -%\newcommand{\sectionbreak}{\pagebreak} -%not working as expected :( - - -% --- Define document font -% --- -\usepackage{mathpazo} -% TODO dyslexic friendly font -%\usepackage{newcent} -%Dyslexie -%OpenDyslexic (open-dyslexic) by Abelardo Gonzalez is licensed under a Creative Commons Attribution 3.0 Unported License -%Lexia Readable - -% ----------------------------------------------------------------------------- -% Include and define nice functions -% ----------------------------------------------------------------------------- - -% --- Include pictures -% --- -\usepackage{graphicx} -% \usepackage{rotating, graphicx} -% Why -%\usepackage{array} - - -% --- To display typewriter style text -% --- -\usepackage{listings} - - -% --- Some useful commands -\newcommand{\bigO}{\textit{O}} -\newcommand\ignore[1]{{}} -\newcommand{\correc}[1]{\textbf{\textcolor{codegreen}{#1}}} -\newcommand{\motcle}[1]{\texttt{\textcolor{blue}{#1}}} -\newcommand{\mothtml}[1]{\texttt{<\textcolor{blue}{#1}>}} -\newcommand{\todo}[1]{\textcolor{red}{#1}} - - -% --- Register some information about the document -% --- -\newcommand{\thelicence}{\includegraphics[height=\baselineskip]{../../licences/cc-by-sa.png}} -\newcommand{\thelicencelink}{https://creativecommons.org} -\newcommand{\thelevel}{SNT} -\newcommand{\thesequence}{Séquence 0} - - -% --- Store title, author and date to use them later, even after maketitle emptyed them -% --- -\let\titleoriginal\title % save original \title macro -\renewcommand{\title}[1]{ % substitute for a new \title - \titleoriginal{#1}% % define the real title - \def\thetitle{#1} % define \thetitle -} - -\let\dateoriginal\date % save original \date macro -\renewcommand{\date}[1]{ % substitute for a new \date - \dateoriginal{#1}% % define the real date - \def\thedate{#1} % define \thedate -} - -\let\authororiginal\author % save original \author macro -\renewcommand{\author}[1]{ % substitute for a new \author - \authororiginal{#1}% % define the real author - \def\theauthor{#1} % define \theauthor -} - - -% --- Header and footer -%--- -\usepackage{fancyhdr} -\pagestyle{fancy} - -\lhead{} -\chead{} -\rhead{\thelevel\thedate~: \thesequence} - -\usepackage{lastpage} -\renewcommand{\footrulewidth}{0.4pt}% default hline is 0pt -\lfoot{\href{\thelicencelink}{\thelicence} \theauthor} -\cfoot{} -\rfoot{\thepage \,/ \pageref{LastPage}} - - -\def \ifempty#1{\def\temp{#1} \ifx\temp\empty } - -% --- Document title -% --- -% remove spacing around date: -%\usepackage{titling} -%\predate{} -%\postdate{} -\AtBeginDocument{% - \dateoriginal{} % clear date - \authororiginal{} - \ifx \@title\empty \else \maketitle \fi - \thispagestyle{fancy} -} - - -% --- Academic year command -% --- Use: \academicyear to display text like "2020-2021" -% --- Use: \academicyear[-1] to display text like "2019-2020" -% --- Use: \academicyear[0][/][ to display text like "2020/2021" -\usepackage{xparse} -\newcounter{myyear} -\newcounter{myyearprevious} -\newcounter{myyearnext} -\NewDocumentCommand{\academicyear}{O{0} O{-}}{ - % Current year % - \newcommand{\myyear}{\the\year} - % Previous year % - \newcommand\myyearprevious{\the\numexpr\myyear+#1-1\relax} - % Next year % - \newcommand\myyearnext{\the\numexpr\myyear+#1+1\relax} - %% Print academic year % - \ifnum\month<8 \myyearprevious#2\myyear \else\myyear#2\myyearnext\fi -} - -% --- some optional packages -% \usepackage{multirow} % to use multirow in tabular -\usepackage{amsmath} % for more maths symbols and so on -% --- pour barrer du texte -\usepackage{ulem} - -% --- Some color definitions -\definecolor{codegreen}{rgb}{0,0.6,0} -\definecolor{codegray}{rgb}{0.5,0.5,0.5} -\definecolor{codepurple}{rgb}{0.58,0,0.82} -\definecolor{backcolour}{rgb}{0.95,0.95,0.92} -\definecolor{rouge_brique}{HTML}{B6321C} -\xdefinecolor{darkblue}{rgb}{0,0,0.4} -\xdefinecolor{darkred}{rgb}{0.4,0,0} - -% --- Javascript listing coloration -% --- -\lstdefinelanguage{JavaScript}{ - keywords={typeof, new, true, false, catch, function, return, null, catch, switch, var, if, in, while, do, else, case, break, let}, - keywordstyle=\color{blue}\bfseries, - ndkeywords={class, export, boolean, throw, implements, import, this, document}, - ndkeywordstyle=\color{darkgray}\bfseries, - identifierstyle=\color{black}, - sensitive=false, - comment=[l]{//}, - morecomment=[s]{/*}{*/}, - commentstyle=\color{purple}\ttfamily, - stringstyle=\color{red}\ttfamily, - morestring=[b]', - morestring=[b]" -} - -% --- Some Python highlightings presets -% --- -\lstdefinestyle{mystyle}{ - backgroundcolor=\color{backcolour}, - commentstyle=\color{codegreen}, - % keywordstyle=\color{magenta}, - keywordstyle=\color{blue}, - % keywordstyle=\color{darkblue}, - numberstyle=\tiny\color{codegray}, - % stringstyle=\color{codepurple}, - stringstyle=\color{rouge_brique}, - basicstyle=\ttfamily\footnotesize, - breakatwhitespace=false, - breaklines=true, - captionpos=b, - keepspaces=true, - numbers=left, - numbersep=5pt, - showspaces=false, - showstringspaces=false, - showtabs=false, - tabsize=2, - inputencoding=utf8, - extendedchars=true, - literate={ç}{{\c{c}}}1 {à}{{`a}}1 {é}{{'e}}1 {è}{{`e}}1 {î}{{^i}}1, -} - -% --- Some HTML highlightings presets -% --- -\lstdefinestyle{mystylehtml}{ - backgroundcolor=\color{backcolour}, - commentstyle=\color{codegreen}, - % keywordstyle=\color{orange}, - keywordstyle=\color{blue}, - numberstyle=\tiny\color{codegray}, - % stringstyle=\color{codepurple}, - stringstyle=\color{red}, - basicstyle=\ttfamily\footnotesize, - breakatwhitespace=false, - breaklines=true, - captionpos=b, - keepspaces=true, - numbers=left, - numbersep=5pt, - showspaces=false, - showstringspaces=false, - showtabs=false, - tabsize=2 -} - -% --- Style configuration -\lstset{style=mystyle} -\lstset{language=Python} -\lstset{frame=lines} -\lstset{basicstyle=\footnotesize} - - -% --- Environment creator -% --- Handy to have a standard environment -% TODO add a symbole to each environment for daltonian students or B&W printing -\usepackage[many]{tcolorbox} - -% This command define a new environment, cartouche style. -% 1: name -% 2: Text to display in cartouche -% 3: font color of cartouche -% 4: back color of cartouche -% TODO is there a way to reset the counter from a document? -\newcommand{\myenvironment}[4]{ - \newtcolorbox[ - auto counter, -% number within=chapter - ]{#1}{% - %breakable, % Bug, add a cartouche on new page, over text - enhanced, - colback=white, - colbacktitle=white, - arc=0pt, - boxrule=0pt, - leftrule=1pt, - rightrule=0pt, - toprule=0pt, - bottomrule=0pt, - titlerule=0pt, - colframe=#4, - fonttitle=\color{#4}\sffamily\scshape, - overlay={ - \node[ - outer sep=-1pt, - anchor=west, - fill=#4, - font=\color{#3}\sffamily\scshape - ] at (title.west) {#2~\thetcbcounter}; - }, - adjusted title={} - } -} - -% --- Some nice color sets -% --- -\definecolor{yellowtitle}{RGB}{133,100,4} -\definecolor{yellowtitleback}{RGB}{255,243,205} -\definecolor{yellowtitleborder}{RGB}{255,238,196} - -\definecolor{turquoisetitle}{RGB}{12,84,96} -\definecolor{turquoisetitleback}{RGB}{209,236,241} -\definecolor{turquoisetitleborder}{RGB}{190,229,235} - -\definecolor{redtitle}{RGB}{114,28,36} -\definecolor{redtitleback}{RGB}{248,215,218} -\definecolor{redtitleborder}{RGB}{245,198,203} - - -\definecolor{greentitle}{RGB}{21,87,36} -\definecolor{greentitleback}{RGB}{212,237,218} -\definecolor{greentitleborder}{RGB}{195,230,203} - -% --- Some environments -% --- -%\myenvironment{exercice}{Exercice}{greentitle}{greentitleback} -\myenvironment{rappel}{Rappel}{greentitle}{greentitleback} -\myenvironment{notion}{Notions abordées}{greentitle}{greentitleback} -\myenvironment{example}{Exemple}{yellowtitle}{yellowtitleback} -\myenvironment{important}{Important}{yellowtitle}{yellowtitleback} -\myenvironment{further}{Pour aller plus loin}{greentitle}{greentitleback} -%\myenvironment{question}{Réponse - Question}{turquoisetitle}{turquoisetitleback} -\myenvironment{question}{Question}{turquoisetitle}{turquoisetitleback} -\myenvironment{definition}{Définition}{redtitle}{redtitleback} -\myenvironment{regle}{Règle}{redtitle}{redtitleback} -%\myenvironment{consigne}{Réponse - À faire}{redtitle}{redtitleback} -\myenvironment{consigne}{À faire}{redtitle}{redtitleback} -\myenvironment{savoir}{À savoir}{redtitle}{redtitleback} -\myenvironment{important2}{Important}{redtitle}{redtitleback} -\myenvironment{exercice}{Exercice}{turquoisetitle}{turquoisetitleback} -\myenvironment{methode}{Méthode}{turquoisetitle}{turquoisetitleback} - - - -% --- Create fake \onslide and other commands for standalone picture -% --- -% TODO is this working? -\usepackage{xparse} -\NewDocumentCommand{\onslide}{s t+ d<>}{} -\NewDocumentCommand{\only}{d<>}{} -\NewDocumentCommand{\uncover}{d<>}{} -\NewDocumentCommand{\visible}{d<>}{} -\NewDocumentCommand{\invisible}{d<>}{} - - -% --- Some nice left bar for answer environment -% --- -\usepackage{framed} -\usepackage{xcolor} - -\renewenvironment{leftbar}[1][\hsize] -{% - \def\FrameCommand - {% - {\color{turquoisetitleborder}\vrule width 3pt}% - \hspace{0pt}%must no space. - \fboxsep=\FrameSep\colorbox{turquoisetitleback}% - }% - \MakeFramed{\hsize#1\advance\hsize-\width\FrameRestore}% -} -{\endMakeFramed} - -% --- Answer environment -% --- Create an 'answer' environment, that will be hidden if the command \answersfalse is used -\usepackage{ifthen} -\newif\ifanswers -\answerstrue % Answers are displayed by default. - -% Actual answer command -%\newenvironment{terseA} -%{ -% \ifanswers -% \begin{itshape} -% \leftbar -%} -%{ -% \endleftbar -% \end{itshape} -% \fi -%} -\newcommand\terseA[1]{ - \ifanswers - \begin{itshape} - \leftbar - #1 - \endleftbar - \end{itshape} - \fi -} - -% --- Question env -% --- Create a 'question' environment that display text 'Question' and a counter -\newcounter{simplequestions} -\setcounter{simplequestions}{1} -\newenvironment{terseQ} -{ - \textbf{Question \arabic{simplequestions}} - \stepcounter{simplequestions} -}{ -} -%\newcommand{\terseQuestion}[1]{ -% \textbf{Question \arabic{simplequestions}} -% \stepcounter{simplequestions} -% #1 -%} - -% --- A duration indication -% --- -\newcommand\duration[1]{ - \small{#1} -} - -% --- Some default values -% --- -\date{\academicyear} -\title{} -\author{} - diff --git a/web/activité http cookies/sujet.pdf b/web/activité http cookies/sujet.pdf index 4d49ab4..484954b 100644 Binary files a/web/activité http cookies/sujet.pdf and b/web/activité http cookies/sujet.pdf differ diff --git a/web/activité http cookies/sujet.tex b/web/activité http cookies/sujet.tex index bd3676b..1bafcfd 100644 --- a/web/activité http cookies/sujet.tex +++ b/web/activité http cookies/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{listings} \usepackage{minted} @@ -6,6 +6,7 @@ \title{Activité — Simuler un serveur web} \author{Adrian Amaglio} \def\thesequence{Web} +\moreinNSI \begin{document} diff --git a/web/controle/controle.tex b/web/controle/controle.tex index e6d57bc..2d2ffe5 100644 --- a/web/controle/controle.tex +++ b/web/controle/controle.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{enumitem} % pour reprendre des énums en cours \usepackage{listings} \usepackage{float} % pour fixer la place des figures diff --git a/web/cours/cours.pdf b/web/cours/cours.pdf index 019b5f9..09b70b3 100644 Binary files a/web/cours/cours.pdf and b/web/cours/cours.pdf differ diff --git a/web/cours/cours.tex b/web/cours/cours.tex index dbc3952..1915d90 100644 --- a/web/cours/cours.tex +++ b/web/cours/cours.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{listings} \title{Séquence Web — Cours} diff --git a/web/fiche_sequence/fiche_preparation_sequence.tex b/web/fiche_sequence/fiche_preparation_sequence.tex index 6e30527..bb83175 100644 --- a/web/fiche_sequence/fiche_preparation_sequence.tex +++ b/web/fiche_sequence/fiche_preparation_sequence.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \author{Adrian Amaglio} \def\thesequence{Le web} diff --git a/web/tp_fake_news/sujet.tex b/web/tp_fake_news/sujet.tex index a925e2e..62d03cf 100644 --- a/web/tp_fake_news/sujet.tex +++ b/web/tp_fake_news/sujet.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper]{../../template_cours} +\documentclass[11pt,a4paper]{../../template/template_cours} \usepackage{listings} \usepackage{minted}