From 5f929a03c7f467a4337513c2a6f748c310d8e221 Mon Sep 17 00:00:00 2001 From: Florian Hatat Date: Tue, 28 Apr 2026 09:23:13 +0200 Subject: [PATCH] Squelette de fichier --- 2026-ccmp-mp-option.tex | 50 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 2026-ccmp-mp-option.tex diff --git a/2026-ccmp-mp-option.tex b/2026-ccmp-mp-option.tex new file mode 100644 index 0000000..83ca501 --- /dev/null +++ b/2026-ccmp-mp-option.tex @@ -0,0 +1,50 @@ +\documentclass[10pt,a4paper]{article} +\usepackage[french]{babel} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amsthm} +\usepackage{amssymb} +\usepackage{stmaryrd} +\usepackage{tikz} +\usepackage{algorithm} +\usepackage{algpseudocode} +\usepackage{minted} +\usepackage{fullpage} +\usepackage{enumerate} + +\theoremstyle{definition} +\newtheorem{question}{Question} +\newtheorem{definition}{Définition} +\newtheorem{theorem}{Théorème} + +% Algorithmes +\renewcommand{\listalgorithmname}{Liste des algorithmes} +\floatname{algorithm}{Algorithme} +\renewcommand{\algorithmicreturn}{\textbf{renvoyer}} +\renewcommand{\algorithmicprocedure}{\textbf{procédure}} +\renewcommand{\algorithmicfunction}{\textbf{fonction}} +\renewcommand{\algorithmicrequire}{\textbf{Entrée~:}} +\renewcommand{\algorithmicensure}{\textbf{Sortie~:}} +\renewcommand{\algorithmiccomment}[1]{\hfill\texttt{// #1}} +\renewcommand{\algorithmicend}{\textbf{fin}} +\renewcommand{\algorithmicif}{\textbf{si}} +\renewcommand{\algorithmicthen}{\textbf{alors}} +\renewcommand{\algorithmicelse}{\textbf{sinon}} +\renewcommand{\algorithmicfor}{\textbf{pour}} +\renewcommand{\algorithmicforall}{\textbf{pour tout}} +\renewcommand{\algorithmicdo}{\textbf{faire}} +\renewcommand{\algorithmicwhile}{\textbf{tant que}} +\newcommand{\algorithmicelsif}{\algorithmicelse\ \algorithmicif} +\newcommand{\algorithmicendif}{\algorithmicend\ \algorithmicif} +\newcommand{\algorithmicendfor}{\algorithmicend\ \algorithmicfor} + +\title{Épreuve d'option informatique MP} +\author{Concours Mines Ponts} +\date{2026-04-27} + +\begin{document} + +\maketitle + +\end{document}