سلام
کد زیر رو امتحان کنید:
\documentclass[a4paper,12pt]{report}
\usepackage{xcolor}
\usepackage{listings}
\lstset{
language=[tk]tcl,
frame=single,
emph={[1]UnitsConstants.tcl},emphstyle={[1]\slshape\underbar},
emph={[3]source,expr,set},emphstyle={[3]\color{violet}},
basicstyle=\small\ttfamily,
}
\begin{document}
\begin{lstlisting}
wipe
wipeAnalysis
source UnitsConstants.tcl
model BasicBuilder -ndm 2
\end{lstlisting}
\end{document}
درواقع کافیه \itshape
رو به \slshape
تغییر بدید.
پیروز باشید.