From fcc245104fe54d3abc81fb41c8120accd4a6af60 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Tue, 8 Sep 2015 17:36:26 +0200 Subject: [PATCH] minor changes --- .../bachelor-thesis-kit/German-Summary.tex | 20 ++++++++++++++ documents/bachelor-thesis-kit/Makefile | 8 ++++++ documents/bachelor-thesis-kit/README.md | 14 +++------- .../checkliste.md | 27 +++++++++---------- documents/si-units/si-units.tex | 12 ++++----- 5 files changed, 49 insertions(+), 32 deletions(-) create mode 100644 documents/bachelor-thesis-kit/German-Summary.tex create mode 100644 documents/bachelor-thesis-kit/Makefile diff --git a/documents/bachelor-thesis-kit/German-Summary.tex b/documents/bachelor-thesis-kit/German-Summary.tex new file mode 100644 index 0000000..220793b --- /dev/null +++ b/documents/bachelor-thesis-kit/German-Summary.tex @@ -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} diff --git a/documents/bachelor-thesis-kit/Makefile b/documents/bachelor-thesis-kit/Makefile new file mode 100644 index 0000000..7444e1c --- /dev/null +++ b/documents/bachelor-thesis-kit/Makefile @@ -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 diff --git a/documents/bachelor-thesis-kit/README.md b/documents/bachelor-thesis-kit/README.md index 88c911d..0d14e65 100644 --- a/documents/bachelor-thesis-kit/README.md +++ b/documents/bachelor-thesis-kit/README.md @@ -1,11 +1,3 @@ -I think I may not add this to my repository. So please have a look at - -* [www.math.kit.edu/...](http://www.math.kit.edu/lehre/seite/bachmastarbeiten/de#Latexvorlage%20f%C3%BCr%20Bachelorarbeit) - -## 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}`. \ No newline at end of file +Source code of my bachelors thesis. See +[martin-thoma.com/write-math](http://martin-thoma.com/write-math/) +for more information. \ No newline at end of file diff --git a/documents/journey-plan-west-highland-way/checkliste.md b/documents/journey-plan-west-highland-way/checkliste.md index dd285ef..64a1c70 100644 --- a/documents/journey-plan-west-highland-way/checkliste.md +++ b/documents/journey-plan-west-highland-way/checkliste.md @@ -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 - Rucksack (Aircontact 55+10, 2.6kg) - Kleidung - [ ] Wanderschuhe (1.1kg) - - [ ] 3 Shirts + - [ ] 2 Shirts - [ ] 3 Boxershorts - - [ ] 3 Paar Socken + - [ ] 2 Paar Socken - [ ] 1 warmer Pulli - [ ] 1 lange Hose - [ ] 1 Badehose / kurze Hose @@ -38,11 +26,20 @@ Notizbuch, Kugelschreiber - [ ] Shampoo - [ ] Handtuch - [ ] Taschentücher + - [ ] Kernseife + Hülle +- Medizin + - [ ] Insektenspray + - [ ] Schmerzmittel (Ibuproven) + - [ ] Durchfallmittel + - [ ] Blasenpflaster - Planung - [ ] Reisepass - [ ] Flugtickets / sonstige Tickets - [ ] VISA-Karte - [ ] Bargeld (100 Pfund) + - [ ] Smartphone (Auslandstariv?) - Weiteres - [ ] Kamera (incl. Speicherkarte + Ersatzakku + Ladegerät) - - [ ] Stromadapter \ No newline at end of file + - [ ] Stromadapter + - [ ] Notizbuch + - [ ] Kugelschreiber \ No newline at end of file diff --git a/documents/si-units/si-units.tex b/documents/si-units/si-units.tex index c0262c0..672c7e3 100644 --- a/documents/si-units/si-units.tex +++ b/documents/si-units/si-units.tex @@ -10,11 +10,11 @@ \clubpenalty = 10000 % Schusterjungen verhindern \widowpenalty = 10000 % Hurenkinder verhindern -\hypersetup{ - pdfauthor = {Martin Thoma}, - pdfkeywords = {siunitx example}, - pdftitle = {siunitx example} -} +\hypersetup{ + pdfauthor = {Martin Thoma}, + pdfkeywords = {siunitx example}, + pdftitle = {siunitx example} +} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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\] -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} \]