Skip to content

LaTex package for adding requirements as in Software Requirements Specifications

Notifications You must be signed in to change notification settings

TechLogic/requirementstags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requirementstags

Latex package for adding requirements

This package addes the function to add requirements to your documents. There is a command for functional and for nonfunctional requirements.

Commands

  • \reqlist { requirements} Command for making a requirements list (only a normal description list but less to write)
  • \requirement [Subnumber]{Importance 0-3}{0 = needs to be reviewed / 1 = reviewed}{Requirements text}
  • \nfrequirement [Subnumber]{Importance 0-3}{0 = needs to be reviewed / 1 = reviewed}{Requirements text}
  • \notClear Output: < NotClear >
  • **\low ** Output: < Low >
  • \medium Output: < medium >
  • \high Output: < high >
  • \tobereviewed Output: < to be reviewed >
  • \reviewed Output: < reviewed >

Example

\requirement {0}{0}{Test}

     FR 1.0 <notClear> <tobereviewed>
     Test     

\requirement[1]{3}{1}{Subrequirement}

     FR 1.1 <high> <reviewed>
     Subrequirement     

\nfrequirement{2}{1}{Non functional requirement}

     NFR 1.0 <medium> <reviewed>
     Non functional requirement

Use

To use this package just download it from here.

After this put it in the same folder as the latex document and add \usepackage{requirementstags} to your document.

About

LaTex package for adding requirements as in Software Requirements Specifications

Resources

Stars

Watchers

Forks

Packages

No packages published