musiktheorietheorie/musiktheorie.sty

40 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-03-22 09:11:20 +01:00
\ProvidesPackage{musiktheorie}[2022/02/10 - Style file for notes of musiktheorie]
2022-03-22 11:28:38 +01:00
\RequirePackage[ngerman]{babel}
\RequirePackage{fancythm}
\RequirePackage{tikz-cd}
\RequirePackage{mkessler-math}
2022-03-27 12:09:14 +02:00
\RequirePackage{float}
2022-03-22 11:28:38 +01:00
\RequirePackage{mkessler-hypersetup}
2022-03-29 10:58:14 +02:00
\RequirePackage[index]{mkessler-vocab}
2022-03-23 12:04:06 +01:00
\RequirePackage{mkessler-mathalias}
\RequirePackage{todonotes}
2022-03-27 12:09:14 +02:00
\RequirePackage{listing}
2022-03-28 12:05:52 +02:00
\RequirePackage{wasysym}
2022-03-31 14:35:13 +02:00
\RequirePackage{cancel}
2022-03-31 15:20:59 +02:00
\RequirePackage{listings}
\definecolor{KeywordColor}{cmyk}{0.64,0,0.95,0.40} %TODO
\definecolor{mGray}{rgb}{0.5,0.5,0.5}
\definecolor{mOrange}{rgb}{0.9,0.53,0.35}
\lstset{
language=Python, % Code langugage
basicstyle=\ttfamily, % Code font, Examples: \footnotesize, \ttfamily
keywordstyle=\color{KeywordColor}, % Keywords font ('*' = uppercase)
commentstyle=\color{mGray}, % Comments font
numberstyle=\tiny\color{mGray},
stepnumber=1, % Step between two line-numbers
numbersep=5pt, % How far are line-numbers from code
frame=none, % A frame around the code
tabsize=2, % Default tab size
captionpos=b, % Caption-position = bottom
breaklines=true, % Automatic line breaking?
breakatwhitespace=false, % Automatic breaks only at whitespace?
showspaces=false, % Dont make spaces visible
showtabs=false, % Dont make tabls visible
columns=flexible, % Column format
stringstyle=\color{mOrange},
escapeinside={/*!}{!*/},
}