75 lines
3.1 KiB
TeX
75 lines
3.1 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}}
|
||
\lhead{Car 313, 01.06, Rev. 0}
|
||
\chead{\large Accumulator Scrutineering}
|
||
|
||
\begin{document}
|
||
|
||
\vspace*{\fill}
|
||
\begin{center}
|
||
\rotatebox{90}{\scalebox{12}{Accumulator}}
|
||
\hspace{2cm} % Adjust this space as needed
|
||
\rotatebox{90}{\scalebox{12}{Scrutineering}}
|
||
\end{center}
|
||
\vspace*{\fill}
|
||
|
||
\tableofcontents
|
||
|
||
% addtotoc={〈page number 〉,〈section 〉,〈level 〉,〈heading 〉,〈label 〉}
|
||
%〈page number 〉: Page number of the inserted page.
|
||
%〈section〉: LATEX sectioning name – e.g., section, subsection, . . .
|
||
%〈level 〉: Number, denoting depth of section – e.g., section=1, subsection=2, . . .
|
||
%〈heading〉: Title inserted in the table of contents.
|
||
%〈label 〉: Name of the label. This label can be referred to with \ref and \pageref
|
||
\addcontentsline{toc}{section}{Accumulator Compartment}
|
||
|
||
\includepdf[pages={1-2}, link, addtotoc={1, subsection, 2, FPC Kabel 1, FPC1}]{./akku-comp/FPC Kabel 150390359 1.pdf}
|
||
\includepdf[pages={2-4}, link, addtotoc={2, subsection, 2, FPC Kabel 2, FPC2}]{./akku-comp/FPC Kabel 150390359 2.pdf}
|
||
\includepdf[pages={1-3}, link, addtotoc={1, subsection, 2, Sexy Female, SEXF}]{./akku-comp/Sexy Female 2043130006.pdf}
|
||
\includepdf[pages={1-3}, link, addtotoc={1, subsection, 2, Sexy Male 14mm, SEXM}]{./akku-comp/Sexy Male 14mm 203263-0026.pdf}
|
||
\includepdf[pages={1-3}, link, addtotoc={1, subsection, 2, Sexy Male 26mm, SEXM}]{./akku-comp/Sexy Male 26mm 203263-0006.pdf}
|
||
\includepdf[pages={1-3}, link, addtotoc={1, subsection, 2, FPC Stecker, FPC-STECKER}]{./akku-comp/FPC Stecker 526102072.pdf}
|
||
\includepdf[pages={1-3}, link, addtotoc={1, subsection, 2, FPC Stecker, TEMP-STECKER}]{./akku-comp/Tempsensor Stecker 2132282010.pdf}
|
||
\includepdf[pages={1,4}, link, addtotoc={1, subsection, 2, NTC Tempsensoren, TEMP-SENS}]{./akku-comp/Tempsensoren NTCLE413E2103F102L.pdf}
|
||
\includepdf[pages={1,2}, link, addtotoc={1, subsection, 2, Abnehmmer Fuses, VSENS-FUSE}]{./akku-comp/VSENS Fuses Type C2Q 500.pdf}
|
||
|
||
\addcontentsline{toc}{section}{Front Compartment}
|
||
\includepdf[pages={1-2}, link, addtotoc={1, subsection, 2, FPC Kabel 1, FPC1}]{./akku-comp/FPC Kabel 150390359 1.pdf}
|
||
|
||
\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}
|