-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHowToPlot.tex
More file actions
68 lines (56 loc) · 1.55 KB
/
HowToPlot.tex
File metadata and controls
68 lines (56 loc) · 1.55 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% Encoding: UTF-8
\documentclass[accentcolor=tud2b,colorback,12pt,parskip] {tudreport}
%\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage{microtype} % optischer Randausgleich bei pdflatex mit Zeichendehnung
\usepackage[output-decimal-marker={,}]{siunitx}
%% Tabelleneinstellungen
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{makecell}
\renewcommand\theadfont{\bfseries}
%%sonstige
\usepackage{url}
\usepackage{hyperref}
\usepackage[textsize=scriptsize]{todonotes}
\usepackage{import}
\usepackage{amsmath}
\usepackage{nicefrac}
\usepackage{icomma}
\usepackage{subcaption}
\usepackage{color}
\usepackage{listings}
\DeclareCaptionLabelFormat{subfig}{\figurename\ \arabic{chapter}.\arabic{figure}#2}
\newcommand{\chap}[1]{{\let\clearpage\relax \chapter{#1}}}
%% listings setup
\lstset{
inputencoding=utf8,
numbers=left,
numberstyle=\tiny\color{gray},
breaklines=true,
frame=single,
captionpos=b,
rulecolor=\color{gray},
language=sh,
tabsize=4,
showstringspaces=flase,
basicstyle={\ttfamily\scriptsize},
morekeywords={enum, @interface, assert},
backgroundcolor=\color{white},
literate=%
}
\lstMakeShortInline[columns=fixed, basicstyle={\ttfamily\small}]|
\newcommand{\lstinl}{\lstinline[basicstyle={\ttfamily\small}]}
\setinstitutionlogo[height]{images/fablabLogo}
\begin{document}
\title{How to plot using Inkscape}
\subsubtitle{FabLab Darmstadt \hfill Version 1, April 2019 }
\maketitle
%\clearpage
\pagestyle{headings}
\pagenumbering{arabic}
\tableofcontents
\include{text}
\end{document}