I'm using the command
\subparagraph
because I like it's formatting, but for some reason the first letter of every sub-paragraph is spaced from the others of the word. You can see an example in the image below:My file header is
Code: Select all
\documentclass[a4paper]{book}
\usepackage[utf8x]{inputenc}
\usepackage[italian]{babel}
\usepackage{color}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{float}
\usepackage{fancyhdr}
\usepackage{hyperref}
\usepackage[a4paper]{geometry}
\usepackage[absolute]{textpos}
\parskip 7.2pt
\parindent 8pt
\hypersetup{
bookmarks=true, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobat's bookmarks
pdftoolbar=true, % show Acrobat's toolbar?
pdfmenubar=true, % show Acrobat's menu?
pdffitwindow=false, % window fit to page when opened
pdfstartview={FitH}, % fits the width of the page to the window
pdftitle={Euristiche per problemi di sequenziamento basate su PQRTree}, % title
pdfauthor={Orlandin Marco}, % author
pdfsubject={Tesi di laurea magistrale per l'anno accademico 2011/2012}, % subject of the document
%pdfcreator={Creator}, % creator of the document
%pdfproducer={Producer}, % producer of the document
pdfkeywords={PQRTree Heuristic TOS MOS MOSP C1P PQTree C++}, % list of keywords
pdfnewwindow=true, % links in new window
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan % color of external links
}