-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathbooktest.tex
More file actions
144 lines (118 loc) · 3.68 KB
/
booktest.tex
File metadata and controls
144 lines (118 loc) · 3.68 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
%\documentclass[a4paper,12pt]{report}
%\documentclass[a4paper,11pt]{book}
\documentclass[a4paper,11pt]{scrbook}
\usepackage{preamble}
% include book references
\usepackage{xr-hyper}
\externaldocument{book}
\usepackage{bigfoot}
% \DeclareNewFootnote{default} % if `normal' footnotes should be printed first
\DeclareNewFootnote{solution}
\renewcommand\thefootnotesolution{}
%\renewcommand\exsheetsprintsolution[2]{\footnotesolution{#1#2}}
% \renewcommand\exsheetsprintsolution[2]{
% \footnotesolution{
% \ExSheetsHeading
% {runin} % headings style
% {Hint} % heading
% {\GetQuestionProperty{counter}{\CurrentQuestionID}}% number
% {0} % points -- need to be zero here
% {0} % bonus points -- need to be zero here
% {\CurrentQuestionID}% % ID
% \GetQuestionProperty{hint}{\CurrentQuestionID}%
% #1#2
% }
% }
\renewcommand\exsheetsprintsolution[2]{
\ExSheetsHeading
{runin} % headings style
{Hint} % heading
{\GetQuestionProperty{counter}{\CurrentQuestionID}}% number
{0} % points -- need to be zero here
{0} % bonus points -- need to be zero here
{##1}% % ID
\GetQuestionProperty{hint}{\CurrentQuestionID}
#1#2
}
\renewcommand{\hint}[1]{\SetQuestionProperties{ hint = {#1}}}
\SetupExSheets{
headings = runin,
question/print = true,
solution/print = true,
counter-within = section,
counter-format = ch.se.qu
}
\begin{document}
%\include{organization}
%\include{tex_files/intro}
\chapter{Single-Station Queueing Systems}
%\input{todo/appendix.tex}
%\input{tex_files/single_station_intro.tex}
%\input{tex_files/expdistribution.tex}
%\input{tex_files/poissondistribution.tex}
% \input{kendall.tex}
%\input{chunks/constructiondiscretetime.tx}
%\input{chunks/constructioncontinuoustime.tx}
%\input{chunks/random_walk.tx}
%\input{chunks/ratestability.tx}
%\input{chunks/empericalperfmeasures.tx}
%\input{chunks/levelcrossing.tx}
% \input{chunks/mm1.tx}
%\input{chunks/mnmn1.tx}
% \input{chunks/pasta.tx}
% \input{chunks/little.tx}
% \input{chunks/usefulidentities.tx}
%\input{tex_files/mxm1_pk.tex}
% \input{chunks/mg1.tx}
% \input{chunks/batcharrivals.tx}
% \input{tex_files/relationmxm1andmg1.tex}
%\input{mm1transient}
%\input{chunks/mg1distributionqueuelength.tx}
% \input{chunks/gg1.tx}
% \input{chunks/serviceInterruptions.tx}
% \input{chunks/process_batches.tx}
% \input{chunks/mg1density.tx}
\chapter{Open Queueing Networks}
\label{sec:notes-relat-chapt2}
%\input{tex_files/deterministic_networks.tex}
\input{tex_files/open_single_class.tex}
%\input{chunks/tandem.tx}
%\input{tex_files/open_general.tex}
%\input{todo/open_move_batches.tex}
\chapter{Closed Queueing Networks}
\label{ch3}
% \input{gordon_newell.tex}
% \input{chunks/convolution.tx}
% \input{chunks/mva.tx}
%\input{chunks/mda.tx}
\chapter{Extra Topics}
%\input{todo/extra_notes.tex}
%\includequestions[random=2]{single_station}
\chapter{To Do}
\label{cha:extra-topics}
%\input{tex_files/mg1_markov_chain.tex}
%\input{tex_files/open_move_batches.tex}
%\chapter{Hints}
%\addcontentsline{toc}{chapter}{Hints}
% \fancyhead{} % clear all header fields
% \fancyhead[LO, LE]{HINTS}
%\printquestionhints
%\chapter{Solutions}
%\addcontentsline{toc}{chapter}{Solutions}
% \fancyhead{} % clear all header fields
% \fancyhead[LO, LE]{SOLUTIONS}
%\printsolutions
\chapter*{Notation}
%\addcontentsline{toc}{chapter}{Notation}
% \label{sec:notation}
% \input{notation}
\chapter*{Formula Sheet}
%\addcontentsline{toc}{chapter}{Formula Sheet}
%\input{formula_sheet}
\bibliographystyle{plainnat}
\bibliography{biblio_nicky}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: