Hi, I couldn’t figure out how to convert the paper size from A4 to letter.
I tried so many things, not only the instruction in Section 1.7.2 “Using US letter paper”, but also a lot of info I could search over internet for a whole day.
I found that there is one more place that affects overall output : \PassOptionsToClass{} in Thesis.cls. In my case the final output size depended on whether \documentclass{} option was a4 or letter if \PassOptionsToClass{} was set to a4, while output was letter independent of \documentclass{} option if \PassOptionToClass{} was set to letter.
This result was observed only when the \usepackage{vmargin} and \setmarginsrb{} in Thesis.cls were commented out completely; it must be overriding the configuration determined by the combination of \PassOptionsToClass{} and \documentclass{} options.
Wish this helps to those who could have a hard time to use this superb template in letter format.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
I spent another hours to figure out how to keep using vmargin package with letter size paper. I gave up. Maybe because I have insufficient understanding on how LaTeX works. I decided to go easier route; using geometry package in place of vmargin and setmarginsrb. It definitely is compatible with letter size.
In short, in Thesis.cls :
[1] comment out \usepackage{vmargin} through the line for ‘foot sep’.
[2] Type \usepackage[hmargin=1in, vmargin=1in]{geometry}, for example. Refer to the options available for the geometry package.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p