mirror of
https://gitlab.com/tiggr/faltstern.git
synced 2024-12-24 23:41:06 +01:00
82 lines
2.3 KiB
TeX
82 lines
2.3 KiB
TeX
\documentclass[a4paper,twoside,12pt]{article}
|
|
|
|
\usepackage{tabularx}
|
|
\usepackage[table]{xcolor}
|
|
\usepackage[left=60mm, right=15mm, top=20cm, bottom=2.5cm]{geometry}
|
|
\usepackage[ngerman]{babel}
|
|
\usepackage{fontspec}
|
|
\usepackage{scrlayer}
|
|
\usepackage{parskip}
|
|
\usepackage{graphicx}
|
|
\usepackage{wrapfig}
|
|
\usepackage{units}
|
|
\usepackage{caption}
|
|
\usepackage{amsmath}
|
|
\usepackage{sectsty}
|
|
\usepackage{emptypage}
|
|
\usepackage[colorlinks=true,linkcolor=black,citecolor=blackm,urlcolor=black]{hyperref}
|
|
\usepackage{subcaption}
|
|
\usepackage[titles]{tocloft}
|
|
\usepackage[protrusion=true]{microtype}
|
|
|
|
\input{styles.tex}
|
|
|
|
\DeclareNewLayer[%
|
|
align=tl,
|
|
hoffset=15mm,
|
|
voffset=22.2cm,
|
|
width=35mm,
|
|
height=60mm,
|
|
contents={%
|
|
\includegraphics[width=35mm]{Bilder/opensource.pdf}
|
|
}]{OSILogo}
|
|
\DeclareNewPageStyleByLayers{RWBackside}{OSILogo}
|
|
|
|
|
|
\begin{document}
|
|
|
|
\newpage
|
|
\pagestyle{RWBackside}
|
|
\setmainfont{Delicious-Roman}[Mapping=Delicious]
|
|
|
|
\mbox{ }\vfill % pushing following text to bottom ;-)
|
|
|
|
Dieses Dokument wurde nur unter der Verwendung von Open Source Software erstellt:\\
|
|
|
|
\begin{tabularx}{\textwidth}{lX}
|
|
{\fontspec{Latin Modern Roman} \LaTeX} & \url{https://www.latex-project.org/} \\
|
|
%Scribus & \url{https://www.scribus.net/} \\
|
|
Inkscape & \url{https://www.inkscape.org/} \\
|
|
The Gimp & \url{https://www.gimp.org/} \\
|
|
Atom Editor & \url{https://atom.io/} \\
|
|
LibreOffice & \url{https://www.libreoffice.org/} \\
|
|
pdftk & \url{https://www.pdflabs.com/} \\
|
|
Linux & \url{https://www.linux.org/}
|
|
\end{tabularx}
|
|
|
|
% \begin{figure}[b]
|
|
% \begin{subfigure}[b]{0.22\textwidth}
|
|
% \begin{center}
|
|
% \vspace{-14pt}
|
|
% \includegraphics[width=\textwidth]{Bilder/opensource.pdf}
|
|
% \end{center}
|
|
% \end{subfigure}%
|
|
% \hfill%
|
|
% \begin{subfigure}[b]{0.72\textwidth}
|
|
% Dieses Dokument wurde nur unter der Verwendung von Open Source Software erstellt:\\
|
|
%
|
|
% \begin{tabularx}{\textwidth}{lX}
|
|
% {\fontspec{Latin Modern Roman} \LaTeX} & \url{https://www.latex-project.org/} \\
|
|
% Scribus & \url{http://www.scribus.net/} \\
|
|
% Inkscape & \url{http://www.inkscape.org/} \\
|
|
% The Gimp & \url{http://www.gimp.org/} \\
|
|
% LibreOffice & \url{http://de.openoffice.org/} \\
|
|
% pdftk & \url{http://www.pdfhacks.com/pdftk/} \\
|
|
% Linux & \url{http://www.linux.org/}
|
|
% \end{tabularx}
|
|
% \end{subfigure}
|
|
% \end{figure}
|
|
|
|
|
|
\end{document}
|