I'm a total TeX newb - please be nice! :-)
How can I change the font and size of Chapter headings? I don't mind where it's placed on the page - but would like it to be a sans-serif font and perhaps a bit bigger? These are un-named chapters... they just need to say Chapter 1, Chapter 2, etc.
I tried to post pictures of my code and the results but the forum said I have to earn 10 reputation points to post images. :-(
\documentclass[10pt]{memoir}
\usepackage{palatino}
\usepackage[margin=1in, paperwidth=6in, paperheight=9in]{geometry}
\usepackage{indentfirst}
\pagestyle{plain}
\begin{document}
\input{chapter01.tex}
\input{chapter02.tex}
\end{document}


!in front of it to turn it into a link. A moderator or another user with edit privileges can then reinsert the!to turn it into an image again. – doncherry Nov 05 '12 at 19:41