2018-11-26 13:02:52 +00:00
|
|
|
\RequirePackage
|
|
|
|
{
|
|
|
|
fontspec,
|
|
|
|
fancyhdr,
|
|
|
|
lmodern,
|
|
|
|
graphicx,
|
|
|
|
float,
|
|
|
|
ragged2e,
|
|
|
|
soul,
|
|
|
|
sectsty,
|
|
|
|
xcolor,
|
|
|
|
microtype,
|
2018-11-30 18:35:49 +00:00
|
|
|
tabto,
|
|
|
|
amsthm
|
2018-11-26 13:02:52 +00:00
|
|
|
}
|
|
|
|
\RequirePackage[bottom,hang,flushmargin]{footmisc}
|
|
|
|
|
2018-11-30 18:35:49 +00:00
|
|
|
\newtheorem*{note}{Note}
|
|
|
|
|
2018-11-26 13:02:52 +00:00
|
|
|
\newcommand{\pic}[3][width=\textwidth]
|
|
|
|
{
|
|
|
|
\begin{figure}[H]
|
|
|
|
\centering
|
|
|
|
\includegraphics[#1]{#2}
|
|
|
|
\caption{#3}
|
2018-12-01 14:44:42 +00:00
|
|
|
\label{#2}
|
2018-11-26 13:02:52 +00:00
|
|
|
\end{figure}
|
|
|
|
}
|