Impressum in der Fusszeile
This commit is contained in:
parent
d3da3b4b31
commit
90c22def1d
BIN
font/FontAwesome5Free-Regular-400.otf
Normal file
BIN
font/FontAwesome5Free-Regular-400.otf
Normal file
Binary file not shown.
@ -3,11 +3,14 @@
|
|||||||
% Attention: Must be included even BEFORE \documentclass!
|
% Attention: Must be included even BEFORE \documentclass!
|
||||||
% Source: http://www.howtotex.com/packages/9-essential-latex-packages-everyone-should-use/
|
% Source: http://www.howtotex.com/packages/9-essential-latex-packages-everyone-should-use/
|
||||||
\RequirePackage[l2tabu,orthodox]{nag}
|
\RequirePackage[l2tabu,orthodox]{nag}
|
||||||
\documentclass[12pt]{scrartcl}
|
\documentclass[12pt, usegeometry]{scrartcl}
|
||||||
|
|
||||||
|
|
||||||
|
\usepackage{fontawesome}
|
||||||
% Needed for fonts
|
% Needed for fonts
|
||||||
% Replaces fontenc and inputenc for XeLaTeX and LuaTex
|
% Replaces fontenc and inputenc for XeLaTeX and LuaTex
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
|
\fontspec [Path=font/]{FontAwesome5Free-Regular-400.otf}
|
||||||
|
|
||||||
% Enables translations for packages
|
% Enables translations for packages
|
||||||
% Replaces babel for XeLaTeX and LuaTeX (requires fontspec)
|
% Replaces babel for XeLaTeX and LuaTeX (requires fontspec)
|
||||||
@ -18,7 +21,20 @@
|
|||||||
% Set fonts
|
% Set fonts
|
||||||
%\setmainfont[Path=./fonts/,UprightFont=*-Regular,BoldFont=*-Bold]{SourceSerifPro}
|
%\setmainfont[Path=./fonts/,UprightFont=*-Regular,BoldFont=*-Bold]{SourceSerifPro}
|
||||||
|
|
||||||
\usepackage[left=1.5cm,right=1.5cm,top=1cm,bottom=1cm]{geometry}
|
%\usepackage[left=1.5cm,right=1.5cm,top=1cm,bottom=1cm,includefoot=true]{geometry}
|
||||||
|
\usepackage{geometry}
|
||||||
|
\geometry{left=1.5cm,right=1.5cm,top=1cm,bottom=2cm,includefoot=true}
|
||||||
|
|
||||||
|
%% Kopf- und Fußzeile
|
||||||
|
\usepackage[headsepline=false,footsepline,automark]{scrlayer-scrpage}% sets pagestyle scrheadings automatically
|
||||||
|
%\clearpairofpagestyles
|
||||||
|
\ihead[]{}
|
||||||
|
\chead[]{}
|
||||||
|
\ohead[]{}
|
||||||
|
\ofoot[]{Impressum: Fachschaft WIAI, Raum WE5/02.104,\\ \MVAt~\href{mailto://fachschaft-wiai.stuve@uni-bamberg.de}{fachschaft-wiai.stuve@uni-bamberg.de}, \Telefon~\href{tel:+49951863-1219}{+49~951~863-1219}, \faExternalLink~\url{https://wiai.de}}
|
||||||
|
\cfoot[]{}
|
||||||
|
\ifoot[]{}
|
||||||
|
\setkomafont{pageheadfoot}{\sffamily}
|
||||||
|
|
||||||
% For embedding graphics
|
% For embedding graphics
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
@ -52,8 +68,9 @@
|
|||||||
% Do not insert pagebreak after title page
|
% Do not insert pagebreak after title page
|
||||||
\let\endtitlepage\relax
|
\let\endtitlepage\relax
|
||||||
|
|
||||||
|
\usepackage{marvosym}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\thispagestyle{empty}
|
|
||||||
|
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\begin{center}
|
\begin{center}
|
||||||
@ -62,6 +79,8 @@
|
|||||||
\end{center}
|
\end{center}
|
||||||
\end{titlepage}
|
\end{titlepage}
|
||||||
|
|
||||||
|
\thispagestyle{headings}
|
||||||
|
|
||||||
\begin{multicols}{2}
|
\begin{multicols}{2}
|
||||||
|
|
||||||
\section*{Termine}
|
\section*{Termine}
|
||||||
@ -111,17 +130,17 @@
|
|||||||
\includegraphics[width=0.7\linewidth]{xkcd-1807}
|
\includegraphics[width=0.7\linewidth]{xkcd-1807}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\section*{Impressum}
|
% \section*{Impressum}
|
||||||
|
%
|
||||||
\footnotesize{%
|
% \footnotesize{%
|
||||||
\begin{tabularx}{\linewidth}{@{}>{\bfseries}l X@{}}
|
% \begin{tabularx}{\linewidth}{@{}>{\bfseries}l X@{}}
|
||||||
\multicolumn{2}{@{}l}{\bfseries{Fachschaft WIAI}} \\
|
% \multicolumn{2}{@{}l}{\bfseries{Fachschaft WIAI}} \\
|
||||||
WWW: & \url{https://wiai.de} \\
|
% WWW: & \url{https://wiai.de} \\
|
||||||
E-Mail: & \href{mailto://fachschaft-wiai.stuve@uni-bamberg.de}{fachschaft-wiai.stuve@uni-bamberg.de}\\
|
% E-Mail: & \href{mailto://fachschaft-wiai.stuve@uni-bamberg.de}{fachschaft-wiai.stuve@uni-bamberg.de}\\
|
||||||
Telefon: & \href{tel:+49951863-1219}{+49 951 863-1219}\\
|
% Telefon: & \href{tel:+49951863-1219}{+49 951 863-1219}\\
|
||||||
Raum: & WE5/02.104
|
% Raum: & WE5/02.104
|
||||||
\end{tabularx}
|
% \end{tabularx}
|
||||||
}
|
% }
|
||||||
|
|
||||||
\end{multicols}
|
\end{multicols}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user