-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabstract.tex
More file actions
27 lines (23 loc) · 859 Bytes
/
abstract.tex
File metadata and controls
27 lines (23 loc) · 859 Bytes
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
\documentclass[12pt]{book}
\usepackage{docmute}
\usepackage{caption} % used in the appendix
\usepackage{amsmath} % \overset and align environment
\usepackage{aligned-overset} % align overset in align environment
\usepackage{import}
\usepackage{siunitx}
\usepackage[siunitx, europeanresistors, nooldvoltagedirection]{circuitikz}
\usepackage{listings}
\usepackage{tikz}
\usetikzlibrary{positioning}
\usepackage{subcaption}
\usepackage{xcolor}
\DeclareCaptionFont{white}{\color{white}}
\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{0.95\textwidth}{#1#2#3}}}
\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}
\providecommand{\device}[1]{\texttt{\small #1}}
\providecommand{\external}[1]{\textsf{#1}}
\begin{document}
\subimport{}{abstract_english.tex}
\clearpage
\subimport{}{abstract_german.tex}
\end{document}