This repository has been archived on 2023-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
about-brochure/brochure.tex

161 lines
3.5 KiB
TeX
Raw Permalink Normal View History

2018-06-01 22:35:44 +02:00
\documentclass[12pt,a4paper,twocolumn,landscape,openany]{memoir}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Document-wide settings
\pagestyle{empty} % no page number
\parskip 7.2pt % space between paragraphs
\parindent 12pt % indent for new paragraph
\textwidth 6.5in % width of text
\columnsep 0.5in % separation between columns
% Load packages
\usepackage[utf8]{inputenc}
\input{pdfSettings.tex}
\usepackage{geometry}
\geometry{left=0.7in,top=0.7in,right=0.7in,bottom=0.7in} %margins
\usepackage{graphicx}
\usepackage{xcolor,framed}
\usepackage[colorlinks = true, % Set color of links to red
linkcolor = red,
urlcolor = red,
citecolor = red,
anchorcolor = red]{hyperref}
\usepackage{tikz} % for \gradientbox below.
\usepackage{eso-pic}
\usepackage{titlesec}
\pagenumbering{gobble} % Disable page numbers
% Set title formats using titlesec ----------------------------------
\titleformat{\chapter}
{\huge\bfseries\color{red}} % format
{} % label
{0pt} % sep
{\huge} % before-code
\titleformat{\section}
{\huge\bfseries} % format
{} % label
{0pt} % sep
{\huge} % before-code
\titleformat{\subsection}
{\Large\bfseries} % format
{} % label
{0pt} % sep
{\Large} % before-code
2018-06-02 02:03:38 +02:00
%%%%%%%%%%
2018-06-01 22:35:44 +02:00
% Set font
\renewcommand{\familydefault}{cmss}
2018-06-02 02:03:38 +02:00
%%%%%%%%%%
% Macro for setting background on start page.
2018-06-01 22:35:44 +02:00
\newcommand{\centerVertically}[1]{
\topskip0pt
\vspace*{\fill}
#1
\vspace*{\fill}
}
2018-06-02 02:03:38 +02:00
%%%%%%%%%%
% Macro
2018-06-01 22:35:44 +02:00
\newcommand\BackgroundPic{%
2018-06-02 16:57:00 +02:00
\setlength{\fboxrule}{0,1pt}%
\put(-3pt,0){%
\color{black!5}\fbox{\rule{.6\paperwidth}{\paperheight}}}
\put(0,0){%
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\includegraphics[width=.6\paperwidth,height=\paperheight,%
2018-06-04 16:35:50 +02:00
keepaspectratio]{\pageTitleImg}%
2018-06-02 16:57:00 +02:00
\vfill}
}
}
2018-06-01 22:35:44 +02:00
\begin{document}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Title Page
%
\begin{titlingpage}%
%
2018-06-02 16:57:00 +02:00
\AddToShipoutPicture*{\BackgroundPic}
\color{black}%
\vspace{1.5cm}%
\mbox{}\hfill
{\Huge\bfseries\color{black} \pageTitle}
\vspace{1cm}
\mbox{}\hfill\color{black!70}{\Large{Publikation}}
\mbox{}\hfill\color{black!70}{\Large{Inventarisierung}}
2018-06-04 01:54:32 +02:00
\mbox{}\hfill\color{black!70}{\Large{Digitale Ausstellungen}}
2018-06-02 16:57:00 +02:00
\vspace{1cm}
2018-06-04 01:54:32 +02:00
\mbox{}\hfill\color{black!70}{\Large{Aus der Praxis geboren:}}
2018-06-02 16:57:00 +02:00
\mbox{}\hfill\color{black!70}{\Large{Museumssoftware}}
\mbox{}\hfill\color{black!70}{\Large{von Museen}}
\mbox{}\hfill\color{black!70}{\Large{für Museen}}
2018-06-01 22:35:44 +02:00
%
2018-06-02 16:57:00 +02:00
\let\cleardoublepage\clearpage
2018-06-01 22:35:44 +02:00
\end{titlingpage}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Introduction
%
2018-06-02 02:03:38 +02:00
%
\input{contentsIntroduction.tex}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Vorletztes: Frontend
2018-06-01 22:35:44 +02:00
%
\input{contentsFrontend.tex}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2018-06-02 02:03:38 +02:00
%%%%%%%%% Vorletztes: musdb
%
\input{contentsMusdb.tex}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Vorletztes: Themator
%
\input{contentsThemator.tex}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2018-06-01 22:35:44 +02:00
%%%%%%%%% Vorletztes: Links
%
\input{contentsTail.tex}%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%% Vorletztes: Links
%
\input{contentsContact.tex}%
%
%
%
\end{document}