You've already forked OpenUxAS-SoI
mirror of
https://github.com/AdaCore/OpenUxAS-SoI.git
synced 2026-02-12 13:04:49 -08:00
63 lines
1.2 KiB
TeX
63 lines
1.2 KiB
TeX
%-----\usepackage setup--------------
|
|
|
|
\usepackage[pdftex]{graphicx}
|
|
\usepackage{grffile}
|
|
\usepackage{pdfpages}
|
|
\usepackage{fancybox}
|
|
\usepackage{todonotes}
|
|
\usepackage{titlesec}
|
|
\usepackage{url}
|
|
|
|
|
|
\usepackage{hyperref}
|
|
|
|
|
|
\usepackage{xcolor,cite,epsf,xspace,multirow}
|
|
|
|
\usepackage{amsmath,epsfig}
|
|
\usepackage{mathrsfs}
|
|
\usepackage{bm}
|
|
\usepackage{amssymb}
|
|
\usepackage{setspace}
|
|
\usepackage{wrapfig}
|
|
|
|
\usepackage{textcomp}
|
|
\usepackage{listings}
|
|
\usepackage{caption}
|
|
\usepackage{subcaption}
|
|
\usepackage{rotating}
|
|
|
|
|
|
\usepackage[margin=9pt,font={small, bf}]{caption}
|
|
|
|
|
|
\usepackage{enumitem}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{csquotes}
|
|
|
|
|
|
\usepackage{lipsum}
|
|
|
|
\usepackage[body={6.5in,9.0in}, top=1.0in, left=1.0in]{geometry}
|
|
|
|
\usepackage{longtable}
|
|
|
|
\usepackage{makeidx} % Used to generate the index
|
|
|
|
\usepackage[dvipsnames]{xcolor}
|
|
|
|
\usepackage{microtype} % Improves character and word spacing
|
|
|
|
\usepackage{booktabs} % Better horizontal rules in tables
|
|
|
|
\usepackage{fancyvrb} % Allows customization of verbatim environments
|
|
\fvset{fontsize=\normalsize} % The font size of all verbatim text can be changed here
|
|
|
|
|
|
\usepackage{etoolbox}
|
|
\makeatletter
|
|
\patchcmd{\ttlh@hang}{\parindent\z@}{\parindent\z@\leavevmode}{}{}
|
|
\patchcmd{\ttlh@hang}{\noindent}{}{}{}
|
|
\makeatother |