You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

90 lines
2.3 KiB

\documentclass[12pt]{article}
\usepackage{apacite}
%\usepackage[style=authoryear]{biblatex}
%\usepackage[round]{natbib}
\usepackage{amsmath}
\usepackage{geometry}
\usepackage{setspace}
\usepackage{titlesec}
\usepackage{tabularx}
\usepackage{forest}
\usepackage{enumitem}
\usepackage{graphicx} % Required for including images
\usepackage{float} % Allows placement options like
\usepackage{multirow} % tabular
\usepackage{caption} % For customizing captions
\usepackage{longtable}
\usepackage{pdfpages}
\usepackage{tikz}
\usepackage{booktabs}
\usepackage{tocloft}
\usepackage{enumitem} % For customizing itemized lists
\usepackage{longtable}
\usepackage{tikz}
\usetikzlibrary{arrows.meta}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % left allign supertabular
\usepackage{ragged2e} % For better text wrapping in tables
\usepackage{afterpage}
\usepackage{pdflscape}
\setlist[itemize]{leftmargin=0.5in, nosep} % Set default for itemize
\AtBeginDocument{\doublespacing} % Set double spacing at the start of document
%\usepackage[table,xcdraw]{xcolor}
% Beamer presentation requires \usepackage{colortbl} instead of \usepackage[table,xcdraw]{xcolor}
\usetikzlibrary{arrows.meta, positioning}
\usepackage{supertabular}
\usepackage{listings}% Set margins
\usepackage{setspace}
\geometry{
left=1in,
right=1in,
top=1in,
bottom=1in
}
% Set line spacing
\doublespacing
% Set section formatting
%\maketitle
%Functional Architecture (analyze the behavior)
% Functional Hierarchy Diagram
% Functional Flow Block Diagram
% Functional N2 diagram
%Physical Architecture
% Component Hierarchy Diagram
% Component flow diagram
% Component N2 diagram
% Function to Component matrix
% Requirement Traceability
\begin{document}
\input{title-page}
\doublespacing
\newpage
\tableofcontents
\input{figure-list}
\listoftables
\newpage
\setcounter{section}{0}
\include{abstract}
\include{Literature-review}
\include{methodology}
\include{Problem-statement}
\include{Functional Archiecture}
\include{Physical Architecture}
\include{system-configuration}
\include{cf}
\include{Conclusion}
%\input{Kubernestes-manifest-services}
%\include{Postinstall}
\bibliographystyle{apacite}
\bibliography{references}
\end{document}