帮助完成简历序言的其余部分

帮助完成简历序言的其余部分

感谢论坛中的用户,让我对 LaTeX 有了一个很好的开始,并且得到了很多关于序言的帮助。现在我需要一些结尾方面的帮助。:-)

到目前为止的序言:

\documentclass[a4paper, 10pt]{memoir}

\usepackage{framed, xcolor}%to make boxes and colours

\usepackage[T1]{fontenc}
\usepackage{graphicx,fix-cm,kpfonts}

\usepackage{anyfontsize}%manipulate with font size

\pagestyle{empty}

\usepackage[left=0cm,right=0cm,top=0cm,bottom=0cm]{geometry}


\begin{document}
\sffamily
\noindent
\raisebox{-\fboxsep}{\includegraphics[width=\dimexpr3in+2\fboxsep\relax,height=\dimexpr3in+2\fboxsep\relax]{example-image-a}}%
\colorbox{gray!50}{\parbox[b][3in][b]{3in}{\fontsize{30}{36}\bfseries\scshape\textcolor{green}{M}arie \textcolor{green}{M}uster}}%
\par
\vspace{-0.3ex}
\noindent
\colorbox{black!70}{\parbox[b][3in][b]{3in}{%
\raggedleft
\textcolor{white}{\textbf{\textsc{\LARGE Bewerbung}} als \textbf{\textsc{\LARGE Assistentin}}}\\
\textcolor{green}{\rule{2in}{0.5pt}}\\
\textcolor{white}{im \textbf{Bereich Biochemie}}
}}%
\colorbox{olive}{\parbox[b][3in][t]{3in}{%
\color{white}
Am Musterweg 22\\
12345 Musterstadt\\
Telefon 0 25 06 / 12 34 56\\
E-mail: [email protected]
}}

\end{document}

如果最后能看起来像这样就好了: 成品

  • 如果有人能帮助我就太好了:

    在 PDF 中正确放置方框。我以为可以使用 \centering,但后来我看到示例(请参阅链接)中它不在中间。那么如何像示例中那样放置方框呢?

    如何使用 HTML 改变颜色?

这里的颜色(HTML):

  • 正下方盒子的颜色:5b8601

    左下框的颜色:5a5a5a

    剩余盒子的颜色:bfbfbf

    右下方框上的线条颜色和右上方的 M:框 669b03

在此先提前感谢您。PS!我使用 GIMP 找出了它的颜色。

PPS!请使用 LaTeX,不要使用 XeLaTeX 或其他东西(我是新手,想从头开始学习 LaTeX :-))

答案1

相关内容