Hi,
The following latex code:
\subsection{Classification Performance}
is shown something like
5.3.3 Classifi cation Performance
There seems to be some gap beteen "Classifi" and "cation". Is it a problem?
Thanks!
Hi,
The following latex code:
\subsection{Classification Performance}
is shown something like
5.3.3 Classifi cation Performance
There seems to be some gap beteen "Classifi" and "cation". Is it a problem?
Thanks!
Does:
% test.tex
\documentclass{article}
\usepackage{listings}
\begin{document}
\subsection{Classification Performance}
\end{document}
produce something different than:
When generating a PDF of it like this:
latex test.tex && dvipdf test.dvi
on your system?