-
Notifications
You must be signed in to change notification settings - Fork 0
/
mwxt_notes.tex
77 lines (68 loc) · 2.14 KB
/
mwxt_notes.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
\documentclass[a4paper,12pt,leqno]{article}%{tudscrreprt}% leqno left equation numbering
%\documentclass[a4paper,12pt]{article}%{tudscrreprt}%
\def\dotminus{\mathbin{\ooalign{\hss\raise1ex\hbox{.}\hss\cr
\mathsurround=0pt$-$}}
}
\usepackage[a4paper,margin=2cm]{geometry} % margins and paper set
\usepackage{hyperref}
\usepackage{xcolor}
\usepackage{graphicx}
% % % some math packs
\usepackage{amsmath,amssymb,amsfonts,amsthm}
\usepackage{mathtools}
\usepackage{ntheorem}
%\usepackage{package}
%opening
% % enviroments without numering
\newtheoremstyle{plain}% <name>
{\topsep}% <space above>
{\topsep}% <space below>
{\upshape}% <body font>
{}% <indent amount>
{\bfseries}% <Theorem head font>
{.}% <punctuation after theorem head>
{\newline}% <space after theorem head> (default .5em)
{}% <Theorem head spec>
\theoremstyle{plain}
\newtheorem*{example}{Example}
% % % comamnds % % %
\newcommand{\ul}[1]{\underline{#1}}
\renewcommand{\emph}[1]{\textit{#1}}
\newcommand{\important}[1]{\textbf{#1}}
%notes
\newcommand{\notes}[1]{\textcolor{red}{#1}}
\newcommand{\todo}[1]{\textcolor{blue}{#1}}
\newcommand{\idea}[1]{\textcolor{green}{#1}}
% text stuff in math
\newcommand{\odd}{\text{odd}}
\newcommand{\even}{\text{even}}
\newcommand{\for}{\text{ for }}
\newcommand{\with}{\text{ with }}
\newcommand{\const}{\text{ const. }}
\DeclareMathOperator{\Wave}{Wave}
\DeclareMathOperator{\sign}{sign}
\title{Tips and Tricks for WALDORF Microwave II and the XT(k) Version}
\author{Ameyah and Various}
\begin{document}
\maketitle
\begin{abstract}
\noindent
This is a collection notes from various authors on tips and tricks for the Microwave II, so that its possible to quickly print them or have them available for browsing. The author of this document is thankful to the other authors of the quotes here.\\
\today
\end{abstract}
\newpage
\tableofcontents
\newpage
\section{Introduction}
\input{intro}
\section{Tips and Tricks}
\input{tips}
\section{Workshops}
\input{workshops}
\section{Information about the wavetables}
\input{wt}
\section{MIDI stuff}
\input{midi}
\section{Additional reading material/References}
\input{material}
\end{document}