Skip to content

Commit

Permalink
cleaned up 02-generic.tex
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach authored Aug 15, 2023
1 parent b4f3643 commit 625b316
Showing 1 changed file with 15 additions and 28 deletions.
43 changes: 15 additions & 28 deletions include/02-generic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,40 +10,25 @@

% ? >> formatting

\usepackage{%
float,
microtype,
booktabs,
enumitem,
emptypage,
subcaption,
multicol,
blindtext,
titlepic,
tabularx,
makecell,
listliketab,
tabto,
}
\usepackage{float,microtype,emptypage,blindtext}

\newcommand{\ctab}{\tab\hspace{-5em}}
% ? >> tables & lists

\usepackage{tabularx,booktabs,multicol,makecell}
\usepackage{enumitem}

% ? >> links

\usepackage{bookmark}
\usepackage{hyperref}
\usepackage{bookmark,hyperref,url}
\hypersetup{hidelinks,colorlinks=false}
\usepackage{url}

% ? >> title page & layout
% ? >> title pages & layout

\usepackage[heightrounded,pdftex,pass]{geometry}
\usepackage{svg}

\usepackage[outermarks]{titleps}
\usepackage{titlepic,svg}

\settitlemarks{section,subsection}

\newpagestyle{fancy}{%
\headrule%
\sethead{\thesection.~\sectiontitle}{}{\thesubsection.~\subsectiontitle}
Expand All @@ -55,16 +40,18 @@
\PassOptionsToPackage{dvipsnames}{xcolor}
\PassOptionsToPackage{table}{xcolor}

\usepackage{graphicx}
\usepackage{caption}
\usepackage{graphicx,caption,subcaption,wrapfig}

% ? >> references
% ? >> tabs

\newif\ifbibliographyloaded%
\bibliographyloadedfalse%
\usepackage{tabto,listliketab}
\newcommand{\ctab}{\tab\hspace{-5em}}

% ? >> option defaults

\newif\ifbibliographyloaded%
\bibliographyloadedfalse%

\newif\ifframesloaded%
\framesloadedfalse%

Expand Down

0 comments on commit 625b316

Please sign in to comment.