1 %%%%%%%%%%%%%%%%%%%% book.tex %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 % sample root file for the chapters of your "monograph"
5 % Use this file as a template for your own input.
7 %%%%%%%%%%%%%%%% Springer-Verlag %%%%%%%%%%%%%%%%%%%%%%%%%%
10 % RECOMMENDED %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11 \documentclass[graybox,envcountchap,sectrefs]{svmono}
13 % choose options for [] as required from the list
14 % in the Reference Guide
16 %\usepackage{mathptmx}
22 \usepackage[utf8]{inputenc}
25 \usepackage{makeidx} % allows index generation
26 \usepackage{graphicx} % standard LaTeX graphics tool
27 % when including figure files
28 \graphicspath{{figures/}}
29 \usepackage{multicol} % used for the two-column index
30 \usepackage[bottom]{footmisc}% places footnotes at page bottom
32 \usepackage{newtxtext} %
33 \usepackage{newtxmath} % selects Times Roman as basic font
35 \usepackage{adjustbox}
37 \newcommand{\turn}[3][10em]{% \turn[<width>]{<angle>}{<stuff>}
38 \rlap{\rotatebox{#2}{\begin{varwidth}[t]{#1}\bfseries#3\end{varwidth}}}%
41 \newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
43 % see the list of further useful packages
44 % in the Reference Guide
46 \makeindex % used for the subject index
47 % please use the style svind.ist with
48 % your makeindex program
50 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54 \author{Author name(s)}
56 \subtitle{-- Monograph --}
59 \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
64 \include{acknowlegement}
71 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
82 \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
87 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%