Skip to content
Snippets Groups Projects
notebook-preamble.tex 1.66 KiB
Newer Older
\usepackage[breakable]{tcolorbox}

% Basic figure setup, for now with no caption control since it's done
% automatically by Pandoc (which extracts ![](path) syntax from Markdown).
% Ensure that by default, figures have no caption (until we provide a
% proper Figure object with a Caption API and a way to capture that
% in the conversion process - todo).
%\usepackage{caption}
%\DeclareCaptionFormat{nocaption}{}
%\captionsetup{format=nocaption,aboveskip=0pt,belowskip=0pt}
\usepackage{float}
\usepackage{xcolor} % Allow colors to be defined
\usepackage{enumerate} % Needed for markdown enumerations to work
\usepackage{textcomp} % defines textquotesingle
\usepackage{upquote} % Upright quotes for verbatim code
\usepackage{eurosym} % defines \euro
%\usepackage{fontspec}
%\usepackage{unicode-math}

\usepackage{fancyvrb} % verbatim replacement that allows latex
\usepackage{grffile} % extends the file name processing of package graphics
                    % to support a larger range
\usepackage[Export]{adjustbox} % Used to constrain images to a maximum size

%\usepackage{longtable} % longtable support required by pandoc >1.10
%\usepackage{booktabs}  % table support for pandoc > 1.12.2
%\usepackage{array}     % table support for pandoc >= 2.11.3
%\usepackage{calc}      % table minipage width calculation for pandoc >= 2.11.1
%\usepackage[inline]{enumitem} % IRkernel/repr support (it uses the enumerate* environment)
\usepackage[normalem]{ulem} % ulem is needed to support strikethroughs (\sout)
                            % normalem makes italics be italics, not underlines
\usepackage{soul}      % strikethrough (\st) support for pandoc >= 3.0.0
\usepackage{mathrsfs}