Skip to content

Commit

Permalink
[latex]: Improve profile image to circled style
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 18, 2023
1 parent 735b2ad commit c780d69
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resume.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
% Add package to manage images.
\usepackage{graphicx}

% Add package to manage and draw graphic elements.
\usepackage{tikz}

% Add package to manage font and background colors.
\usepackage{xcolor}

Expand Down Expand Up @@ -108,7 +111,12 @@
\begin{tabular}{cc}

\begin{minipage}{0.3\textwidth}
\includegraphics[scale=0.18]{website/assets/img/profile_pdf.jpg}
\begin{tikzpicture}
\clip (0,0) circle (2.4cm);
\node[anchor=center] at (0,0) {
\includegraphics[scale=0.2]{website/assets/img/profile_pdf.jpg}
};
\end{tikzpicture}
\end{minipage}
&
\begin{minipage}{0.62\textwidth}
Expand Down

0 comments on commit c780d69

Please sign in to comment.