diff --git a/README.md b/README.md index 9244d76..3aa2308 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ TeX source file for ESF and scrutineering ### TODOs - [ ] BSPD + - [ ] Better Formulation - [ ] SDC - [ ] TSAL - [ ] TS Discharge Circuit diff --git a/SDC-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png b/SDC-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png new file mode 100644 index 0000000..e402449 Binary files /dev/null and b/SDC-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png differ diff --git a/SDC-schematic/SDC-schematic.pdf b/SDC-schematic/SDC-schematic.pdf new file mode 100644 index 0000000..93138ce Binary files /dev/null and b/SDC-schematic/SDC-schematic.pdf differ diff --git a/SDC-schematic/SDC-schematic.tex b/SDC-schematic/SDC-schematic.tex new file mode 100644 index 0000000..3400dcb --- /dev/null +++ b/SDC-schematic/SDC-schematic.tex @@ -0,0 +1,33 @@ +\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 SDC Schematic} + +\begin{document} + Hallo world +\end{document} diff --git a/TS-DC-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png b/TS-DC-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png new file mode 100644 index 0000000..e402449 Binary files /dev/null and b/TS-DC-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png differ diff --git a/TS-DC-schematic/TS-DC-schematic.pdf b/TS-DC-schematic/TS-DC-schematic.pdf new file mode 100644 index 0000000..1ccf02e Binary files /dev/null and b/TS-DC-schematic/TS-DC-schematic.pdf differ diff --git a/TS-DC-schematic/TS-DC-schematic.tex b/TS-DC-schematic/TS-DC-schematic.tex new file mode 100644 index 0000000..f0e4cdb --- /dev/null +++ b/TS-DC-schematic/TS-DC-schematic.tex @@ -0,0 +1,33 @@ +\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} + Hallo world +\end{document} diff --git a/TSAL-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png b/TSAL-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png new file mode 100644 index 0000000..e402449 Binary files /dev/null and b/TSAL-schematic/Pictures/FaSTTUBe_Logo_ohneAuto.png differ diff --git a/TSAL-schematic/TSAL-schematic.pdf b/TSAL-schematic/TSAL-schematic.pdf new file mode 100644 index 0000000..db98401 Binary files /dev/null and b/TSAL-schematic/TSAL-schematic.pdf differ diff --git a/TSAL-schematic/TSAL-schematic.tex b/TSAL-schematic/TSAL-schematic.tex new file mode 100644 index 0000000..da5ae0a --- /dev/null +++ b/TSAL-schematic/TSAL-schematic.tex @@ -0,0 +1,33 @@ +\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 TSAL Schematic} + +\begin{document} + Hallo world +\end{document}