Correction d'un bug avec \C

master
Bastien 5 years ago
parent 99a78b56e7
commit 00e59edd4f

@ -179,7 +179,7 @@
\newcommand{\A}{\ensuremath{\mathcal{A}}} \newcommand{\A}{\ensuremath{\mathcal{A}}}
\newcommand{\R}{\mathbb{R}} \newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}} \newcommand{\CC}{\mathbb{C}}
\newcommand{\N}{\mathbb{N}} \newcommand{\N}{\mathbb{N}}
\newcommand{\K}{\mathbb{K}} \newcommand{\K}{\mathbb{K}}
\newcommand{\Lens}{\mathcal{L}} % Lens pour "l'ENSemble L" \newcommand{\Lens}{\mathcal{L}} % Lens pour "l'ENSemble L"

@ -6,15 +6,15 @@
\usepackage{centrale} \usepackage{centrale}
\hypersetup{ \hypersetup{
pdftitle={Titre à insérer}, pdftitle={Titre},
pdfauthor={Auteur à insérer}, pdfauthor={Auteur},
pdfsubject={Sujet à insérer}, pdfsubject={Sujet},
pdfproducer={Conversion PDF à insérer}, pdfproducer={Conversion PDF},
pdfkeywords={Quelques mots-clés à insérer} % pdfkeywords={Quelques mots-clés} %
} }
\DeclareGraphicsRule{.ai}{pdf}{.ai}{} % pour insérer des documents .ai \DeclareGraphicsRule{.ai}{pdf}{.ai}{} % Pour insérer des documents .ai
\graphicspath{ {./img/} {./eps/}} % pour ne pas avoir à ajouter eps/ton-image.jpg \graphicspath{ {./img/} {./eps/}} % Pour ne pas avoir à ajouter eps/ton-image.jpg
% ------------- Packages spéciaux, nécessaires pour ce rapport, à insérer ici ------------- % ------------- Packages spéciaux, nécessaires pour ce rapport, à insérer ici -------------
@ -26,44 +26,44 @@
% -------------------------------------------------------------- % --------------------------------------------------------------
\begin{titlepage} \begin{titlepage}
\begin{center} \begin{center}
\includegraphics[width=1\textwidth]{logo_ECL_rectangle_quadri_vectoriel.ai}\\[1cm] \includegraphics[width=1\textwidth]{logo_ECL_rectangle_quadri_vectoriel.ai}\\[1cm]
{\large Intitulé de la filière, domaine ou approfondissement}\\[0.5cm] {\large Intitulé de la filière, domaine ou approfondissement}\\[0.5cm]
{\large Type de projet}\\[0.5cm] {\large Type de projet}\\[0.5cm]
% Title % Titre
\rule{\linewidth}{0.5mm} \\[0.4cm] \rule{\linewidth}{0.5mm} \\[0.4cm]
{ \huge \bfseries Titre du rapport éventuellement en plusieurs lignes \\[0.4cm] } { \huge \bfseries Titre du rapport éventuellement en plusieurs lignes \\[0.4cm] }
\rule{\linewidth}{0.5mm} \\[1.5cm] \rule{\linewidth}{0.5mm} \\[1.5cm]
% Author and supervisor % Auteur(es) et encadrant(es)
\noindent \noindent
\begin{minipage}{0.4\textwidth} \begin{minipage}{0.4\textwidth}
\begin{flushleft} \large \begin{flushleft} \large
\emph{Auteurs :}\\ \emph{Auteurs :}\\
M\up{me} Prénom \textsc{Nom}\\ M\up{me} Prénom \textsc{Nom}\\
M. Prénom \textsc{Nom}\\ M. Prénom \textsc{Nom}\\
M. Prénom \textsc{Nom}\\ M. Prénom \textsc{Nom}\\
M. Prénom \textsc{Nom} M. Prénom \textsc{Nom}
\end{flushleft} \end{flushleft}
\end{minipage}% \end{minipage}%
\begin{minipage}{0.4\textwidth} \begin{minipage}{0.4\textwidth}
\begin{flushright} \large \begin{flushright} \large
\emph{Encadrants :} \\ \emph{Encadrants :} \\
M.~Prénom \textsc{Nom}\\ M.~Prénom \textsc{Nom}\\
M.~Prénom \textsc{Nom} M.~Prénom \textsc{Nom}
\end{flushright} \end{flushright}
\end{minipage} \end{minipage}
\vfill \vfill
% Bottom of the page % Bottom of the page
{\large Version du\\ \today} {\large Version du\\ \today}
\end{center} \end{center}
\end{titlepage} \end{titlepage}
% -------------------------------------------------------------- % --------------------------------------------------------------
@ -82,6 +82,8 @@
% -------------------------------------------------------------- % --------------------------------------------------------------
% Partie 1 % Partie 1
% -------------------------------------------------------------- % --------------------------------------------------------------
@ -90,25 +92,32 @@
\section{Une partie} \section{Une partie}
\subsection{Une sous-partie} \subsection{Une sous-partie}
Pour faire des dérivations : Pour faire des dérivations :
\[ \[
\derp{x}{t} + \derd{y}{t} + \derda{z}{t} + \derD{z}{t} = 0 \derp{x}{t} + \derd{y}{t} + \derda{z}{t} + \derD{z}{t} = 0
\] \]
Pour faire des intégrales, le d de la différentielle est tapé avec la commande \texttt{ud} :
Pour faire des intégrales, le d de la différentielle est écrit avec la commande \texttt{ud} :
\[ \[
\int_0^t x \ud t = 0 \int_0^t x \ud t = 0
\] \]
Pour utiliser des opérateurs :
Pour utiliser des opérateurs différentiels:
\[ \[
\div{x} + \rot{y} + \grad{z} = 0 \div{x} + \rot{y} + \grad{z} = 0
\] \]
Pour introduire une figure : Pour introduire une figure :
\begin{figure}[ht!] \begin{figure}[ht!]
@ -119,6 +128,8 @@ Pour introduire une figure :
\end{figure} \end{figure}
Pour introduire une table : Pour introduire une table :
\begin{table}[!ht] \begin{table}[!ht]
@ -132,6 +143,8 @@ Un autre & & & & & & & \\ \bottomrule
\end{center} \end{center}
\end{table} \end{table}
Et également : Et également :
% Pour introduire du code informatique (décommenter) % Pour introduire du code informatique (décommenter)
@ -157,8 +170,6 @@ Et également :
% -------------------------------------------------------------- % --------------------------------------------------------------
\section{Conclusion} \section{Conclusion}
\lipsum[1] \lipsum[1]

Loading…
Cancel
Save