hopefully final layout
authorhackbard <hackbard@hackdaworld.org>
Thu, 16 Feb 2012 13:55:49 +0000 (14:55 +0100)
committerhackbard <hackbard@hackdaworld.org>
Thu, 16 Feb 2012 13:55:49 +0000 (14:55 +0100)
physics_compact/math.tex
physics_compact/math_app.tex
physics_compact/phys_comp.tex

index 57aef07..b649597 100644 (file)
@@ -1,9 +1,9 @@
 \part{Mathematical foundations}
 
-Reminder: Modern Quantum Chemistry \& Sakurai \& Group Theory \ldots
-
 \chapter{Linear algebra}
 
+Reminder: Modern Quantum Chemistry \& Sakurai \& Group Theory \ldots
+
 \section{Vectors and bases}
 
 A vector $\vec{a}$ of an $N$-dimensional vector space (see \ref{math_app:vector_space} for mathematical details) is represented by its components $a_i$ with respect to a set of $N$ basis vectors ${\vec{e}_i}$
index f1f0ae3..f327750 100644 (file)
@@ -19,6 +19,7 @@ A vector space $V$ over a field $(K,+,\cdot)$ is an additive abelian group $(V,+
 \end{itemize}
 The elements $\vec{v}\in V$ are called vectors.
 \end{definition}
+
 \begin{remark}
 Due to the additive abelian group, the following properties are additionally valid:
 \begin{itemize}
index 8a9760a..674c88e 100644 (file)
@@ -48,7 +48,7 @@
 
 % theorem environment
 \usepackage{framed}
-\usepackage[framed,thref,amsmath,hyperref]{ntheorem}
+\usepackage[framed,thref,thmmarks,amsmath,hyperref]{ntheorem}
 
 % hyperlinks
 \usepackage[colorlinks=true,linkcolor=black,citecolor=black]{hyperref}
@@ -95,9 +95,9 @@
 \newrgbcolor{lbb}{0.75 0.8 0.88}
 \newrgbcolor{lachs}{1.0 .93 .81}
 %
-\newrgbcolor{ctheorem}{0.9 0.9 0.95}
-\newrgbcolor{cdefinition}{0.95 0.9 0.9}
-\newrgbcolor{cremark}{0.95 0.95 0.9}
+\newrgbcolor{ctheorem}{0.85 0.85 0.95}
+\newrgbcolor{cdefinition}{0.95 0.85 0.85}
+\newrgbcolor{cremark}{0.97 0.97 0.97}
 \newrgbcolor{cproof}{0.95 0.92 0.95}
 
 % roman numbers
 \theoremstyle{plain}
 \theoremseparator{:}
 \theorembodyfont{\normalfont}
+\theoremsymbol{}
 % theorem
-\theoremsymbol{\ensuremath{\diamondsuit}}
 \shadecolor{ctheorem}
 \newshadedtheorem{theorem}{Theorem}[section]
 % definition
-\theoremsymbol{\ensuremath{\clubsuit}}
 \shadecolor{cdefinition}
 \newshadedtheorem{definition}[theorem]{Definition}
 % remark
-\theoremsymbol{\ensuremath{\diamondsuit}}
 \shadecolor{cremark}
 \newshadedtheorem{remark}[theorem]{Remark}
 % proof
 \theoremstyle{nonumberplain}
 \theoremsymbol{\rule{1ex}{1ex}}
 \shadecolor{cproof}
-\newshadedtheorem{proof}{Proof}
+\newtheorem{proof}{Proof}
 
 % author & title
 \author{Frank Zirkelbach}