I have looked at the documentation for the listings package. I don't get much of it but it seems like the Keyword style should give me what I need, just can't get the syntax right. Can anyone help me with this?
Thx...
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,11pt,twoside,openright,fleqn]{report}\usepackage[english]{babel}\usepackage{listings}\usepackage{dcolumn}\newcolumntype{d}[1]{D{.}{.}{#1}}\begin{document}Just som random text to show margins. Just som random text to show margins. Just som random text to show margins.\lstset{frame=none,breaklines=on,columns=fixed}\lstinputlisting{./parameter.k}\end{document}