Compare commits

..

11 Commits

9 changed files with 99 additions and 90 deletions

2
.gitignore vendored
View File

@ -6,3 +6,5 @@
*.gz
*.toc
*.vrb
*.pdf

Binary file not shown.

View File

@ -1,6 +1,5 @@
\documentclass[compress]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{listings}
\usepackage{fontspec}
@ -16,7 +15,7 @@
\lstset{
language=Java, % choose the language of the code
numbers=left, % where to put the line-numbers
%stepnumber=1, % the step between two line-numbers.
%stepnumber=1, % the step between two line-numbers.
%numbersep=5pt, % how far the line-numbers are from the code
numberstyle=\tiny\color{DraculaGreen}\ttfamily,
backgroundcolor=\color{DraculaBackground}, % choose the background color. You must add \usepackage{color}
@ -36,40 +35,25 @@
emphstyle=\color{DraculaCyan}\ttfamily
}
% table of contents
\AtBeginSection[]
{
\begin{frame}[c,noframenumbering,plain]
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
\end{frame}
}
\AtBeginSubsection[]
{
\begin{frame}[c,noframenumbering,plain]
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/show/hide]
\end{frame}
}
\author{Niklas Birk}
\title{Niks Theme}
\subtitle{Dracula Style}
\institute{TUBAF / RWU}
\begin{document}
\begin{frame}[plain]
\maketitle
\end{frame}
\section{Niks Theme}
\subsection{Normales}
\subsubsection{Aufzählungen und Texte}
\begin{frame}
\frametitle{Normales}
\framesubtitle{Aufzählungen und Texte}
\begin{itemize}
\item Information und Mathematik $\rightarrow$ Computer?
\item Information und Automatik $\rightarrow$ Computer?
@ -79,7 +63,7 @@
\begin{frame}
\frametitle{Normales}
\framesubtitle{Zitat}
\begin{quote}
\centering
„In der Informatik geht es genau so wenig um Computer, wie in der Astronomie um Teleskope.“\\
@ -92,39 +76,40 @@
\begin{frame}
\frametitle{Blöcke}
\framesubtitle{Normal, Beispiel und Achtung}
\begin{block}{Aussage}
Eine \emph{Aussage} ist ein sprachliches Gebilde,
Eine \emph{Aussage} ist ein sprachliches Gebilde,
dem eindeutig ein Wahrheitswert (\emph{wahr} oder \emph{falsch}) zugeordnet werden kann.
\end{block}
\begin{exampleblock}{Beispiel}
Eine \emph{Aussage} ist ein sprachliches Gebilde,
Eine \emph{Aussage} ist ein sprachliches Gebilde,
dem eindeutig ein Wahrheitswert (\emph{wahr} oder \emph{falsch}) zugeordnet werden kann.
\end{exampleblock}
\begin{alertblock}{Achtung!}
Eine \emph{Aussage} ist ein sprachliches Gebilde,
Eine \emph{Aussage} ist ein sprachliches Gebilde,
dem eindeutig ein Wahrheitswert (\emph{wahr} oder \emph{falsch}) zugeordnet werden kann.
\end{alertblock}
\end{frame}
\subsubsection{Listings}
\begin{frame}[fragile]
\frametitle{Blöcke und Listings}
\framesubtitle{Listings}
\begin{lstlisting}
int i = 10;
do {
do {
i = i - 3;
} while (i > 5);
\end{lstlisting}
\begin{exampleblock}{Beispiel}
\begin{lstlisting}
for (int i=1; i <= 10; i++) {
System.out.println("Ausgabe:" + i);
}
}
\end{lstlisting}
\end{exampleblock}
\end{frame}

View File

@ -34,7 +34,7 @@
\hskip0.3cm
\insertauthor $\qquad$ \insertdate $\qquad$ \insertinstitute
\setbox\nord@tmpbox\hbox{[\insertframenumber/\inserttotalframenumber]}
\vspace{5.2mm}
%\vspace{5.2mm}
\hspace{2mm}\noindent\hfill\box\nord@tmpbox\hspace{2mm}
\vspace{1.3mm}
}
@ -58,6 +58,20 @@
\setbeamertemplate{subsection in toc}{~$\ast$~~\inserttocsubsection\\\smallskip}
\setbeamertemplate{subsection in toc shaded}[default][100]
\AtBeginSection[]
{
\begin{frame}[c,noframenumbering,plain]
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/show/hide]
\end{frame}
}
\AtBeginSubsection[]
{
\begin{frame}[c,noframenumbering,plain]
\tableofcontents[sectionstyle=show/hide,subsectionstyle=show/shaded/hide,subsubsectionstyle=show/show/hide]
\end{frame}
}
% block
\setbeamertemplate{blocks}[rounded][shadow=false]
\addtobeamertemplate{block begin}{%

Binary file not shown.

View File

@ -1,15 +1,14 @@
\documentclass[11pt, a4paper]{moderncv}
\usepackage[ngerman]{babel} %Paket für deutsche Spracheinstellungen.
\usepackage[utf8]{inputenc} %Das Dokument soll UTF-8-Format nutzen (wegen deutschen Umlauten).
\usepackage[T1]{fontenc}
\usepackage{fontspec}
\usepackage[left=2.4cm, right=1.0cm, top=1.7cm, bottom=2.0cm]{geometry} %Seitenrand anpassen.
%\usepackage{fontawesome} %Paket für schönere Symbole bei den persönlichen Daten.
\moderncvtheme[purple]{classic}
%\moderncvicons{awesome}
\moderncvicons{awesome}
\setmainfont{Roboto}
\usepackage[sfdefault]{roboto}
%Die persönlichen Daten:
\name{Vorname}{Nachname}
@ -19,7 +18,7 @@
%\phone[fixed]{01234\,123456}
%\phone[fax]{01234\,012345}
\email{mail.address@mail.com}
%\homepage{www.meine-homepage.de}
\homepage{www.website.de}
%\social[twitter][www.twitter.com]{Twitter-Name}
%\social[linkedin][www.linkedin.com]{LinkedIn-Name}
\social[github][www.github.com/]{github_account}
@ -27,39 +26,38 @@
\photo[3cm]{passbild}
%\quote{"TODO"}
\begin{document}
\makecvtitle
\section{Persönliche Daten}
\cvline{Geburtstag:}{01.01.1970}
\cvline{Geburtsort:}{Berlin}
\section{Schule, Ausbildung und Studium}
\cventry{01.04.2020--aktuell}
{Studium 2}
{Hochschule 2}
{}
{}
{Vertiefung: - \newline
Anwendungsfach: - \newline
voraussichtliches Ende: -}
{Vertiefung: -- \newline
Anwendungsfach: -- \newline
voraussichtliches Ende: --}
\cventry{01.09.2016--02.04.2020}
{Studium 1, B.Sc.}
{Hochschule 1}
{}
{}
{Schwerpunkt: - \newline
Abschlussnote: -}
{Schwerpunkt: -- \newline
Abschlussnote: --}
\cventry{14.09.2014--06.07.2016}
{Ausbildung, \newline Abschlüsse}
{Schule / Ausbildungsstätte}
{}
{}
{Schulart: - \newline
Abschlussnote: -}
{Schulart: -- \newline
Abschlussnote: --}
\cventry{07.09.2008--25.07.2014}{Schulabschluss}{Schule}{}{}{}
\section{Berufserfahrung}
\cventry{31.01.2019--28.02.2019}
{Stelle 2}
@ -73,19 +71,19 @@
{Ort}
{}
{Tätigkeiten}
\section{EDV-Kenntnisse}
\cvcomputer{Linux, Windows}{Grundkenntnisse vorhanden}{\LaTeX}{Grundkenntnisse vorhanden}
\subsection{Programmiersprachen}
\cvcomputer{Java}{sehr gute Kenntnisse}{C}{gute Kenntnisse}
% \cvcomputer{Rust}{geringe Grundkenntnisse vorhanden}{}{}
\section{Sprachkenntnisse}
\cvlanguage{Englisch}{B2/C1-Level}{}
\cvlanguage{Englisch}{B2/C1--Level}{}
% \section{Hobbys, Vereine und Interessen}
% \cvlistdoubleitem{Perkussion (hpts. Schlagzeug)}{Gesellschaft für Informatik (Mitglied)}
\vfill %Platz bis Seitenende auffüllen.
Vorname Nachname\\
Ort, \today

Binary file not shown.

View File

@ -1,20 +1,3 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Elmueller Formal Letter
% LaTeX Template
% Version 1.3 (20/11/16)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Micha Elmueller (http://micha.elmueller.net/) with modifications by
% Vel (vel@LaTeXTemplates.com)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
@ -24,56 +7,59 @@ pagenumber=false, % Removes page numbers from page 2 onwards when false
parskip=half, % Separates paragraphs with some whitespace, use parskip=full for more space or comment out to return to default
fromalign=right, % Aligns the from address to the right
foldmarks=true, % Prints small fold marks on the left of the page
addrfield=true % Set to false to hide the addressee section - you will then want to adjust the height of the body of the letter on the page by adding the following in this section: \makeatletter \@setplength{refvpos}{\useplength{toaddrvpos}} \makeatletter
addrfield=true, % Set to false to hide the addressee section - you will then want to adjust the height of the body of the letter on the page by adding the following in this section: \makeatletter \@setplength{refvpos}{\useplength{toaddrvpos}} \makeatletter
subject=beforeopening, % Placement of subject
firsthead=true % Sender address on top
]{scrlttr2}
\usepackage[T1]{fontenc} % For extra glyphs (accents, etc)
\usepackage{stix} % Use the Stix font by default
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel} % Explicitly load the babel package to stop an error occurring on some LaTeX installations
\usepackage[sfdefault]{roboto}
\renewcommand*{\raggedsignature}{\raggedright} % Stop the signature from indenting
%----------------------------------------------------------------------------------------
% YOUR INFORMATION AND LETTER DATE
%----------------------------------------------------------------------------------------
\setkomavar{fromname}{Niklas Birk} % Your name used in the from address
\setkomavar{fromname}{Vorname Nachname} % Your name used in the from address
\setkomavar{fromaddress}{Agricolastrasse 16, Zi. 2607\\09599 Freiberg} % Your address
\setkomavar{fromaddress}{Straße 1\\1235 Berlin} % Your address
\setkomavar{signature}{Niklas Birk} % Your name used in the signature
\setkomavar{signature}{Signatur Name} % Your name used in the signature
\setkomavar{subject}{Betreff} % Subject
\date{\today} % Date of the letter
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% ADDRESSEE
%----------------------------------------------------------------------------------------
\begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address
%----------------------------------------------------------------------------------------
% LETTER CONTENT
%----------------------------------------------------------------------------------------
\opening{
\textbf{Lorem Ipsum}\\ [1cm]
Sehr geehrte Frau Mustermann
}
lorem ipsum.
\closing{Mit freundlichen Grüßen,}
\setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:"
\encl{Musternachweis, Apfelstrudelrezept} % Attached documents
%----------------------------------------------------------------------------------------
\end{letter}
\end{document}

24
university/homework.tex Normal file
View File

@ -0,0 +1,24 @@
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\title{Hausaufgabe X}
\subtitle{Modulname}
\date{}
\author{Name, Matrk.-Nr.}
% \newcommand{\alg}[1][A]{\mathfrak{#1}}
\begin{document}
\maketitle
\section*{Aufgabe 1}
\section*{Aufgabe 2}
\end{document}