integrate new image

This commit is contained in:
2024-08-16 18:45:22 +02:00
parent 867b2002d6
commit 48fee0e491
3 changed files with 14 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 MiB

View File

@@ -49,7 +49,9 @@
% can makebox also be used?
\newcommand\headerview{
\begin{minipage}{0.5\linewidth}
\profpic{0.5}{images/profilepicture}
%\profpic{0.5}{images/profilepicture}
\includegraphics[width=0.18\linewidth]{images/profilepicture}
\end{minipage}%
\hfill
\begin{minipage}{0.45\linewidth}
@@ -60,16 +62,17 @@
%profilpicture
\newsavebox{\picbox}
\newcommand{\profpic}[2]{%
\savebox{\picbox}{%
\includegraphics[scale=#1]{#2}}%
\tikz\node [draw, circle,%
line width=4pt, color=white,%
minimum width=\wd\picbox,minimum height=\ht\picbox,%
path picture={ \node at (path picture bounding box.center)%
{\usebox{\picbox}};}]%
{};}
% \newsavebox{\picbox}
% \newcommand{\profpic}[2]{%
% \savebox{\picbox}{%
% \includegraphics[scale=#1]{#2}}%
% \tikz\node [draw,
% %circle,%
% %line width=4pt, color=white,%
% %minimum width=\wd\picbox,minimum height=\ht\picbox,%
% path picture={ \node at (path picture bounding box.center)%
% {\usebox{\picbox}};}]%
% {};}
%contactsubviews