temperature-sensor-distribution done

This commit is contained in:
Hamza Tamim 2025-03-27 15:46:26 +01:00
parent e328cf821b
commit a250271c52
4 changed files with 40 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

View File

@ -0,0 +1,40 @@
\documentclass[paper=A4]{article}
\usepackage[utf8]{inputenc}
\usepackage[a4paper, left=2cm, right=2cm, top=2cm, bottom=2cm]{geometry}
\usepackage{siunitx}
\sisetup{
group-separator = {.},
input-decimal-markers={.},
output-decimal-marker = {.},
group-minimum-digits=9}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{lastpage}
\usepackage{subfigure}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{multicol}
\usepackage{amsmath, amssymb}
\hyphenpenalty=10000 %to stop cutting words in a paragraph
\pagestyle{fancy}
\fancyhf{}
\rhead{\includegraphics*[scale=0.013]{./Pictures/FaSTTUBe_Logo_ohneAuto.png}}
\rfoot{Page \thepage \hspace{1pt} of \pageref{LastPage}}
\lhead{Car 313, 06.03, Rev. 1}
\chead{\large Cell Temperature Logger Positioning}
\begin{document}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Pictures/cell-temperature-sensor-distribution.png}
\caption{Cell Temperature Sensor Distribution}
\label{fig:cell-view}
\end{figure}
\end{document}