Skip to content
Snippets Groups Projects
Commit 589dce72 authored by Gregor Bellach's avatar Gregor Bellach
Browse files

custom subsections headlines in the same style as the large ones

parent 08854cd9
Branches
No related tags found
1 merge request!34Resolve "Redaktion 23/24"
......@@ -3,7 +3,7 @@
\framebox{
\begin{minipage}[t][.95\textheight]{.9\textwidth}
\centering
\vspace{1cm}
\vspace{2cm}
\includegraphics[width=0.66\textwidth]{Logo.png}\\
\vspace{5mm}
\textbf{\LARGE Der Fachschaftsrat AI}\\
......@@ -48,7 +48,7 @@
\framebox{
\begin{minipage}[t][.95\textheight]{.9\textwidth}
\centering
\vspace{5mm}
\vspace{2cm}
\includegraphics[width=0.5\textwidth]{LogoInfo.png}\\
\vspace{3mm}
\textbf{\LARGE Der Fachschaftsrat Informatik}\\
......@@ -85,7 +85,7 @@
\framebox{
\begin{minipage}[t][.95\textheight]{.9\textwidth}
\centering
\vspace{5mm}
\vspace{2cm}
\includegraphics[width=0.4\textwidth]{LogoITS.png}\\
\vspace{3mm}
\textbf{\LARGE Der Fachschaftsrat IT-Sicherheit}\\
......
\twocolumn[\mysection{Presseinformationen}{Dürfen nicht fehlen}]
\subsection*{Kontakt}
\vspace*{-.25cm}
\hspace*{.25cm}{\small Bitte rede mit uns... Wir sind so einsam :(}
\vspace*{\baselineskip}\\
\mysubsection*{Kontakt}{Bitte rede mit uns... Wir sind so einsam :(}
Fachschaft Angewandte Informatik\\
Ruhr-Universität Bochum\\
Gebäude MC, Raum 0.67\\
......@@ -25,32 +22,28 @@ Gebäude MC, Raum 0.68\\
E-Mail: fsr-its@rub.de\\
Website: https://fs-its.rub.de/
\subsection*{Hauptautor:innen}
\vspace*{-.25cm}
\hspace*{.25cm}{\small Schrieben einen Großteil der aktuellen Texte}
\mysubsection*{Hauptautor:innen}{Schrieben einen Großteil der aktuellen Texte}
\vspace{-1.5\baselineskip}
\begin{itemize}
\item Gregor Bellach
\item Eleodie Krusche
\end{itemize}
\subsection*{\TeX nische Umsetzung und Layout}
\vspace*{-.25cm}
\hspace*{.25cm}{\small Funktioniert und sieht gut aus}
\mysubsection*{\TeX nische Umsetzung und Layout}{Funktioniert und sieht gut aus}
\vspace{-1.5\baselineskip}
\begin{itemize}
\item Gregor Bellach
\end{itemize}
\subsection*{Redaktion dieser Ausgabe}
\vspace*{-.25cm}
\hspace*{.25cm}{\small Checkten Fakten und behoben Fehler}
\mysubsection*{Redaktion dieser Ausgabe}{Checkte Fakten und behob Fehler}
\vspace{-1.5\baselineskip}
\begin{itemize}
\item Adrian Paschkowski
\item Nicklas Lindemann
\end{itemize}
\subsection*{ Autor:innen seit der 1. Ausgabe}
\vspace*{-.25cm}
\hspace*{.25cm}{\small Haben hier ihre Fußabdrücke hinterlassen}
\mysubsection*{Autor:innen seit der 1. Ausgabe}{Haben hier ihre Fußabdrücke hinterlassen}
\vspace{-1.5\baselineskip}
\begin{itemize}
\item Niklas Heyne
\item Nils Gondermann
......@@ -80,10 +73,7 @@ Website: https://fs-its.rub.de/
\item Rafael Schypula
\end{itemize}
\subsection*{Bildquellen}
\vspace*{-.25cm}
\hspace*{.25cm}{\small Sorgen hier für visuelle Stimulation}
\vspace*{\baselineskip}\\
\mysubsection*{Bildquellen}{Sorgen hier für visuelle Stimulation}
Alle nicht hier aufgeführten Bildquellen sind entweder am Bild vermerkt, Eigentum der Fachschaften Angewandte Informatik, Informatik oder IT-Sicherheit, oder dürfen von uns nach bestem Wissen und Gewissen ohne Angabe der Quelle verwendet werden.
\begin{itemize}
\item hier gibt es derzeit nichts zu sehen
......
\onecolumn
\newgeometry{top=2cm, bottom=2cm, left=.5cm, right=.5cm}
\pagenumbering{gobble}
\vspace*{\fill}
% trim=left bottom right top -- mind the symmetry so they are scaled exactly the same
\includegraphics[width=\textwidth, trim= .25cm 2.8cm 14.8cm .25cm, clip]{campusplan.pdf}
\vspace*{\fill}
\clearpage
\vspace*{\fill}
\includegraphics[width=\textwidth,trim= 14.8cm 2.8cm .25cm .25cm, clip]{campusplan.pdf}
\vspace*{\fill}
\twocolumn
\restoregeometry
\twocolumn
\pagenumbering{arabic}
\twocolumn[\mysection{Auf dem Cover dargestellt}{Inspirierend und interessant}]
\coverDescription
\subsection*{Ehemalige Coverpersönlichkeiten}
\mysubsection*{Ehemalige Coverpersönlichkeiten}{Wurden hier mal geehrt}
\vspace{-1.5\baselineskip}
\pastCovers
\ No newline at end of file
......@@ -36,9 +36,21 @@
\underline{#1}
}\\
}
\newcommand{\sectionSubtitle}[1]{\vspace{-1.4cm}\hspace{0.28cm}\large{#1}\normalsize\vspace{1.4cm}}
\newcommand{\sectionSubtitle}[1]{\vspace{-1.4cm}\hspace{0.56cm}\large{#1}\normalsize\vspace{1.4cm}}
\newcommand{\mysection}[2]{\section{#1}\sectionSubtitle{\ #2}} % TODO: check whether section labelling works correctly. %%\label{sec:#1}}
\WithSuffix\newcommand\mysection*[2]{\section*{#1}\sectionSubtitle{\ #2}} % TODO: check whether section labelling works correctly. %%\label{sec:#1}}
\newcommand{\mysubsection}[2]{
\subsection{\underline{#1}}
\vspace*{-.14cm}
\hspace*{.28cm}{\small #2}
\vspace{\baselineskip}\\
}
\WithSuffix\newcommand\mysubsection*[2]{
\subsection*{\underline{#1}}
\vspace*{-.14cm}
\hspace*{.28cm}{\small #2}
\vspace{\baselineskip}\\
}
% For the "Schedule" section
%% Use like \schedItem{Time}{Place}{What}{} if for everyone
......@@ -58,6 +70,7 @@
}
\end{minipage}\\
}
%% This is a prove of concept for the use with makros and DTM times. The above one might be easier
\WithSuffix\newcommand\schedItem*[4]{
\hspace*{.45cm} \textbullet \hspace{.15cm}
\begin{minipage}[t]{.8\columnwidth}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment