when I use LaTeX, there is a command called \lstinputlisting that receives as a parameter the path to a script to embed in a document (i.e. lstinputlisting{path/to/your/script}).
There are also other commands like this, for example \includegraphics for images.
It would be nice if cmp-path could suggest paths inside that command :D
Hi,
when I use LaTeX, there is a command called
\lstinputlisting
that receives as a parameter the path to a script to embed in a document (i.e.lstinputlisting{path/to/your/script}
). There are also other commands like this, for example\includegraphics
for images.It would be nice if
cmp-path
could suggest paths inside that command :D