-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackages.tex
44 lines (41 loc) · 1.82 KB
/
packages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Insert HERE any additional packages
\usepackage{graphicx} % Enhanced support for graphics
% Useful packages (not required):
%
% \usepackage{CJK} % CJK (Chinese, Japanese, Korean and Thai) language support
% \usepackage{listings} % Typeset source code listings using LaTeX
% \usepackage{longtable} % Allow tables to flow over page boundaries
% \usepackage{mathrsfs} % Support for using RSFS fonts in maths
% \usepackage{psfrag} % Replace strings in encapsulated PostScript figures
% \usepackage{rotating} % Rotation tools, including rotated full-page floats
% \usepackage{showframe} % Draw a page-layout diagram
% \usepackage[normalem]{ulem} % Package for underlining
%===============================================================================
% DO NOT TOUCH WHAT FOLLOWS
%===============================================================================
%
% The following packages are required by the MechThesis class
%
\usepackage[utf8]{inputenc} % Accept different input encodings
\usepackage[swedish,english]{babel} % Multilingual support for Plain TeX or LaTeX
\usepackage{microtype} % Subliminal refinements towards typographical perfection
\usepackage[sectionbib]{natbib} % Flexible bibliography support
\usepackage{chapterbib}
\usepackage[hidelinks]{hyperref} % Extensive support for hypertext in LaTeX
\usepackage{caption} % Correct figures and tables caption width
\usepackage{etoolbox} % Make robust some counters that are made fragile by `calc`
\robustify\setcounter
\robustify\addtocounter
\robustify\setlength
\robustify\addtolength
%
% The following packages are loaded by MechThesis.cls and need not to be loaded
% in this file:
% - color
% - amsmath
% - amsfonts
% - amssymb
% - amsthm
% - amsgen
% - crop (if [printA4] or [cropmarks] options are used)
% - fp (if [happyadvisor] option is used)