/LaTeX-Vorlage

LaTeX Vorlage für Windows MikTex mit TeXnicCenter

Primary LanguageTeX

LaTeX-Template

This is a LaTeX template for a ZHAW project work.

Information for Windows

You need to have MiKTeX installed. The How to install can be found here: http://miktex.org/howto/install-miktex.

Works with the TeXnicCenter.

Information for Mac OS X

Works with the MacTeX-2014 Distribution and Sublime Tex 3 with the LaTeXTools Plugin.

Install some nonfreefonts from www.tug.org

  1. Download the installation script

  2. Run the installation

    sudo texlua install-getnonfreefonts

  3. Run the Script

    sudo getnonfreefonts-sys -a

Use Case Template

  • Insert an Use Case with
\begin{usecase} ... \end{usecase}
  • Add a title with
\addtitle{Use Case 1}{Title of Use Case 1}
  • Add a field with
\addfield{Property}{Value}
  • Add a itemized field
\additemizedfield{Property}{\item Value 1}
  • Add a scenario
\addscenario{Scenario Name}{\item 1st step}

For more information check the chapter Use Cases in the template or visit the page of the creator