-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.tex
80 lines (70 loc) · 1.97 KB
/
settings.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
\usepackage[a4paper,margin=1in,lmargin=0.5in,rmargin=0.5in]{geometry}
\usepackage{lmodern}
\usepackage{pythontex}
\usepackage{cprotect}
\usepackage[english]{babel}
\usepackage{blindtext}
\usepackage[parfill]{parskip}
\usepackage{enumitem}
\usepackage[T1]{fontenc}
\usepackage[hidelinks,
pdfauthor={PW-Sat2 Team},
pdftitle={PW-Sat2 satellite operation user manual},
pdfsubject={Earth CubeSat user manual},
pdfkeywords={PW-Sat2, CubeSat, space, user manual, Warsaw University of Technology}]{hyperref}
\usepackage{titlepic}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{pgf-umlsd}
\usepackage{underscore}
\usepgflibrary{arrows}
\usepackage{pifont,mdframed}
\usepackage{fontawesome}
\usepackage{xstring}
\usepackage{titlesec}
\usepackage{textcomp}
\usepackage{authoraftertitle}
\usepackage{tabularx}
\usepackage{xspace}
\usepackage[utf8]{inputenc}
\usepackage{bytefield}
\usepackage{array}
\usepackage{multirow}
\usepackage{ltxtable}
\usepackage{booktabs}
\usepackage{listings}
% Header and footer settings
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[LE,RO]{\MyAuthor}
\fancyhead[RE,LO]{\MyTitle}
\fancyfoot[CE,CO]{\leftmark}
\fancyfoot[LE,RO]{\thepage}
\renewcommand{\footrulewidth}{0.5pt}
\setlist[description]{leftmargin=1cm,labelindent=0cm}
\setpythontexoutputdir{.}
\begin{pythontexcustomcode}[begin]{py}
import sys
sys.path.append('../obc/integration_tests')
sys.path.append('..')
pytex.add_dependencies('../helpers.py')
from helpers import *
import datetime
import telecommand
import response_frames
\end{pythontexcustomcode}
\hypersetup{
colorlinks=true,
linkcolor=blue,
bookmarks=true
}
\titleformat{\subsection}
{\normalfont\large\bfseries} % The style of the section title
{} % a prefix
{0pt} % How much space exists between the prefix and the title
{}
%Metadata
\title{PW-Sat2 satellite operation user manual}
\author{PW-Sat2 Team}
\titlepic{\includegraphics[width=0.7\textwidth]{img/pwsat2-logo}}