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

22
bac2/latex/ex7.tex Normal file
View File

@ -0,0 +1,22 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{amsmath, amsfonts, amssymb, amsthm}
\begin{document}
Il faut changer le style avec \textbf{mod\'eration}. Si on met \textif{trop de texte} en \'evidence,
cela pourrait porter \'a confusion ou \^etre tout simplement \textbf{moche}. La commade \verb!\emph! est particuli\`erement utile.
\begin{center}
Dans un text normal, elle \'ecrit un \emph{mot} en italique
\textif{Dans un texte en italique, elle \'ecrit \emph{un mot} en style droit.}
\end{center}
\end{document}