29 lines
871 B
TeX
29 lines
871 B
TeX
\ProvidesClass{di/doxygen}
|
|
\LoadClass{di/di}
|
|
|
|
% Packages required by doxygen
|
|
\usepackage{fixltx2e}
|
|
\usepackage{calc}
|
|
\usepackage{doxygen}
|
|
\usepackage[export]{adjustbox} % also loads graphicx
|
|
\usepackage{graphicx}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{makeidx}
|
|
\usepackage{multicol}
|
|
\usepackage{multirow}
|
|
\PassOptionsToPackage{warn}{textcomp}
|
|
\usepackage{textcomp}
|
|
\usepackage[nointegrals]{wasysym}
|
|
|
|
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
|
|
\usepackage{natbib}
|
|
% HACK for tikz
|
|
% ! Package tikz Error: Sorry, some package has redefined the meaning of the math-mode dollar sign.
|
|
% This is incompatible with tikz and its calc library and might cause unrecoverable errors.
|
|
% See http://tex.stackexchange.com/questions/165929/semiverbatim-with-tikz-in-beamer
|
|
\makeatletter
|
|
\global\let\tikz@ensure@dollar@catcode=\relax
|
|
\makeatother
|
|
|
|
\makeindex
|