Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
compress/wavelet_report/preamble.tex
2016-04-26 07:11:05 +01:00

36 lines
758 B
TeX

% clickable tocs
\usepackage{hyperref}
% floating figures
\usepackage{float}
\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
% Matrices have a upper bound for its size
\setcounter{MaxMatrixCols}{20}
% Remove trailing `contents` after toc
\renewcommand{\contentsname}{}
\DeclareMathOperator{\diag}{diag}
% \newcommand{\vec}[1]{\mathbf{#1}}
\newcommand{\BigO}[1]{\mathcal{O}(#1)}
\newcommand{\proc}[1]{#1}
\newcommand{\todo}[1]{
\addcontentsline{tdo}{todo}{\protect{#1}}
$\ast$ \marginpar{\tiny $\ast$ #1}
}
\theoremstyle{plain}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newcommand*{\thead}[1]{\multicolumn{1}{c}{\bfseries #1}}