latexplate/latexplate.sty

31 lines
476 B
Plaintext
Raw Permalink Normal View History

\RequirePackage
{
fontspec,
fancyhdr,
lmodern,
hyperref,
graphicx,
float,
parskip,
ragged2e,
soul,
sectsty,
xcolor,
microtype,
tabto
}
\RequirePackage[bottom,hang,flushmargin]{footmisc}
\definecolor{andigray}{RGB}{237,237,237}
\sethlcolor{andigray}
\newcommand{\code}[1]{\hl{\mbox{#1}}}
2017-12-11 22:35:01 +00:00
\newcommand{\pic}[3][width=\textwidth]
{
\begin{figure}[H]
\centering
\includegraphics[#1]{#2}
\caption{#3}
\end{figure}
}