I am currently using mathpazo for the font for my thesis. I want to use smallcaps for my section headings (as you can see in the MWE I have set \allsectionsfont to \scshape. The problem is that I have some botanical names in some headings that need to be italicised. These include the Tolypothrix and Calothrix in the MWE below. Does anyone have a working solution?
\documentclass[12pt,a4paper,openleft,draft]{report}
\usepackage[lmargin=4.0cm, rmargin=2.5cm,tmargin=3cm,bmargin=2.5cm]{geometry}
\usepackage{mathpazo}
\usepackage[margin=10pt,font=small,labelfont=bf,labelsep=period,singlelinecheck=false]{caption}
\usepackage{sectsty}
\usepackage{setspace}
\usepackage[english]{babel}
\usepackage{slantsc}
\allsectionsfont{\scshape}
\doublespacing
\begin{document}
\subsection{Differing results from phylogenetic analyses have significant consequences for the placement of Tolypothrix and Calothrix in the Nostocales}
\end{document}


{}button in the editor). – Jake Mar 29 '12 at 15:17LaTeX Font Warning: Some font shapes were not available, defaults substituted.– David Carlisle Mar 29 '12 at 15:31