X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=blobdiff_plain;f=physics_compact%2Fphys_comp.tex;h=eddfa8f787e98af01922c5c4fe2a0199f2a79f41;hp=a7b42a5563d179dd236f6b55a364c10169329793;hb=e2bc34a23f03db9417fa6d7a0a9b1d4a1538c0e6;hpb=eb7c28aab8fa8bd2f0639625aeecfb9c3e2d94f8 diff --git a/physics_compact/phys_comp.tex b/physics_compact/phys_comp.tex index a7b42a5..eddfa8f 100644 --- a/physics_compact/phys_comp.tex +++ b/physics_compact/phys_comp.tex @@ -1,5 +1,5 @@ \pdfoutput=0 -\documentclass[twoside,a4paper,11pt]{book} +\documentclass[twoside,a4paper,11pt,openany]{book} %\documentclass[twoside,a4paper,11pt,draft]{book} \usepackage[activate]{pdfcprot} \usepackage{verbatim} @@ -93,6 +93,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,13 +129,16 @@ \mainmatter{} \include{intro} +\include{math} \include{mech} \include{qm} \include{stat} \include{solid} +\include{sim} \appendix{} -\include{app} +\part{Appendices} +\include{math_app} \backmatter{} \include{literature}