Compare commits
	
		
			11 Commits
		
	
	
		
			6b7a45e26f
			...
			8b103252e9
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8b103252e9 | |||
| a46cac001c | |||
| 380eee06ed | |||
| c3cfb8b0e5 | |||
| da20d44b26 | |||
| 237b716113 | |||
| 50aabdea99 | |||
| b9d858d97b | |||
| 3d2980ac8e | |||
| a9e8fe2f6b | |||
| a05adee61a | 
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -6,3 +6,5 @@
 | 
			
		||||
*.gz
 | 
			
		||||
*.toc
 | 
			
		||||
*.vrb
 | 
			
		||||
 | 
			
		||||
*.pdf
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -1,6 +1,5 @@
 | 
			
		||||
\documentclass[compress]{beamer}
 | 
			
		||||
\usepackage[utf8]{inputenc}
 | 
			
		||||
\usepackage[T1]{fontenc}
 | 
			
		||||
 | 
			
		||||
\usepackage[ngerman]{babel}
 | 
			
		||||
\usepackage{listings}
 | 
			
		||||
\usepackage{fontspec}
 | 
			
		||||
@@ -36,21 +35,6 @@
 | 
			
		||||
	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}
 | 
			
		||||
@@ -108,6 +92,7 @@
 | 
			
		||||
			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}
 | 
			
		||||
 
 | 
			
		||||
@@ -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.
										
									
								
							@@ -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,7 +26,6 @@
 | 
			
		||||
\photo[3cm]{passbild}
 | 
			
		||||
%\quote{"TODO"}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
\begin{document}
 | 
			
		||||
	\makecvtitle
 | 
			
		||||
 | 
			
		||||
@@ -41,23 +39,23 @@
 | 
			
		||||
		{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}
 | 
			
		||||
@@ -81,7 +79,7 @@
 | 
			
		||||
%	\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)}
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							@@ -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,28 +7,32 @@ 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}
 | 
			
		||||
@@ -61,7 +48,6 @@ addrfield=true % Set to false to hide the addressee section - you will then want
 | 
			
		||||
		%----------------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
		\opening{
 | 
			
		||||
			\textbf{Lorem Ipsum}\\ [1cm]
 | 
			
		||||
			Sehr geehrte Frau Mustermann
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										24
									
								
								university/homework.tex
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								university/homework.tex
									
									
									
									
									
										Normal 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}
 | 
			
		||||
		Reference in New Issue
	
	Block a user