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
.
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 thelatexmk
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
Some useful extensions:
- LaTeX Workshop
- If you are using the extension, please set
-shell-escape
(see LaTeX Workshop FAQ)
- If you are using the extension, please set
- LTeX: Grammar checker.
- You can change the language through the
ltex.language
setting in VS Code settings.
- You can change the language through the