Skip to content

Support for software engineering tasks (SRS, traceability matrices, etc.) in LaTeX2e

Notifications You must be signed in to change notification settings

rajayonin/srs-latex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRS-latex-uc3m

Support for software engineering tasks (SRS, autogeneration of traceability matrices, etc.) in LaTeX2e. FYI, see example.tex and notes in SRS.sty.

If you have any question, please send an e-mail to luisdaniel.casais [at] alumnos.uc3m.es.

Compilation

First you must install LaTeX.

  • For Linux, install texlive-full.
  • For Windows, install MiKTeX, make sure you add it to your PATH, and install Perl. If it’s not installed already, open the MiKTeX Package Manager and install the latexmk package.
  • For macOS, install MacTeX and then install latexmk with:
    sudo tlmgr install latexmk
    

To compile the example, use the following command:

latexmk -pdflua example.tex

VS Code

Some useful extensions:

  • LaTeX Workshop
  • LTeX: Grammar checker.
    • You can change the language through the ltex.language setting in VS Code settings.

About

Support for software engineering tasks (SRS, traceability matrices, etc.) in LaTeX2e

Resources

Stars

Watchers

Forks

Languages

  • TeX 100.0%