scruti-documents/TS-DC-schematic/TS-DC-schematic.tex
2025-04-24 17:05:43 +02:00

40 lines
978 B
TeX

\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, 23.04, Rev. 1}
\chead{\large TS Discharge Circuit Schematic}
\begin{document}
\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{./Documents/DC.pdf}
\caption{Schematic of the Discharge Circuit PCB}
\end{figure}
Hallo world
\end{document}