Возникла проблема с отображением стиля комментариев, в котором есть кириллица.
Инициализация:
Код:
\lstset{inputencoding=utf8x,
extendedchars=false,
stringstyle=\usefont{T2A}{cmr}{m}{n},
basicstyle=\tt , % Code font, Examples: \footnotesize, \ttfamily
keywordstyle=\bf , % Keywords font ('*' = uppercase)
commentstyle=\itshape , % Comments font
numbers=left, % Line nums position
numberstyle=\tiny\color{gray}, % Line-numbers fonts
stepnumber=1, % Step between two line-numbers
numbersep=5pt, % How far are line-numbers from code
frame=tb, % A frame around the code
tabsize=2, % Default tab size
captionpos=b, % Caption-position = bottom
breaklines=true, % Automatic line breaking?
breakatwhitespace=true, % Automatic breaks only at whitespace?
showspaces=false, % Dont make spaces visible
showtabs=false, % Dont make tabls visible
columns=flexible, % Column format
keepspaces = true % Spaces in comments
}
С моей инициализацией пакета получается такое:
Есть ли способ решить?