<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.1">
</HEAD>
<BODY>
Hello again, I have another (hopefully) easy to solve problem.<BR>
<BR>
Preparing a <I>curriculum vitae</I>, I have used the template shown there: <A HREF="http://www.cv-templates.info/2009/03/professional-cv-latex/">http://www.cv-templates.info/2009/03/professional-cv-latex/</A> (really nice template by the way, you should have a look!)<BR>
I've made few adjustements to the template, mainly to convert it to letter paper (originally in A4). Seems simple enough. The original preambule was :<BR>
<BR>
<FONT COLOR="#800000">\documentclass[a4paper,10pt]{article}</FONT><BR>
<BR>
<TT><FONT COLOR="#800000">%A Few Useful Packages</FONT></TT><BR>
<TT><FONT COLOR="#800000">%\usepackage{marvosym}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{fontspec}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %for loading fonts</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{xunicode,xltxtra,url,parskip}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %other packages for formatting</FONT></TT><BR>
<TT><FONT COLOR="#800000">\RequirePackage{color,graphicx}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage[usenames,dvipsnames]{xcolor}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage[big]{layaureo}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %better formatting of the A4 page</FONT></TT><BR>
<TT><FONT COLOR="#800000">% an alternative to Layaureo can be ** \usepackage{fullpage} **</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{supertabular}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %for Grades</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{titlesec}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %custom \section</FONT></TT><BR>
<BR>
And I have tuned it into this :<BR>
<BR>
<FONT COLOR="#800000">\documentclass[10pt]{article}</FONT><BR>
<BR>
<TT><FONT COLOR="#800000">%A Few Useful Packages</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage[francais]{babel}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{xltxtra,parskip}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %other packages for formatting</FONT></TT><BR>
<TT><FONT COLOR="#800000">\RequirePackage{color,graphicx}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{fullpage}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{xcolor}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{supertabular}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %for Grades</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage{titlesec}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; %custom \section</FONT></TT><BR>
<BR>
<BR>
Now I thought that with those modifications (taking a4paper out of documentclass declaration, and also the A4 related formatting package layaureo), the produced document would be letter type. But it's not. It's still A4. Forcing letterpaper in \documentclass doesn't help. Any clue what package might be forcing A4 usage?<BR>
<BR>
Thanks again!<BR>
<BR>
Other (maybe useful to diagnose) parts of the preambule :<BR>
<BR>
<TT><FONT COLOR="#800000">%Setup hyperref package, and colours for links</FONT></TT><BR>
<TT><FONT COLOR="#800000">\usepackage[bookmarksopen=false]{hyperref}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\definecolor{linkcolour}{rgb}{0,0.2,0.6}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}</FONT></TT><BR>
<BR>
<TT><FONT COLOR="#800000">%FONTS</FONT></TT><BR>
<TT><FONT COLOR="#800000">\defaultfontfeatures{Mapping=tex-text}</FONT></TT><BR>
<TT><FONT COLOR="#800000">\setmainfont[SmallCapsFont = Fontin SmallCaps]{Fontin}</FONT></TT><BR>
<BR>
<TT><FONT COLOR="#800000">%CV Sections inspired by: </FONT></TT><BR>
<TT><FONT COLOR="#800000">%<A HREF="http://stefano.italians.nl/archives/26">http://stefano.italians.nl/archives/26</A></FONT></TT><BR>
<TT><FONT COLOR="#800000">\titleformat{\section}{\Large\scshape\raggedright}{}{0em}{}[\titlerule]</FONT></TT><BR>
<TT><FONT COLOR="#800000">\titlespacing{\section}{0pt}{3pt}{3pt}</FONT></TT><BR>
<TT><FONT COLOR="#800000">%Tweak a bit the top margin</FONT></TT><BR>
<TT><FONT COLOR="#800000">%\addtolength{\voffset}{-1.3cm}</FONT></TT>
</BODY>
</HTML>