Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.46 KB

listings-modelica

This project provides syntax highlighting definitions of the Modelica language for the LaTeX listings package.

Usage

Copy or link the file modelica-listings.cfg into your LaTeX project and include it in your main project file.

E.g.:

\usepackage{listings}
\input{listings-modelica.cfg}

The modelica modelica-listings.cfg file also provides to new commands, \code and \modelica, in order to inline code examples without and with Modelica syntax highlighting, repsectively.

By default no background colour is set for the listing. But the appearance can be modified for example by doing:

\usepackage{listings}
\input{listings-modelica.cfg}
\lstset{language = modelica,
        basicstyle=\fontsize{9pt}{10.5pt}\ttfamily,
        backgroundcolor = \color{green}}

License

© Copyright 2014 Martin Sjölund, Dietmar Winkler

This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version. The latest version of this license is in http://www.latex-project.org/lppl.txt and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.

Contributions

See list of contributors.

Issues or pull request are always welcome.