I'm having a problem with Latex inserting blank page at end of a document. Here is a minimal example:
Code: Select all
\documentclass{article}\usepackage[utf8]{inputenc}\usepackage[T1]{fontenc}\usepackage{ae,aecompl}% comment any of these three - and the blank page at end is gone !!\usepackage{float}\usepackage{lastpage}\usepackage{minitoc}\title{Test document}\begin{document}\section{Introduction}Welcome to the introductory section !!!\end{document}
Can anyone confirm this problem? What could I do to rid of the blank page at end, if I do want to use all of these three packages?
Thanks... Cheers !
