Tagged Questions
11
votes
1answer
3k views
Using listing for displaying Matlab code
I'm trying to display matlab code in a LaTeX document and the comments are typeset with an ugly space between letters:
\documentclass{article}
\usepackage{listings}
\lstset{language=Matlab}
...