Skip to content

Instantly share code, notes, and snippets.

@Liam0205
Created January 22, 2016 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Liam0205/f50b70e557a675183252 to your computer and use it in GitHub Desktop.
Save Liam0205/f50b70e557a675183252 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage[skins]{tcolorbox}
\usepackage{overpic}
\begin {document}
\begin{tikzpicture}
\draw (0, 0) node (textfield) [inner sep=0]{
{\fcolorbox{black}{white}
{
\parbox{0.9\textwidth}
{
\vspace{3.2em}
\begin{flushleft}
\hspace{3.5em}{
\begin{minipage}[t]{0.6\textwidth}
{\large XXX}\par
\vspace{0.3em}
{\normalsize Position\\}
\end{minipage}
}
\end{flushleft}
}
}
}
};
\draw (textfield.north west) node {
\begin{overpic}[scale=0.25]{example-image.png}
\put(1.2,0.8){
\tikz[radius=1cm,delta angle=180]
\path[fill overzoom image=example-image-a.png]
(0,0) ellipse [x radius = 1.25cm, y radius = 1.24cm];
}
\end{overpic}
};
\end{tikzpicture}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment