diff options
| author | vikle012 <viktor.leek@liu.se> | 2019-09-11 13:57:14 +0200 |
|---|---|---|
| committer | vikle012 <viktor.leek@liu.se> | 2019-09-11 13:57:14 +0200 |
| commit | e66efbbe8df2dd4e7de0a1e9bd129cf92e00f92f (patch) | |
| tree | 5ec35be0c219a2e6b017e12e450e76157b9de044 /LaTeX-mall/lips/tex/template.tex | |
| download | tfyy51-e66efbbe8df2dd4e7de0a1e9bd129cf92e00f92f.tar.gz | |
Initializes repo.
Diffstat (limited to 'LaTeX-mall/lips/tex/template.tex')
| -rw-r--r-- | LaTeX-mall/lips/tex/template.tex | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/LaTeX-mall/lips/tex/template.tex b/LaTeX-mall/lips/tex/template.tex new file mode 100644 index 0000000..5a5c902 --- /dev/null +++ b/LaTeX-mall/lips/tex/template.tex @@ -0,0 +1,68 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Arsclassica Article +% Structure Specification File +% +% This file has been downloaded from: +% http://www.LaTeXTemplates.com +% +% Original author: +% Lorenzo Pantieri (http://www.lorenzopantieri.net) with extensive modifications by: +% Vel (vel@latextemplates.com) +% +% License: +% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% REQUIRED PACKAGES +%---------------------------------------------------------------------------------------- + +\usepackage[ +nochapters, % Turn off chapters since this is an article +beramono, % Use the Bera Mono font for monospaced text (\texttt) +%eulermath,% Use the Euler font for mathematics +pdfspacing, % Makes use of pdftex’ letter spacing capabilities via the microtype package +dottedtoc % Dotted lines leading to the page numbers in the table of contents +]{classicthesis} % The layout is based on the Classic Thesis style + +\usepackage{arsclassica} % Modifies the Classic Thesis package +\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs +\usepackage[utf8]{inputenc} % Required for including letters with accents +\usepackage{graphicx} % Required for including images +\graphicspath{{Figures/}} % Set the default folder for images +\usepackage{enumitem} % Required for manipulating the whitespace between and within lists +\usepackage{lipsum} % Used for inserting dummy 'Lorem ipsum' text into the template +%\usepackage{subfig} % Required for creating figures with multiple parts (subfigures) +\usepackage{amsmath,amssymb,amsthm} % For including math equations, theorems, symbols, etc +\usepackage{varioref} % More descriptive referencing + +%---------------------------------------------------------------------------------------- +% THEOREM STYLES +%--------------------------------------------------------------------------------------- + +\theoremstyle{definition} % Define theorem styles here based on the definition style (used for definitions and examples) +\newtheorem{definition}{Definition} + +\theoremstyle{plain} % Define theorem styles here based on the plain style (used for theorems, lemmas, propositions) +\newtheorem{theorem}{Theorem} + +\theoremstyle{remark} % Define theorem styles here based on the remark style (used for remarks and notes) + +%---------------------------------------------------------------------------------------- +% HYPERLINKS +%--------------------------------------------------------------------------------------- + +\hypersetup{ +%draft, % Uncomment to remove all links (useful for printing in black and white) +colorlinks=true, breaklinks=true, bookmarks=true,bookmarksnumbered, +urlcolor=webbrown, linkcolor=RoyalBlue, citecolor=webgreen, % Link colors +pdftitle={Fault Diagnosis Toolbox}, % PDF title +pdfauthor={Erik Frisk\textcopyright}, % PDF Author +pdfsubject={}, % PDF Subject +pdfkeywords={}, % PDF Keywords +pdfcreator={pdfLaTeX}, % PDF Creator +pdfproducer={LaTeX with hyperref and ClassicThesis} % PDF producer +} + +\setcounter{tocdepth}{2} |
