Skip to content
Snippets Groups Projects
Commit 9992fa09 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Updates to blank project template, improve some automations

parent 26d507a0
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 18 deletions
No preview for this file type
......@@ -10,7 +10,7 @@
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
citecolor=blue,
filecolor=black,
linkcolor=red,
urlcolor=blue
......
No preview for this file type
......@@ -34,12 +34,11 @@ urlcolor=cyan % color of external links
\externaldocument{../../SRS/SRS}
\input{../../Comments}
\newcommand{\progname}{Program Name}
\input{../../Common}
\begin{document}
\title{Module Interface Specification for ...}
\title{Module Interface Specification for \progname{}}
\author{Author Name}
......
No preview for this file type
No preview for this file type
......@@ -8,8 +8,8 @@ BUILDTEX=$(TEX) $(PROJECT).tex
all:
$(BUILDTEX)
# $(BIBTEX) $(PROJECT)
# $(BUILDTEX)
$(BIBTEX) $(PROJECT)
$(BUILDTEX)
$(BUILDTEX)
clean-all:
......
No preview for this file type
......@@ -5,7 +5,7 @@
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
citecolor=blue,
filecolor=black,
linkcolor=red,
urlcolor=blue
......@@ -57,7 +57,7 @@ Date 2 & 1.1 & Notes\\
\end{tabular}\\
\wss{symbols, abbreviations or acronyms -- you can simply reference the SRS
tables, if appropriate}
\citep{SRS} tables, if appropriate}
\newpage
......@@ -83,13 +83,16 @@ This document ... \wss{provide an introductory blurb and roadmap of the
\subsection{Relevant Documentation}
\wss{Reference relevant documentation. This will definitely include your SRS}
\wss{Reference relevant documentation. This will definitely include your SRS
and your other project documents (MG, MIS, etc)}
\citet{SRS}
\section{Plan}
\subsection{Verification and Validation Team}
\wss{Probably just you. :-)}
\wss{You, your classmates and the course instructor. Maybe your supervisor.}
\subsection{SRS Verification Plan}
......@@ -224,7 +227,7 @@ How test will be performed:
\bibliographystyle{plainnat}
\bibliography{SRS}
\bibliography{../../../refs/References}
\newpage
......
......@@ -8,8 +8,8 @@ BUILDTEX=$(TEX) $(PROJECT).tex
all:
$(BUILDTEX)
# $(BIBTEX) $(PROJECT)
# $(BUILDTEX)
$(BIBTEX) $(PROJECT)
$(BUILDTEX)
$(BUILDTEX)
clean-all:
......
No preview for this file type
......@@ -5,7 +5,7 @@
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
citecolor=blue,
filecolor=black,
linkcolor=red,
urlcolor=blue
......@@ -60,8 +60,8 @@ Date 2 & 1.1 & Notes\\
\bottomrule
\end{tabular}\\
\wss{symbols, abbreviations or acronyms -- you can reference the SRS, MG or MIS
tables if needed}
\wss{symbols, abbreviations or acronyms -- you can reference the SRS
\citep{SRS}, MG or MIS tables if needed}
\newpage
......@@ -70,6 +70,9 @@ Date 2 & 1.1 & Notes\\
This document ... \wss{provide an introductory blurb and roadmap of the
unit V\&V plan}
\wss{If content in this document is already covered in the VnV System plan, you
do not have to repeat it.}
\section{General Information}
\subsection{Purpose}
......@@ -88,7 +91,7 @@ This document ... \wss{provide an introductory blurb and roadmap of the
\subsection{Verification and Validation Team}
\wss{Probably just you. :-)}
\wss{You, your classmates and the course instructor. Maybe your supervisor.}
\subsection{Automated Testing and Verification Tools}
......@@ -215,7 +218,7 @@ How test will be performed:
\bibliographystyle{plainnat}
\bibliography{SRS}
\bibliography{../../../refs/References}
\newpage
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment