resume/latexplate.sty
2020-07-29 21:19:56 +02:00

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}
}