resume/latexplate.sty

29 lines
400 B
TeX

\RequirePackage
{
fontspec,
fancyhdr,
lmodern,
graphicx,
float,
ragged2e,
soul,
sectsty,
xcolor,
microtype,
tabto,
amsthm
}
\RequirePackage[bottom,hang,flushmargin]{footmisc}
\newtheorem*{note}{Note}
\newcommand{\pic}[3][width=\textwidth]
{
\begin{figure}[H]
\centering
\includegraphics[#1]{#2}
\caption{#3}
\label{#2}
\end{figure}
}