45 lines
1.2 KiB
TeX
45 lines
1.2 KiB
TeX
\documentclass{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage[a4paper, margin=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}
|
|
\usepackage{hyperref}
|
|
\usepackage{pdfpages}
|
|
|
|
\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, 01.06, Rev. 0}
|
|
\chead{\large Accumulator Scrutineering}
|
|
|
|
\begin{document}
|
|
|
|
\renewcommand\refname{Reference}
|
|
|
|
\bibliographystyle{plain}
|
|
|
|
\begin{thebibliography}{00}
|
|
|
|
\bibitem{air_datasheet} \textit{TE ECK100BH5AAA Datasheet}. \href{https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FECK100B_Datasheet%7F3%7Fpdf%7FEnglish%7FENG_DS_ECK100B_Datasheet_3.pdf%7F2071583-1}{www.te.com}, 11.2024
|
|
|
|
\end{thebibliography}
|
|
|
|
\end{document}
|