TFJM-2025/index_avec_fiches.tex

158 lines
3.9 KiB
TeX

\documentclass[a4paper,12pt]{amsart}
% Variables
\newcommand{\numeroTournoi}{13}
\newcommand{\version}{1.0}
% Encodage
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\renewcommand{\contentsname}{Table des matières}
% Titres
\newcommand{\tfjm}{$\mathbb{TFJM}^2$}
\newcommand{\titre}{Probl\`emes du \numeroTournoi\textsuperscript{\`eme} \tfjm}
\newcommand{\titreLong}{Problèmes du \numeroTournoi\textsuperscript{ème} Tournoi Français \\ des Jeunes Mathématiciennes et Mathématiciens}
\title[\titre]{TFJM\textsuperscript{2} 2022: Fiches du jury}
\author{version \version\, mise à jour le \today}
% Mise en page
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\usepackage{amsmath,amsthm,amsfonts,amssymb,amscd,mathrsfs,mathtools,stmaryrd,mathptmx}
\usepackage[backref,colorlinks,linkcolor=black,urlcolor=black,pdftex]{hyperref}
\usepackage{xfrac}
\usepackage{array}
\usepackage[all]{xy}
\usepackage{paralist}
\usepackage{lmodern}
\usepackage{upgreek}
\usepackage{multicol}
\usepackage{caption}
\usepackage{enumitem}
\usepackage{xspace}
\usepackage{subcaption}
% FancyHeader
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[L]{\textsc{\titre}}
\fancyhead[R]{\thepage}
\fancyfoot[C]{ }
\setlength{\headheight}{15.5pt}
% TIKZ
\usepackage{tikz}
\usetikzlibrary{decorations}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{shapes.geometric}
\usetikzlibrary{calc}
\usetikzlibrary{arrows}
\usetikzlibrary{shapes.misc}
\usetikzlibrary{decorations.pathreplacing}
% Commandes Benoit
\usepackage[nomessages]{fp}
\newcommand{\orangeAnimathsmall}[1]{{\scriptsize\color{red} #1}}
\newcommand{\bleuAnimathsmall}[1]{{\scriptsize\color{bleuAnimath} #1}}
% Commandes mathématiques
\renewcommand{\leq}{\leqslant}
\renewcommand{\geq}{\geqslant}
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
% Questions
\newcounter{question}
\newcommand{\nextpb}{\bigskip \begin{center} $\ast \; \ast \; \ast$ \end{center} \setcounter{question}{0}}
\newcommand{\nextPB}{\begin{center}$\ast~~\ast~~\ast$\end{center}\newpage\setcounter{question}{0}}
\newcommand{\q}{\stepcounter{question}\medskip \noindent\textbf{\thequestion.}\,}
\newcommand{\qnospace}{\stepcounter{question}\medskip \noindent\textbf{\thequestion.}\, \vspace*{-6.5mm}}
\renewcommand{\labelenumi}{\alph{enumi})}
\newtheorem{thm}{Théorème}[section]
\newtheorem{lemme}{Lemme}[section]
\newtheorem{rem}{Remarque}[section]
\newtheorem{ques}{Question}[section]
%-----------------------------------------------------------------------------------------------
% Couleurs officielles:
\definecolor{orangeAnimath}{RGB}{234,94,0}
\definecolor{bleuAnimath}{RGB}{0,159,227}
\begin{document}
\newgeometry{top=2cm, bottom=2cm, left=2cm, right=2cm}
\setlength{\footskip}{14.0pt}
\maketitle
\thispagestyle{empty}
\textbf{Avertissement :}
Le contenu de ces fiches doit rester confidentiel jusqu'au tournoi national ! Même si vous encadrez une équipe, vous ne devez pas diffuser son contenu aux élèves au risque de dénaturer le tournoi !
\tableofcontents
\newpage
\input{src/gentillesse.tex}
\setcounter{question}{0}
\input{fiches/gentillesse-fiche.tex}
\nextPB
\input{src/toboggan.tex}
\setcounter{question}{0}
\input{fiches/toboggan-fiche.tex}
\nextPB
\input{src/tarte.tex}
\setcounter{question}{0}
\input{fiches/tarte-fiche.tex}
\nextPB
\input{src/bacteries.tex}
\setcounter{question}{0}
\input{fiches/bacteries-fiche.tex}
\nextPB
\input{src/appat.tex}
\setcounter{question}{0}
\input{fiches/appat-fiche.tex}
\nextPB
\input{src/descente-bus.tex}
\setcounter{question}{0}
\input{fiches/descente-bus-fiche.tex}
\nextPB
\input{src/inegalites-graphe.tex}
\setcounter{question}{0}
\input{fiches/inegalites-graphe-fiche.tex}
\nextPB
\input{src/points-colories.tex}
\setcounter{question}{0}
\input{fiches/points-colories-fiche.tex}
\nextPB
\end{document}