thesis/latexplate.sty

29 lines
400 B
Plaintext
Raw Normal View History

\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}
2018-12-01 14:44:42 +00:00
\label{#2}
\end{figure}
}