I wonder what the kerning option of the microtype package does? In the manual it says that kerning=true will give additional kerning. But how? Is this something that has to be specified in addition to activating the option?
I can see no visual difference or any difference in filesize when compiling the two following examples with pdfTeX-1.40.10. Example 1:
\documentclass{article}
\usepackage{lipsum}
\usepackage[kerning=true]{microtype}
\begin{document}
\lipsum[1-5]
\end{document}
Example 2:
\documentclass{article}
\usepackage{lipsum}
\usepackage[kerning=false]{microtype}
\begin{document}
\lipsum[1-5]
\end{document}