I would like to ask you a question. I'm using the fncychap package (Glenn style) for the chapter titles and I would like to remove the chaptername "Chapter" from each chapter title. Does anyone knows how to do it?
\documentclass[11pt,notitlepage,a4paper,oneside]{report}
\usepackage[english]{babel}
\usepackage{fix-cm}
\usepackage[Glenn]{fncychap}
\ChNameVar{\bfseries\LARGE\sf}\ChNumVar{\fontsize{62}{65}\selectfont}
\ChTitleVar{\bfseries\LARGE\sf} \ChRuleWidth{1pt} \ChNameAsIs
\ChTitleAsIs
\begin{document}
\chapter{Test}
\end{document}

babelyou need to use\addto\captionsenglish{\renewcommand\chaptername{}}. See Change the word Chapter to something else which your question is a duplicate of. – Alan Munn May 11 '12 at 13:51fncychap) which is not valid in the case of the link that you provided, I am not so sure now whether this is really a duplicate or not. – Gonzalo Medina May 11 '12 at 17:09fix-cm) to have access to a 62pt font. If you don't agree with my edit, you can roll it back; if you can't (due to your actual rep. count), please let me know and I will do it ;-) – Gonzalo Medina May 11 '12 at 17:18