Skip to content
Snippets Groups Projects
Commit 142fa86c authored by dmytro's avatar dmytro
Browse files

Addition des packages, theorems et commands

parent 77b0515b
No related branches found
No related tags found
No related merge requests found
\documentclass[a4paper,11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[francais]{babel}
\usepackage{amsmath,amssymb,amsthm}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{float}
\usepackage{algorithm}
\usepackage{algpseudocode}
\newtheorem{theorem}{Théorème}
\newtheorem{lemma}{Lemme}
\theoremstyle{definition}
\newtheorem{definition}{Définition}
\newtheorem{example}{Exemple}
\newtheorem{proof}{Preuve}
\newcommand{\vect}[1]{\mathbf{#1}}
\newcommand{\abs}[1]{\lvert#1\rvert}
title{Le Théorème Fondamental de l'Arithmétique}
\author{Tarasenko Dmytro, Sylo Yaryna}
\date{18 janvier 2025}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment