Resoudre problemes compilation
Changer la référence à l'image. Téléversement du pdf
This commit is contained in:
parent
d36d49cb2e
commit
26043cb07c
3 changed files with 14 additions and 23 deletions
BIN
latex/compteRendu.pdf
Normal file
BIN
latex/compteRendu.pdf
Normal file
Binary file not shown.
|
|
@ -5,7 +5,7 @@ Le bille sur rail est une manipulation où le but est de stabiliser une bille su
|
||||||
\vspace{0.5cm}
|
\vspace{0.5cm}
|
||||||
\\ \textbf{Le schèma de forces de la bille sur rail:}
|
\\ \textbf{Le schèma de forces de la bille sur rail:}
|
||||||
|
|
||||||
\includegraphics{latex/Illustrations/Schema_Forces.png}
|
\includegraphics{./Illustrations/Schema_Forces.png}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\section{Identification du système: Rail}
|
\section{Identification du système: Rail}
|
||||||
|
|
@ -74,10 +74,7 @@ node[midway, below=10pt] {$H(s)$};
|
||||||
|
|
||||||
%\draw [->]
|
%\draw [->]
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\\
|
\bigskip
|
||||||
|
|
||||||
|
|
||||||
\\
|
|
||||||
|
|
||||||
\begin{equation}
|
\begin{equation}
|
||||||
H(s)=\frac{G(s)}{1+G(s)}\Rightarrow G(s)=\frac{H(s)}{1+H(s)}
|
H(s)=\frac{G(s)}{1+G(s)}\Rightarrow G(s)=\frac{H(s)}{1+H(s)}
|
||||||
|
|
|
||||||
|
|
@ -3,16 +3,16 @@
|
||||||
|
|
||||||
\renewcommand{\familydefault}{\sfdefault} % Si vous voulez passer en Arial le texte
|
\renewcommand{\familydefault}{\sfdefault} % Si vous voulez passer en Arial le texte
|
||||||
|
|
||||||
\newcommand{\titre}{Nom du document}
|
\newcommand{\titre}{Mini-Projet Automatique}
|
||||||
\newcommand{\imagecouverture}{example-image}
|
\newcommand{\imagecouverture}{example-image}
|
||||||
\newcommand{\firstcouverture}{
|
\newcommand{\firstcouverture}{
|
||||||
\parbox{\textwidth}{
|
\parbox{\textwidth}{
|
||||||
\sffamily % arial
|
\sffamily % arial
|
||||||
\textbf{Oskar ORVIK; Aleksander TABAN; Brage JOHNSEN}\\
|
\textbf{Oskar ORVIK \\ Aleksander TABAN \\ Brage JOHNSEN}\\
|
||||||
Elève Ingénieur de l'INSA Toulouse\\
|
Elève Ingénieurs de l'INSA Toulouse\\
|
||||||
Département GEI\\
|
Département GEI \\
|
||||||
Spécialité AE-SE\\
|
Spécialité AE-SE \\
|
||||||
Promotion 60\\
|
Promotion 60 \\
|
||||||
2022-2027
|
2022-2027
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -20,19 +20,14 @@
|
||||||
\parbox{\textwidth}{
|
\parbox{\textwidth}{
|
||||||
\begin{custombox}{9cm}
|
\begin{custombox}{9cm}
|
||||||
\sffamily % arial
|
\sffamily % arial
|
||||||
\textbf{INTITULE ICI - EXEMPLE : CONTRIBUTION A LA CONCEPTION A BAS COUT D’ANTENNES 3D}
|
\textbf{Stabilisation d'une bille sur rail}
|
||||||
\vspace{1em}\\
|
\vspace{1em}\\
|
||||||
\textbf{Lieu du Projet de Fin d'Études ou stage}\\
|
\textbf{Mini-Projet Automatique en trinôme}\\
|
||||||
Nom de l’entreprise\\
|
|
||||||
Adresse de l’entreprise
|
|
||||||
\vspace{0.6em}\\
|
\vspace{0.6em}\\
|
||||||
\textbf{Tuteur du Projet (ou PFE)...}\\
|
\textbf{Tuteur du Projet}\\
|
||||||
Prénom NOM du Tuteur du Projet de Fin d'Étude
|
Cristophe POUSSOT
|
||||||
\vspace{0.6em}\\
|
\vspace{0.6em}\\
|
||||||
\textbf{Correspondant pédagogique INSA}\\
|
\textbf{Projet soutenu le 16/04/2026}
|
||||||
Prénom NOM du Correspondant pédagogique INSA
|
|
||||||
\vspace{0.6em}\\
|
|
||||||
\textbf{PFE/Stage/Projet soutenu le 00/00/20XX}
|
|
||||||
\end{custombox}
|
\end{custombox}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -46,7 +41,6 @@
|
||||||
\usetikzlibrary{shapes, arrows.meta, positioning}
|
\usetikzlibrary{shapes, arrows.meta, positioning}
|
||||||
\usetikzlibrary{decorations.pathreplacing}
|
\usetikzlibrary{decorations.pathreplacing}
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\input{template/premiere_page} % ne pas toucher
|
\input{template/premiere_page} % ne pas toucher
|
||||||
\input{template/page_garde}
|
\input{template/page_garde}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue