@@ -2,6 +2,28 @@ Current status: [ Latex Vorlage zum Schreiben der Diplom-/Doktorarbeit an der Semmelweis Universität in Budapest](#de-latex-vorlage-zum-schreiben-der-diplom-doktorarbeit-an-der-semmelweis-universität-in-budapest)
-[Times New Roman](#times-new-roman)
-[Wie benutze ich die Vorlage?](#wie-benutze-ich-die-vorlage)
-[Mit "Texmaker"](#mit-texmaker)
-[Mit "Sharelatex" oder "Overleaf"](#mit-sharelatex-oder-overleaf)
-[EN) Latex template for writing a thesis at Semmelweis university](#en-latex-template-for-writing-a-thesis-at-semmelweis-university)
-[How to use](#how-to-use)
-[With "Texmaker"](#with-texmaker)
-[With "Sharelatex" or "Overleaf"](#with-sharelatex-or-overleaf)
-[Great examples](#great-examples)
-[Line graph](#line-graph)
-[Bar charts](#bar-charts)
-[Stacked bar charts](#stacked-bar-charts)
-[Pie charts](#pie-charts)
-[Two y-Axes](#two-y-axes)
-[Text replacement](#text-replacement)
-[Electronic circuits](#electronic-circuits)
---
# (DE) Latex Vorlage zum Schreiben der Diplom-/Doktorarbeit an der Semmelweis Universität in Budapest
(see below for English instructions)
@@ -46,6 +68,8 @@ Einfach die .zip Datei dieses Projekts downloaden und dort hochladen und du bist
\addplot+[mark=none, blau_2b, very thick] file {data/weibull_k1.dat};
\addplot+[mark=none, gruen_4b, very thick] file {data/weibull_k1_5.dat};
\addplot+[mark=none, orange_6b, very thick] file {data/weibull_k2.dat};
\addplot+[mark=none, rot_8b, very thick] file {data/weibull_k3.dat};
\legend{k=1, {k=1,5}, k=2, k=3}
\end{axis}
\end{tikzpicture}
\caption[Weibull distribution with varying scaling factor]{Weibull distribution with varying scaling factor $\bar v_\textnormal{w} = 4\,\textnormal{m/s}$, scaling factor $A = 4,51\,\textnormal{m/s}$ and varying form parameter $k$}
extra x tick labels = {Jan '09, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec, Jan '10},
]
\addplot+[mark=none, blau_2b, very thick] coordinates {
(1,3)
(2,3)
(3,7)
(4,1)
(5,28)
(6,13)
(7,4)
(8,7)
(9,4)
(10,14)
(11,10)
(12,18)
(13,35)
};
\end{axis}
\end{tikzpicture}
\caption[New electric vehicles between Januar 2010 and Januar 2011]{New electric vehicles between Januar 2010 and Januar 2011 \cite{sa-neuzulassungen}}
\label{fig:new_ev}
\end{figure}
```

### Stacked bar charts
```
\begin{figure}[htb]
\centering
\begin{tikzpicture}
\begin{axis}[
ybar stacked,
xlabel= Year,
ylabel = Energy in GWh,
ymajorgrids = true,
width = 0.9\textwidth,
height = 0.5\textwidth,
xmin = 1999.5,
xmax = 2009.5,
ymin = 0,
ymax = 70000,
axis x line* = bottom,
axis y line* = left,
xticklabels = none,
extra x ticks = {2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009},
extra x tick labels = {2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009},
\caption[Covered distance and immobilization time between trips of my awesome electric vehicle]{Covered distance per trip and immobilization time between two trips of my awesome electric vehicle in 2010}
\caption[Geometric conditions between solar irradiation and alignment of the photovoltaic panel]{Geometric conditions between solar irradiation and alignment of the photovoltaic panel \cite{masters04}}