adding latex

This commit is contained in:
Debucquoy
2023-09-21 08:24:22 +02:00
parent 4fd7542f03
commit 4de4dcf2c2
34 changed files with 2013 additions and 0 deletions

13
bac2/latex/ex8.tex Normal file
View File

@ -0,0 +1,13 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{amsmath, amsfonts, amssymb, amsthm}
\begin{document}
\noindent C'est \'a gauche \hfill c'est \'a droite \\
C'est \'a gauche\hfill c'est au centre \hfill c'est \'a droite
\end{document}