Theses, Books, Title pages ⇒ How to set twopage style for Wiley book class
How to set twopage style for Wiley book class
http://www.latextemplates.com/template/wiley-book-style
After compile the sample tex file, I found that the produced file was not in twoside format. But I don't know how to adjust the format to twoside typeset.
Anybody can help in this issue?
Thanks in advance.
Nick
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: How to set twopage style for Wiley book class
How to set twopage style for Wiley book class
Hi Johannes,Johannes_B wrote:The unmodified template is in twoside mode.
Thank you for your suggestion. I followed your instruction to try the w-bktmpl.tex file, but still the output format is not in twoside mode. Any parameter I need to modify?
Thanks
Nick
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to set twopage style for Wiley book class
If the document should really be oneside, we need to see a minimal working example.
Re: How to set twopage style for Wiley book class
I applied the showframe package and the output pdf file is attached. It does come with alternating side margin, but the relative position of the even/odd page cannot meet each other if printed double-sided.
- Attachments
-
- bookraw.pdf
- (212.75 KiB) Downloaded 301 times
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to set twopage style for Wiley book class
What do you mean?rabbitbug wrote:It does come with alternating side margin, but the relative position of the even/odd page cannot meet each other if printed double-sided.
How to set twopage style for Wiley book class
Hi Johannes, I try to fix the problem by using the geometry package withe following codes before \begin{document}, and it turn out to be acceptable.Johannes_B wrote:What do you mean?rabbitbug wrote:It does come with alternating side margin, but the relative position of the even/odd page cannot meet each other if printed double-sided.
\usepackage[hoffset=0pt,hmarginratio=1:1,voffset=20pt,paperwidth=6.125in, paperheight=9.25in]{geometry}
\addtolength{\oddsidemargin}{-.2in}
\addtolength{\evensidemargin}{-.2in}
\addtolength{\textwidth}{0.4in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1in}
\begin{document}