% -------------------- 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 = {} }