[ghetto-software] Definitions document skeleton

  • From: Damian Christey <christey@xxxxxxxxxxxx>
  • To: ghetto-software@xxxxxxxxxxxxx
  • Date: Mon, 01 Mar 2004 17:04:24 -0500

First of all, sorry I don't have the Perspectives section written yet, I
got back into town late last night and had a test this morning.  I will
have something to show for it this evening. This afternoon I got
sidetracked, and thought I'd try messing around with some LaTeX.

Lee, please smack me around if I'm blatantly misusing the
parts/chapters/sections here.  Also feel free to add/fix anything I left
out/did wrong.

Everyone else, please check out the two attachments on this email.  

The .tex file is a LaTeX document like we will be working on for all our
documentation.  Note the lack of any numbering, spacing, page breaks,
font sizes, or other text formatting.  All you see is LaTeX tags and
plain text. 

The .pdf (Adobe Acrobat) file was automatically generated from the .tex
file.  This is what our documents will look like on paper. Note the
formatting, chapter, section, and page numbers, and the table of
contents, all done auto-magically by LaTeX. 
%% LyX 1.3 created this file.  For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[oneside,english]{book}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}

\makeatletter
\usepackage{babel}
\makeatother
\begin{document}

\title{Requirements Definition}


\author{by Ghetto Software, Inc.%
\footnote{Ghetto Software Core Team is: Nathan E. Moore, Cord Cornell Scott,
Vicki F., Lee Adamson, Damian Christey%
}}

\maketitle
\tableofcontents{}


\part{Introduction}


\chapter{Purpose}


\chapter{Scope}


\section{Product name}


\section{What it will/will not do}


\section{Benefits, objectives, and goals}


\chapter{Definitions/Abbreviations}


\chapter{References}


\chapter{Overview}


\part{General Description}


\chapter{Perspective}


\section{The big picture }


\section{Other components}


\section{User interfaces}


\chapter{System Evolution}


\section{Life cycle model}


\section{Installation method}


\chapter{Functions}


\chapter{User Characteristics}


\section{Organization}


\section{Level of education}


\section{Experience}


\section{Technical expertise}


\section{Training}


\chapter{General Constraints}


\section{Regulatory policies}


\section{Hardware limitations}


\section{Interfaces to other applications}


\chapter{Assumptions and dependencies}


\section{Risk assessment}
\end{document}

Other related posts:

  • » [ghetto-software] Definitions document skeleton