Skip to content
Snippets Groups Projects
Commit 89ff8819 authored by Spencer Williams's avatar Spencer Williams
Browse files

move common sty to sphinx

parent 38e169da
No related branches found
No related tags found
No related merge requests found
\usepackage{lastpage} % for "page n of m" feature
\usepackage{pdfpages} % for inline inclusion of pdfs
\usepackage{pdflscape} % for making pages landscape (so included pdfs can still get figure names and header/footer)
\RequirePackage{fancyhdr} % because howtos don't require it
% remove blank pages that are a result of a twopage document class
\let\cleardoublepage\clearpage
% howtos are not fancy by default
\pagestyle{normal}
% for box drawing
\usepackage{pmboxdraw}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment