-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmain.tex
42 lines (33 loc) · 930 Bytes
/
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
\documentclass[a4paper,11pt]{book}
%
\input{./config/packages}
\input{./config/macros}
% SRS cover page
\title{
\begin{flushright}
\Huge{SOFTWARE REQUIREMENTS\\ SPECIFICATION}\\
for\\
PROJECT NAME\\
~\\
\LARGE{Version 1.0 DRAFT}\\
~\\
A COMPANY, LOCATION, COUNTRY
\end{flushright}
}
% Author
\author{}
\date{}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\input{./chapter_revisionHistory/chapter_revisionHistory}
\mainmatter
\input{./chapter_preface/chapter_preface}
\input{./chapter_introduction/chapter_introduction}
\input{./chapter_overallDescription/chapter_overallDescription}
\input{./chapter_externalInterfaceRequirements/chapter_externalInterfaceRequirements}
\input{./chapter_systemFeatures/chapter_systemFeatures}
\input{./chapter_otherNonFunctionalRequirements/chapter_otherNonFunctionalRequirements}
\input{./chapter_otherRequirements/chapter_otherRequirements}
\end{document}