mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
minor changes
This commit is contained in:
parent
e95ee0a163
commit
fcc245104f
5 changed files with 49 additions and 32 deletions
20
documents/bachelor-thesis-kit/German-Summary.tex
Normal file
20
documents/bachelor-thesis-kit/German-Summary.tex
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
\documentclass[a4paper,oneside]{scrartcl}
|
||||||
|
\usepackage{amssymb, amsmath} % needed for math
|
||||||
|
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
||||||
|
\usepackage[ngerman]{babel} % this is needed for umlauts
|
||||||
|
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
Das Finden des Namens eines unbekannten Symbols ist häufig schwierig. Es ist
|
||||||
|
allerdings einfach das Symbol zu schreiben. In dieser Bachelor-Arbeit werden
|
||||||
|
mehrere Systeme vorgestellt, welche den Bewegungsablauf des Stifts benutzen um
|
||||||
|
die handgeschriebenen Symbole zu klassifizieren. Fünf Vorverarbeitungsschritte,
|
||||||
|
ein Algorithmus zur Vermehrung der vorhandenen Datensätze, fünf Features und
|
||||||
|
fünf Varianten des Trainings von Multilayer-Perzeptronen. Diese wurden mit
|
||||||
|
166898 Datensätzen, welche in zwei Crowdsourcing-Projekten gesammelt wurden,
|
||||||
|
evaluiert. Die Ergebnisse der Evaluation dieser 21 Experimente wurden genutzt
|
||||||
|
um einen optimierten Klassifizierer zu erstellen. Dieser hat einen TOP 1
|
||||||
|
Fehler von weniger als 17.5\% und einen TOP 3 Fehler von 4.0\%. Das stellt eine
|
||||||
|
Verbesserung von 18.5\% des TOP 1 Fehlers und 29.7\% des TOP 3 Fehlers
|
||||||
|
dar.
|
||||||
|
\end{document}
|
8
documents/bachelor-thesis-kit/Makefile
Normal file
8
documents/bachelor-thesis-kit/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
SOURCE = German-Summary
|
||||||
|
|
||||||
|
make:
|
||||||
|
pdflatex $(SOURCE).tex -output-format=pdf
|
||||||
|
make clean
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -rf $(TARGET) *.class *.html *.log *.aux *.out *.toc
|
|
@ -1,11 +1,3 @@
|
||||||
I think I may not add this to my repository. So please have a look at
|
Source code of my bachelors thesis. See
|
||||||
|
[martin-thoma.com/write-math](http://martin-thoma.com/write-math/)
|
||||||
* [www.math.kit.edu/...](http://www.math.kit.edu/lehre/seite/bachmastarbeiten/de#Latexvorlage%20f%C3%BCr%20Bachelorarbeit)
|
for more information.
|
||||||
|
|
||||||
## Problems
|
|
||||||
There seems to be a problem that `\section` does not compile.
|
|
||||||
|
|
||||||
This seems to be a problem of the latest version of koma scripts.
|
|
||||||
It happens with `\pagestyle{headings}`.
|
|
||||||
You can eventually get rid of it by adding `\usepackage{scrpage2}` to
|
|
||||||
your preamble and set `\pagestyle{scrheadings}`.
|
|
|
@ -1,23 +1,11 @@
|
||||||
## Noch zu Kaufen
|
|
||||||
|
|
||||||
Notizbuch, Kugelschreiber
|
|
||||||
|
|
||||||
- [ ] Smartphone (Auslandstariv?) -- https://www.simyo.de/ausland-tarifoptionen.html
|
|
||||||
- [ ] Blasenpflaster
|
|
||||||
- [ ] Insektenspray
|
|
||||||
- [ ] 1 Shirt
|
|
||||||
- [ ] 1 Paar Socken
|
|
||||||
- [ ] 1 warmer Pulli
|
|
||||||
- [ ] Kernseife + Hülle
|
|
||||||
|
|
||||||
## Mitnehmen
|
## Mitnehmen
|
||||||
|
|
||||||
- Rucksack (Aircontact 55+10, 2.6kg)
|
- Rucksack (Aircontact 55+10, 2.6kg)
|
||||||
- Kleidung
|
- Kleidung
|
||||||
- [ ] Wanderschuhe (1.1kg)
|
- [ ] Wanderschuhe (1.1kg)
|
||||||
- [ ] 3 Shirts
|
- [ ] 2 Shirts
|
||||||
- [ ] 3 Boxershorts
|
- [ ] 3 Boxershorts
|
||||||
- [ ] 3 Paar Socken
|
- [ ] 2 Paar Socken
|
||||||
- [ ] 1 warmer Pulli
|
- [ ] 1 warmer Pulli
|
||||||
- [ ] 1 lange Hose
|
- [ ] 1 lange Hose
|
||||||
- [ ] 1 Badehose / kurze Hose
|
- [ ] 1 Badehose / kurze Hose
|
||||||
|
@ -38,11 +26,20 @@ Notizbuch, Kugelschreiber
|
||||||
- [ ] Shampoo
|
- [ ] Shampoo
|
||||||
- [ ] Handtuch
|
- [ ] Handtuch
|
||||||
- [ ] Taschentücher
|
- [ ] Taschentücher
|
||||||
|
- [ ] Kernseife + Hülle
|
||||||
|
- Medizin
|
||||||
|
- [ ] Insektenspray
|
||||||
|
- [ ] Schmerzmittel (Ibuproven)
|
||||||
|
- [ ] Durchfallmittel
|
||||||
|
- [ ] Blasenpflaster
|
||||||
- Planung
|
- Planung
|
||||||
- [ ] Reisepass
|
- [ ] Reisepass
|
||||||
- [ ] Flugtickets / sonstige Tickets
|
- [ ] Flugtickets / sonstige Tickets
|
||||||
- [ ] VISA-Karte
|
- [ ] VISA-Karte
|
||||||
- [ ] Bargeld (100 Pfund)
|
- [ ] Bargeld (100 Pfund)
|
||||||
|
- [ ] Smartphone (Auslandstariv?)
|
||||||
- Weiteres
|
- Weiteres
|
||||||
- [ ] Kamera (incl. Speicherkarte + Ersatzakku + Ladegerät)
|
- [ ] Kamera (incl. Speicherkarte + Ersatzakku + Ladegerät)
|
||||||
- [ ] Stromadapter
|
- [ ] Stromadapter
|
||||||
|
- [ ] Notizbuch
|
||||||
|
- [ ] Kugelschreiber
|
|
@ -10,11 +10,11 @@
|
||||||
\clubpenalty = 10000 % Schusterjungen verhindern
|
\clubpenalty = 10000 % Schusterjungen verhindern
|
||||||
\widowpenalty = 10000 % Hurenkinder verhindern
|
\widowpenalty = 10000 % Hurenkinder verhindern
|
||||||
|
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfauthor = {Martin Thoma},
|
pdfauthor = {Martin Thoma},
|
||||||
pdfkeywords = {siunitx example},
|
pdfkeywords = {siunitx example},
|
||||||
pdftitle = {siunitx example}
|
pdftitle = {siunitx example}
|
||||||
}
|
}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% Begin document %
|
% Begin document %
|
||||||
|
@ -24,7 +24,7 @@ Fusce commodo erat et eros tincidunt quis elementum dui tincidunt. Sed blandit e
|
||||||
|
|
||||||
\[ N = \frac{f_S}{\Delta f} = \frac{33\si{\kilo\hertz}}{10\si{\hertz}} = 3300\]
|
\[ N = \frac{f_S}{\Delta f} = \frac{33\si{\kilo\hertz}}{10\si{\hertz}} = 3300\]
|
||||||
|
|
||||||
Pellentesque commodo, nisi nec feugiat vehicula, augue erat convallis ipsum, adipiscing cursus purus dolor venenatis velit. Vivamus enim augue, lacinia in ultrices a, varius sit amet sapien. Aliquam enim velit, molestie vitae bibendum eget, laoreet at ante. Suspendisse pulvinar leo at nisi accumsan nec malesuada neque ullamcorper. Aenean quis mi lectus, \si{\meter/\second^2} quis porttitor nisi. Curabitur interdum luctus lectus et egestas. Aenean sapien ligula, aliquam sed fermentum id, blandit at orci. Integer a turpis ac tellus commodo suscipit.
|
Pellentesque commodo, nisi nec feugiat vehicula, augue erat convallis ipsum, adipiscing cursus purus dolor venenatis velit. Vivamus enim augue, lacinia in ultrices a, varius sit amet sapien. Aliquam enim velit, molestie vitae bibendum eget, laoreet at ante. Suspendisse pulvinar leo at nisi accumsan nec malesuada neque ullamcorper. Aenean quis mi lectus, \si{\meter/\second^2} quis porttitor nisi. Curabitur interdum luctus lectus et egestas. Aenean sapien ligula, aliquam sed fermentum id, blandit at orci. Integer a turpis ac tellus commodo suscipit.
|
||||||
|
|
||||||
|
|
||||||
\[ 57,6 \si[per-mode=symbol]{\kilo\bit\per\second} \]
|
\[ 57,6 \si[per-mode=symbol]{\kilo\bit\per\second} \]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue