X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=physics_compact%2Fphys_comp.tex;h=c82c627c6b8442396356a23ea8e23e5f0e19847c;hp=3790e0f6440a6652e98a78654cc84b947ca5e5aa;hb=4359ea153bdf6212f1ecd120306586c5e0411c97;hpb=f2dddd61b086ccbe46fa103d509903c3a426c034 diff --git a/physics_compact/phys_comp.tex b/physics_compact/phys_comp.tex index 3790e0f..c82c627 100644 --- a/physics_compact/phys_comp.tex +++ b/physics_compact/phys_comp.tex @@ -8,6 +8,7 @@ \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{amsmath} +\usepackage{amssymb} \usepackage{ae} \usepackage{aecompl} \usepackage[dvips]{graphicx} @@ -93,6 +94,26 @@ % vectors are simply represented by bold font characters \renewcommand{\vec}[1]{{\bf #1{}}} + +\newtheorem{theorem}{Theorem}[section] +\newtheorem{lemma}[theorem]{Lemma} +\newtheorem{proposition}[theorem]{Proposition} +\newtheorem{corollary}[theorem]{Corollary} + +\newenvironment{proof}[1][Proof]{\begin{trivlist} +\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} +\newenvironment{definition}[1][Definition]{\begin{trivlist} +\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} +\newenvironment{example}[1][Example]{\begin{trivlist} +\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} +\newenvironment{remark}[1][Remark]{\begin{trivlist} +\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} + +\newcommand{\qed}{\nobreak \ifvmode \relax \else +\ifdim\lastskip<1.5em \hskip-\lastskip +\hskip1.5em plus0em minus0.5em \fi \nobreak +\vrule height0.75em width0.5em depth0.25em\fi} + % author & title \author{Frank Zirkelbach} \title{Physics compact} @@ -109,6 +130,7 @@ \mainmatter{} \include{intro} +\include{math} \include{mech} \include{qm} \include{stat} @@ -117,7 +139,7 @@ \appendix{} \part{Appendices} -\include{math} +\include{math_app} \backmatter{} \include{literature}