mirror of
https://github.com/EranMorkon/AMTS.git
synced 2023-12-28 16:48:38 +00:00
Adding Reischl
This commit is contained in:
parent
e30b39b37a
commit
76010f8d07
97 changed files with 1375 additions and 43 deletions
|
@ -5,46 +5,15 @@
|
|||
\usepackage{hhline} % Tutorial Table border
|
||||
\usepackage{listings} % Code Listings
|
||||
\usepackage{lstlangarm} % ARM ASM
|
||||
\usepackage{lstlangz80} % Z80 ASM
|
||||
\usepackage[dvipsnames]{xcolor}
|
||||
|
||||
\lstset{
|
||||
language=C,
|
||||
basicstyle=\ttfamily,
|
||||
keywordstyle=\color{blue}\ttfamily,
|
||||
stringstyle=\color{red}\ttfamily,
|
||||
commentstyle=\color{green}\ttfamily,
|
||||
morecomment=[l][\color{magenta}]{\#},
|
||||
basicstyle=\footnotesize,
|
||||
numbers=left,
|
||||
stepnumber=1,
|
||||
showstringspaces=false,
|
||||
tabsize=1,
|
||||
breaklines=true,
|
||||
breakatwhitespace=false,
|
||||
}
|
||||
|
||||
\lstset{
|
||||
language=[ARM]Assembler,
|
||||
basicstyle=\ttfamily,
|
||||
keywordstyle=\color{blue}\ttfamily,
|
||||
stringstyle=\color{red}\ttfamily,
|
||||
commentstyle=\color{green}\ttfamily,
|
||||
morecomment=[l][\color{magenta}]{\#},
|
||||
basicstyle=\footnotesize,
|
||||
numbers=left,
|
||||
stepnumber=1,
|
||||
showstringspaces=false,
|
||||
tabsize=1,
|
||||
breaklines=true,
|
||||
breakatwhitespace=false,
|
||||
}
|
||||
|
||||
\lstset{
|
||||
language=XML,
|
||||
basicstyle=\ttfamily,
|
||||
keywordstyle=\color{blue}\ttfamily,
|
||||
stringstyle=\color{red}\ttfamily,
|
||||
commentstyle=\color{green}\ttfamily,
|
||||
morecomment=[l][\color{magenta}]{\#},
|
||||
keywordstyle=\color{ProcessBlue}\ttfamily,
|
||||
stringstyle=\color{Red}\ttfamily,
|
||||
commentstyle=\color{ForestGreen}\ttfamily,
|
||||
morecomment=[l][\color{Thistle}]{\#},
|
||||
basicstyle=\footnotesize,
|
||||
numbers=left,
|
||||
stepnumber=1,
|
||||
|
@ -52,6 +21,7 @@
|
|||
tabsize=1,
|
||||
breaklines=true,
|
||||
breakatwhitespace=false,
|
||||
columns=fullflexible,
|
||||
}
|
||||
|
||||
\usepackage{hyperref}
|
||||
|
@ -133,6 +103,7 @@
|
|||
\begin{document}
|
||||
\newcommand*{\IIC}{I$^2$C}
|
||||
\newcommand*{\IIS}{I$^2$S}
|
||||
\newcommand*{\uVision}{$\mu$Vision}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Titlepage, DA database and TOC
|
||||
\maketitle{}
|
||||
\makedadb{pdfs/DADB}{pdfs/DADBErklarung}
|
||||
|
@ -140,14 +111,23 @@
|
|||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% First real page
|
||||
\input{Allgemein/Allgemein}
|
||||
|
||||
\clearpage
|
||||
\pageauthor{Schuh}
|
||||
\input{Schuh/Core-Modul}
|
||||
\input{Schuh/Basisplatine}
|
||||
\input{Schuh/USB-to-UART}
|
||||
\input{Schuh/Audio}
|
||||
\input{Schuh/Kosten}
|
||||
|
||||
\clearpage
|
||||
\pageauthor{Mieke}
|
||||
\input{Mieke/Mieke}
|
||||
|
||||
\clearpage
|
||||
\pageauthor{Reischl}
|
||||
\input{Reischl/Reischl}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Appendix
|
||||
\cleardoublepage
|
||||
\pageauthor{Mieke}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue