summaryrefslogtreecommitdiffstats
path: root/skript.cls
diff options
context:
space:
mode:
Diffstat (limited to 'skript.cls')
-rw-r--r--skript.cls38
1 files changed, 25 insertions, 13 deletions
diff --git a/skript.cls b/skript.cls
index e02b4e6..a80ac5f 100644
--- a/skript.cls
+++ b/skript.cls
@@ -38,10 +38,21 @@
\RequirePackage[ngerman]{babel}
\RequirePackage[utf8]{inputenc}
\RequirePackage{uniinput}
- \usepackage[garamond]{mathdesign}
+ % \RequirePackage{mathpazo}
+ % \RequirePackage[garamond]{mathdesign}
+ % \DeclareSymbolFont{CMlargesymbols}{OMX}{cmex}{m}{n}
+ % \let\sum\relax
+ % \DeclareMathSymbol{\sum}{\mathop}{CMlargesymbols}{"50}
+ % \RequirePackage{mathptmx}
+ \RequirePackage[sb,tt=false]{libertine}
+ \RequirePackage[libertine]{newtxmath}
+ \RequirePackage[cal=zapfc,bb=boondox]{mathalfa}
+ % \RequirePackage{libertinust1math}
+ \RequirePackage[T1]{fontenc}
+ % \renewcommand*{\sfdefault}{lmss}
\fi
% fonts
-\setkomafont{disposition}{\sffamily}
+\setkomafont{disposition}{\rmfamily}
\RequirePackage{mathtools}
\RequirePackage{amsmath, amsfonts, amssymb}
@@ -49,7 +60,6 @@
% fonts
\RequirePackage{textcomp} % für erweiterten Text-Symbolvorrat
-\setkomafont{disposition}{\sffamily}
\RequirePackage{setspace}
\setstretch{1.10}
\setlength\parskip{4pt}
@@ -101,18 +111,20 @@
\newcounter{defsatzusw}
\def\newthm#1#2{
\newmdtheoremenv[ntheorem,
- linewidth=0.5pt,
- backgroundcolor=black!05,
- linecolor=black,
- everyline=true,
- leftline=true, rightline=true, bottomline=true, topline=true,
+ leftmargin=1em,
+ linewidth=6pt,
+ % linecolor=myurlcolor!20,
+ linecolor=black!20,
+ leftline=true, rightline=false, bottomline=false, topline=false,
+ innerleftmargin=1em,
]{#1}[defsatzusw]{#2}
\newmdtheoremenv*[ntheorem,
- linewidth=0.5pt,
- backgroundcolor=black!05,
- linecolor=black,
- everyline=true,
- leftline=true, rightline=true, bottomline=true, topline=true,
+ leftmargin=1em,
+ linewidth=6pt,
+ % linecolor=myurlcolor!20,
+ linecolor=black!20,
+ leftline=true, rightline=false, bottomline=false, topline=false,
+ innerleftmargin=1em,
]{#1-nn}{#2}
}
\def\newdef#1#2{\newtheorem{#1}[defsatzusw]{#2}\newtheorem*{#1-nn}{#2}}