M2_SETI/T1/TD/[SETI]T1_TD/Content/useful_commands.tex

69 lines
1.4 KiB
TeX
Raw Normal View History

2022-10-30 14:21:09 +01:00
% -------------------- Plot --------------------
\begin{figure}[ht]
\centering
\includegraphics[width = 0.3\linewidth]{}
\caption{}
\end{figure}
% -------------------- Subplot --------------------
\begin{figure}[ht]
\centering
\begin{subfigure}[b]{0.4\textwidth}
\includegraphics[width = \linewidth]{}
\caption{}
\end{subfigure}
\hfill
\begin{subfigure}[b]{0.4\textwidth}
\includegraphics[width = \linewidth]{}
\caption{}
\end{subfigure}
\caption{}
\end{figure}
% -------------------- Bullet list --------------------
\begin{list}{\textbullet}{}
\end{list}
% -------------------- Code matlab --------------------
\begin{minted}[linenos, breaklines, frame = single]{matlab}
\end{minted}
% -------------------- Separate the sheet into smaller sheets ----------------
\begin{minipage}{0.55\linewidth}
\end{minipage}\hfill
\begin{minipage}{0.45\linewidth}
\begin{figure}[H]
\centering
\includegraphics[width = 0.3\linewidth]{TitlePage/ens_logo.png}
\caption{}
\end{figure}
\end{minipage}
% ------------------- Biblio ------------------
@article{Ref,
author = "",
title = "",
journal = "",
volume = "",
number = "",
pages = "",
year = "",
DOI = "",
keywords = ""
}
@misc{ref,
author = "",
title = "",
url = {}
}