1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% BornAgain Physics Reference
%%
%% homepage: http://www.bornagainproject.org
%%
%% copyright: Forschungszentrum Jülich GmbH 2015-
%%
%% license: Creative Commons CC-BY-SA
%%
%% authors: Scientific Computing Group at MLZ Garching
%% editor: Joachim Wuttke
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% To compile this report, run
% export T=DevRef
% xelatex $T
% bibtex $T
% xelatex $T
% makeindex $T
% makeindex -s nomencl.ist $T.nlo -o $T.nls
% xelatex $T
\documentclass[a4paper,11pt,fleqn]{report}\usepackage[final]{graphicx}
%\documentclass[a4paper,11pt,fleqn,draft]{report}\usepackage[final]{graphicx}
%%\documentclass[a4paper,11pt,fleqn,draft]{report}\usepackage[draft]{graphicx}
%\usepackage{titlesec}
%\titleformat*{\section}{\bfseries\boldmath}
\def\version{22.0}
\def\shorttitle{BornAgain Physics Reference}
\def\longtitle{\shorttitle}
\input{Setup}
\begin{document}
\ifdraft{\pagenumbering{roman}}{}
\flushbottom
\input{Macros}
\input{Title}
\tableofcontents\cleardoublepage
%\include{Preface}
\pagemode{\thechapter}
\include{Scattering}
\include{Multilayers}
\include{Roughness}
\include{Polarized}
\include{Evanescent}
\include{Detector}
%\appendix %\addtocontents{toc}{\protect\setcounter{tocdepth}{1}}
%\include{..}
\otherchapter{Bibliography}{X}
\bibliographystyle{switch}
\bibliography{jw7}
%\otherchapter{List of Symbols}{Y}\chapter*{List of Symbols}\label{Snomencl}\printnomenclature[6em]
\otherchapter{Index}{Z}\small\printindex
\end{document}
|