[wip] transforming eisvogel.latex into a new lenaisten.latex
- place graphics
This commit is contained in:
parent
54e0894fc9
commit
706f5bc96c
3 changed files with 32 additions and 9 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,2 +1,3 @@
|
||||||
.devcontainer/pdfa/bin/* filter=lfs diff=lfs merge=lfs -text
|
.devcontainer/pdfa/bin/* filter=lfs diff=lfs merge=lfs -text
|
||||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
|
|
@ -576,11 +576,28 @@ $endif$
|
||||||
|
|
||||||
\usepackage[fixed]{fontawesome5}
|
\usepackage[fixed]{fontawesome5}
|
||||||
\usepackage{lenaisten-defs}
|
\usepackage{lenaisten-defs}
|
||||||
|
\usepackage{lastpage}
|
||||||
|
\usepackage{to-geom}
|
||||||
|
\usepackage{graphicx}
|
||||||
|
\usepackage[pages=all]{background}
|
||||||
|
|
||||||
|
\backgroundsetup{
|
||||||
|
scale=1,
|
||||||
|
opacity=0.3,
|
||||||
|
angle=0,
|
||||||
|
position={current page.north east},
|
||||||
|
hshift=-3cm,
|
||||||
|
vshift=-3cm,
|
||||||
|
contents={%
|
||||||
|
\includegraphics[width=2cm]{logo.png}%
|
||||||
|
}%
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
% dekorierte Links
|
% dekorierte Links
|
||||||
\let\oldhref\href
|
\let\oldhref\href
|
||||||
\renewcommand{\href}[2]{%
|
\renewcommand{\href}[2]{%
|
||||||
% \oldhref{#1}{\scalebox{1.3}{\raisebox{-0.3ex}{\ding{234}}}\,\underline{#2}}%
|
|
||||||
\oldhref{#1}{\faIcon{external-link-alt}\underline{#2}}%
|
\oldhref{#1}{\faIcon{external-link-alt}\underline{#2}}%
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -595,13 +612,10 @@ $endif$
|
||||||
}%
|
}%
|
||||||
}
|
}
|
||||||
|
|
||||||
\usepackage{lastpage}
|
\TeXofficeHeadheight0cm
|
||||||
\usepackage{to-geom}
|
\TeXofficeHeadsep0cm
|
||||||
|
|
||||||
% \TeXofficeHeadheight0cm
|
|
||||||
% \TeXofficeHeadsep0cm
|
|
||||||
\TeXofficeMargin2cm
|
|
||||||
\TeXofficeFootsep.5cm
|
\TeXofficeFootsep.5cm
|
||||||
|
\TeXofficeMargin2cm
|
||||||
\TeXofficeResetmargins
|
\TeXofficeResetmargins
|
||||||
|
|
||||||
\AtBeginDocument{%
|
\AtBeginDocument{%
|
||||||
|
@ -965,11 +979,15 @@ $endif$
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%BOOKMARK begin lenaisten title
|
%BOOKMARK begin lenaisten title
|
||||||
|
|
||||||
|
\savegeometry{lenaisten}
|
||||||
\begin{titlepage}%
|
\begin{titlepage}%
|
||||||
|
\TeXofficeNoheader%
|
||||||
|
\TeXofficeNofooter%
|
||||||
|
\TeXofficeGeometry%
|
||||||
|
\cfoot*{}%
|
||||||
\maketitle%
|
\maketitle%
|
||||||
\begin{center}%
|
\begin{center}%
|
||||||
% \includegraphics[width=2cm]{./img/logo.png}%
|
\includegraphics[width=2cm]{logo.png} \vfill%
|
||||||
TODO \vfill%
|
|
||||||
\renewcommand{\arraystretch}{2}%
|
\renewcommand{\arraystretch}{2}%
|
||||||
\begin{tabular}{c@{\hskip .25em}lll}%
|
\begin{tabular}{c@{\hskip .25em}lll}%
|
||||||
\faIcon{calendar-alt} & Datum: & \multicolumn{2}{c}{$date$} \tabularnewline%
|
\faIcon{calendar-alt} & Datum: & \multicolumn{2}{c}{$date$} \tabularnewline%
|
||||||
|
@ -990,6 +1008,7 @@ $endif$
|
||||||
\renewcommand{\arraystretch}{1}%
|
\renewcommand{\arraystretch}{1}%
|
||||||
\end{center}%
|
\end{center}%
|
||||||
\end{titlepage}%
|
\end{titlepage}%
|
||||||
|
\loadgeometry{lenaisten}
|
||||||
|
|
||||||
%BOOKMARK end lenaisten title
|
%BOOKMARK end lenaisten title
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|
BIN
logo.png
(Stored with Git LFS)
Normal file
BIN
logo.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue