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}
24 \usepackage{makeidx} % allows index generation
25 \usepackage{graphicx} % standard LaTeX graphics tool
26 % when including figure files
27 \graphicspath{{figures/}}
28 \usepackage{multicol} % used for the two-column index
29 \usepackage[bottom]{footmisc}% places footnotes at page bottom
31 \usepackage{newtxtext} %
32 \usepackage{newtxmath} % selects Times Roman as basic font
35 % see the list of further useful packages
36 % in the Reference Guide
38 \makeindex % used for the subject index
39 % please use the style svind.ist with
40 % your makeindex program
42 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46 \author{Author name(s)}
48 \subtitle{-- Monograph --}
51 \frontmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
56 \include{acknowlegement}
63 \mainmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
74 \backmatter%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
79 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%