forked from Bruteforceman/dynamic-progamming-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
82 lines (59 loc) · 1.55 KB
/
main.tex
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
% !TEX program = xelatex
% !BIB program = bibtex
\documentclass[statementpaper, 11pt, twoside, oldfontcommands]{memoir}
\setulmarginsandblock{.8in}{.8in}{*}
\setlrmarginsandblock{0.8in}{.8in}{*}
\usepackage{pdfpages}
\usepackage{afterpage}
\usepackage{bookstyle_exp}
\usepackage{xcolor,colortbl}
\usepackage{array}
% Hints config
\usepackage{answers}
\Newassociation{hint}{Hint}{hint_ostream}
%%%
\setfootins{\bigskipamount}{\bigskipamount}
\setlength{\headsep}{13pt}
% Header Footer Customization
\copypagestyle{chapter}{plain}
\makeoddfoot{chapter}{}{}{}
\makeevenfoot{chapter}{}{}{}
\addtopsmarks{headings}{}{
\createmark{chapter}{left}{nonumber}{}{}
\createmark{section}{right}{nonumber}{}{}
}
\pagestyle{headings} % activate changes
\checkandfixthelayout
\nonstopmode
% Macros
\newcommand{\cbra}[1]{\left \{ #1 \right \}} % by mamnoon
%%%
\title{\Huge\textbf{Title}}
\author{Author}
\date{}
\titlespacing{\chapter}{0pt}{30pt}{20pt}
\begin{document}
\mainmatter
% \include{title}
% \cleardoublepage
% \include{titlepage}
% \cleardoublepage
% \include{dedication}
% \clearpage
\Opensolutionfile{hint_ostream}[hints]
\tableofcontents*
\include{chap/mat-expo}
\include{chap/knapsack}
\include{chap/barricades}
\include{chap/exchange-arg}
\include{chap/poly-interpole}
\include{chap/digit-dp}
% Include the chapters here
\Closesolutionfile{hint_ostream}
\part{বাছাইকৃত কিছু সমস্যার হিন্ট সমূহ}
\input{hints}
% \backmatter
% \nocite{*}
% \bibliography{bookbib}
% \bibliographystyle{plain}
\end{document}