mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 17:03:13 +01:00
Coverproblem erstmal gelöst, Grafiken sind hier doch sinnvoller
This commit is contained in:
parent
b5a3820a16
commit
719633c43e
BIN
backcover_old.png
Normal file
BIN
backcover_old.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 232 KiB |
BIN
cover_old.png
Normal file
BIN
cover_old.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 368 KiB |
49
nopanic.tex
49
nopanic.tex
|
@ -4,9 +4,11 @@
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage[parfill]{parskip}
|
\usepackage[parfill]{parskip}
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
|
\usepackage{graphicx}
|
||||||
\usepackage{newclude}
|
\usepackage{newclude}
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{xcolor}
|
%\usepackage{xcolor}
|
||||||
|
\usepackage{eso-pic}
|
||||||
%\usepackage[margin=0.5in]{geometry}
|
%\usepackage[margin=0.5in]{geometry}
|
||||||
|
|
||||||
%"Kapitel" ist etwas doof, aber so ist da ein newline :/
|
%"Kapitel" ist etwas doof, aber so ist da ein newline :/
|
||||||
|
@ -22,25 +24,40 @@
|
||||||
\renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
\renewcommand{\footrulewidth}{0pt}
|
\renewcommand{\footrulewidth}{0pt}
|
||||||
|
|
||||||
%Um was geht's hier eigentlich?
|
%Das Coverbild, oh gott o.O Aber es funktioniert
|
||||||
\title{NO PANIC}
|
\usepackage{eso-pic}
|
||||||
\date{2014}
|
\newcommand\CoverPic{%
|
||||||
|
\put(0,0){%
|
||||||
|
\parbox[b][\paperheight]{\paperwidth}{%
|
||||||
|
\vfill
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\paperwidth,height=\paperheight,%
|
||||||
|
keepaspectratio]{cover_old.png}%
|
||||||
|
\vfill
|
||||||
|
}}}
|
||||||
|
|
||||||
|
%Das Rückbild, den Text können wir aber nach wie vor hier direkt reinschreiben, erzeugen wir einfach ne leere farbige Rückseite.
|
||||||
|
\usepackage{eso-pic}
|
||||||
|
\newcommand\BackcoverPic{%
|
||||||
|
\put(0,0){%
|
||||||
|
\parbox[b][\paperheight]{\paperwidth}{%
|
||||||
|
\vfill
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=\paperwidth,height=\paperheight,%
|
||||||
|
keepaspectratio]{backcover_old.png}%
|
||||||
|
\vfill
|
||||||
|
}}}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
% ----------
|
% ----------
|
||||||
% Coverseite
|
% Coverseite
|
||||||
% ----------
|
% ----------
|
||||||
\pagecolor{black}
|
\thispagestyle{empty} %keine Seitenzahl
|
||||||
\color{white}
|
\AddToShipoutPicture*{\CoverPic}
|
||||||
\maketitle
|
\mbox{} %brauche leeren Content für ne newpage
|
||||||
%\begin{center}
|
\newpage
|
||||||
%\textbf{\huge{NO PANIC}}\\
|
|
||||||
%\large{2014}
|
|
||||||
%\end{center}
|
|
||||||
%\cleardoublepage %wofür ist das hier nötig?!
|
|
||||||
\color{black}
|
|
||||||
\pagecolor{white}
|
|
||||||
% ----------
|
% ----------
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
%\newpage
|
%\newpage
|
||||||
|
@ -77,7 +94,7 @@ Tutor1, Tutor2, Tutor3, ...
|
||||||
% Backcover
|
% Backcover
|
||||||
% ----------
|
% ----------
|
||||||
\newpage
|
\newpage
|
||||||
\pagecolor{black}
|
\thispagestyle{empty} %keine Seitenzahl
|
||||||
\color{white}
|
\color{white}
|
||||||
\textbf{Herausgeber} \\
|
\textbf{Herausgeber} \\
|
||||||
Fachschaftsrat Informatik der TU Dresden
|
Fachschaftsrat Informatik der TU Dresden
|
||||||
|
@ -92,6 +109,8 @@ Niklas,
|
||||||
Sebastian
|
Sebastian
|
||||||
|
|
||||||
Mitarbeit an der nächsten Version unter \url{github.com/fsr/nopanic} ist immer willkommen!
|
Mitarbeit an der nächsten Version unter \url{github.com/fsr/nopanic} ist immer willkommen!
|
||||||
|
|
||||||
|
\AddToShipoutPicture*{\BackcoverPic} %Hier ist noch ne weiße Kante, wieso?
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue