I process the code using XeLaTeX. My first line:
\documentclass[a4paper,12pt,titlepage]{article}
Above works. Unfortunately anything other than 12pt seems to result in a default size (size 10pt I guess).
So how to set it to like 13pt or 14pt ?
P.S. I tried commenting out all other packages to see if there's a conflict somewhere. No luck.
\large– David Carlisle Mar 29 '13 at 18:33\large\huge\fontsize{1in}{2in}\selectfontthe options on document class are not for setting up a font size but setting up page layout dimensions: sizes of headings sizes of spaces around displayed equations etc, the default body font is just one small part of that. – David Carlisle Mar 29 '13 at 18:49