Graphics, Figures & Tablesresume in latex

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
19Beat99
Posts: 1
Joined: Sat Oct 30, 2021 7:38 pm

resume in latex

Post by 19Beat99 »

Hello everyone
I try to make my resume in latex. Doday I tried the whole day to place a picture beside my name and adress, but I dont get it working. I would by happy if anybody could help me.

This is my latex code it made until now:

Code: Select all

\documentclass{article}
\usepackage{titlesec}
\usepackage{titling}
\usepackage[margin=2cm]{geometry}
\usepackage{graphicx}
\usepackage[export]{adjustbox}


\titleformat{\section}[frame]
{\huge}
{\thesection}
{0em}
{\filcenter}[\titlerule]

\titleformat{\subsection}[runin]
{\Large \bfseries}
{\hspace{-5mm}}
{0em}
{}

\titlespacing{\subsection}
{0em}{0em}{4em}

\renewcommand{\maketitle}
{
\begin{center}
{\huge \bfseries 
\theauthor\\}
\vspace{0.25em}
Anystreet 1
\\
0000 Any
\\
+(00) 00 000 00 00 $\vert$ hans.muster@gmail.com

\end{center}
}
\begin{document}




\author{hans muster}
\maketitle

\begin{figure}[h]
\includegraphics[scale=0.15, right]{muster.jpg}
\end{figure}




\end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
Post Reply