Compare commits

...

11 Commits

Author SHA1 Message Date
Niklas Birk
8b103252e9 Changes in Fonts 2023-10-31 15:47:55 +01:00
Niklas Birk
a46cac001c refactor: move toc style content to style file instead of teamplate file 2023-04-11 15:00:25 +02:00
Niklas
380eee06ed Add teamplate for college homework 2022-10-24 11:40:42 +02:00
Niklas
c3cfb8b0e5 Change socials 2022-09-24 17:33:55 +02:00
Niklas
da20d44b26 Add subject to letter 2022-09-24 17:30:33 +02:00
237b716113 adjust letter 2022-07-10 22:44:59 +02:00
50aabdea99 Added *.pdf to .gitignore 2022-07-08 23:37:10 +02:00
b9d858d97b nothing special: remove blank line; pdfs regenerated 2022-06-30 13:43:00 +02:00
3d2980ac8e LETTER: add package inputenc with utf8 encoding for special german characters; set main font to roboto 2022-06-17 17:36:57 +02:00
a9e8fe2f6b idk 2022-06-17 17:22:27 +02:00
a05adee61a beamer: remove wasted space in footline. footline content now closer to end of slide 2022-05-28 00:51:11 +02:00
9 changed files with 99 additions and 90 deletions

2
.gitignore vendored
View File

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

Binary file not shown.

View File

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

View File

@@ -34,7 +34,7 @@
\hskip0.3cm \hskip0.3cm
\insertauthor $\qquad$ \insertdate $\qquad$ \insertinstitute \insertauthor $\qquad$ \insertdate $\qquad$ \insertinstitute
\setbox\nord@tmpbox\hbox{[\insertframenumber/\inserttotalframenumber]} \setbox\nord@tmpbox\hbox{[\insertframenumber/\inserttotalframenumber]}
\vspace{5.2mm} %\vspace{5.2mm}
\hspace{2mm}\noindent\hfill\box\nord@tmpbox\hspace{2mm} \hspace{2mm}\noindent\hfill\box\nord@tmpbox\hspace{2mm}
\vspace{1.3mm} \vspace{1.3mm}
} }
@@ -58,6 +58,20 @@
\setbeamertemplate{subsection in toc}{~$\ast$~~\inserttocsubsection\\\smallskip} \setbeamertemplate{subsection in toc}{~$\ast$~~\inserttocsubsection\\\smallskip}
\setbeamertemplate{subsection in toc shaded}[default][100] \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 % block
\setbeamertemplate{blocks}[rounded][shadow=false] \setbeamertemplate{blocks}[rounded][shadow=false]
\addtobeamertemplate{block begin}{% \addtobeamertemplate{block begin}{%

Binary file not shown.

View File

@@ -1,15 +1,14 @@
\documentclass[11pt, a4paper]{moderncv} \documentclass[11pt, a4paper]{moderncv}
\usepackage[ngerman]{babel} %Paket für deutsche Spracheinstellungen. \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[T1]{fontenc}
\usepackage{fontspec}
\usepackage[left=2.4cm, right=1.0cm, top=1.7cm, bottom=2.0cm]{geometry} %Seitenrand anpassen. \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. %\usepackage{fontawesome} %Paket für schönere Symbole bei den persönlichen Daten.
\moderncvtheme[purple]{classic} \moderncvtheme[purple]{classic}
%\moderncvicons{awesome} \moderncvicons{awesome}
\setmainfont{Roboto} \usepackage[sfdefault]{roboto}
%Die persönlichen Daten: %Die persönlichen Daten:
\name{Vorname}{Nachname} \name{Vorname}{Nachname}
@@ -19,7 +18,7 @@
%\phone[fixed]{01234\,123456} %\phone[fixed]{01234\,123456}
%\phone[fax]{01234\,012345} %\phone[fax]{01234\,012345}
\email{mail.address@mail.com} \email{mail.address@mail.com}
%\homepage{www.meine-homepage.de} \homepage{www.website.de}
%\social[twitter][www.twitter.com]{Twitter-Name} %\social[twitter][www.twitter.com]{Twitter-Name}
%\social[linkedin][www.linkedin.com]{LinkedIn-Name} %\social[linkedin][www.linkedin.com]{LinkedIn-Name}
\social[github][www.github.com/]{github_account} \social[github][www.github.com/]{github_account}
@@ -27,39 +26,38 @@
\photo[3cm]{passbild} \photo[3cm]{passbild}
%\quote{"TODO"} %\quote{"TODO"}
\begin{document} \begin{document}
\makecvtitle \makecvtitle
\section{Persönliche Daten} \section{Persönliche Daten}
\cvline{Geburtstag:}{01.01.1970} \cvline{Geburtstag:}{01.01.1970}
\cvline{Geburtsort:}{Berlin} \cvline{Geburtsort:}{Berlin}
\section{Schule, Ausbildung und Studium} \section{Schule, Ausbildung und Studium}
\cventry{01.04.2020--aktuell} \cventry{01.04.2020--aktuell}
{Studium 2} {Studium 2}
{Hochschule 2} {Hochschule 2}
{} {}
{} {}
{Vertiefung: - \newline {Vertiefung: -- \newline
Anwendungsfach: - \newline Anwendungsfach: -- \newline
voraussichtliches Ende: -} voraussichtliches Ende: --}
\cventry{01.09.2016--02.04.2020} \cventry{01.09.2016--02.04.2020}
{Studium 1, B.Sc.} {Studium 1, B.Sc.}
{Hochschule 1} {Hochschule 1}
{} {}
{} {}
{Schwerpunkt: - \newline {Schwerpunkt: -- \newline
Abschlussnote: -} Abschlussnote: --}
\cventry{14.09.2014--06.07.2016} \cventry{14.09.2014--06.07.2016}
{Ausbildung, \newline Abschlüsse} {Ausbildung, \newline Abschlüsse}
{Schule / Ausbildungsstätte} {Schule / Ausbildungsstätte}
{} {}
{} {}
{Schulart: - \newline {Schulart: -- \newline
Abschlussnote: -} Abschlussnote: --}
\cventry{07.09.2008--25.07.2014}{Schulabschluss}{Schule}{}{}{} \cventry{07.09.2008--25.07.2014}{Schulabschluss}{Schule}{}{}{}
\section{Berufserfahrung} \section{Berufserfahrung}
\cventry{31.01.2019--28.02.2019} \cventry{31.01.2019--28.02.2019}
{Stelle 2} {Stelle 2}
@@ -73,19 +71,19 @@
{Ort} {Ort}
{} {}
{Tätigkeiten} {Tätigkeiten}
\section{EDV-Kenntnisse} \section{EDV-Kenntnisse}
\cvcomputer{Linux, Windows}{Grundkenntnisse vorhanden}{\LaTeX}{Grundkenntnisse vorhanden} \cvcomputer{Linux, Windows}{Grundkenntnisse vorhanden}{\LaTeX}{Grundkenntnisse vorhanden}
\subsection{Programmiersprachen} \subsection{Programmiersprachen}
\cvcomputer{Java}{sehr gute Kenntnisse}{C}{gute Kenntnisse} \cvcomputer{Java}{sehr gute Kenntnisse}{C}{gute Kenntnisse}
% \cvcomputer{Rust}{geringe Grundkenntnisse vorhanden}{}{} % \cvcomputer{Rust}{geringe Grundkenntnisse vorhanden}{}{}
\section{Sprachkenntnisse} \section{Sprachkenntnisse}
\cvlanguage{Englisch}{B2/C1-Level}{} \cvlanguage{Englisch}{B2/C1--Level}{}
% \section{Hobbys, Vereine und Interessen} % \section{Hobbys, Vereine und Interessen}
% \cvlistdoubleitem{Perkussion (hpts. Schlagzeug)}{Gesellschaft für Informatik (Mitglied)} % \cvlistdoubleitem{Perkussion (hpts. Schlagzeug)}{Gesellschaft für Informatik (Mitglied)}
\vfill %Platz bis Seitenende auffüllen. \vfill %Platz bis Seitenende auffüllen.
Vorname Nachname\\ Vorname Nachname\\
Ort, \today 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 % 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 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 fromalign=right, % Aligns the from address to the right
foldmarks=true, % Prints small fold marks on the left of the page 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} ]{scrlttr2}
\usepackage[T1]{fontenc} % For extra glyphs (accents, etc) \usepackage[T1]{fontenc}
\usepackage{stix} % Use the Stix font by default
\usepackage[ngerman]{babel} % Explicitly load the babel package to stop an error occurring on some LaTeX installations \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 \renewcommand*{\raggedsignature}{\raggedright} % Stop the signature from indenting
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
% YOUR INFORMATION AND LETTER DATE % 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 \date{\today} % Date of the letter
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\begin{document} \begin{document}
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
% ADDRESSEE % ADDRESSEE
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address \begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
% LETTER CONTENT % LETTER CONTENT
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\opening{ \opening{
\textbf{Lorem Ipsum}\\ [1cm]
Sehr geehrte Frau Mustermann Sehr geehrte Frau Mustermann
} }
lorem ipsum. lorem ipsum.
\closing{Mit freundlichen Grüßen,} \closing{Mit freundlichen Grüßen,}
\setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:" \setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:"
\encl{Musternachweis, Apfelstrudelrezept} % Attached documents \encl{Musternachweis, Apfelstrudelrezept} % Attached documents
%---------------------------------------------------------------------------------------- %----------------------------------------------------------------------------------------
\end{letter} \end{letter}
\end{document} \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}