Quote:
Originally Posted by Hadrien
|
I've seen the books, thank you.
The font is tad too large for my taste, though. Well better larger than smaller, I guess.
Do you have the template .tex file somewhere on your site? I haven't found one.
So far I've came up with what's below. The problem with it is that first page of every chapter still does have a page number and I did not figure out how to change font size used in section headings -- I would love to have them smaller.
The "page header" could be useful for refernce type books. I would put book name, chapter name, skip to next chapter link and go back to previous chapter in it. Maybe "go to index" link also.
\documentclass[final,openany]{book}
\pagestyle{empty}
\usepackage[paperwidth=3.54in,paperheight=4.72in,left=0.15in,t op=0.15in,bottom=0.15in,right=0.15in]{geometry}
\setlength{\paperwidth}{3.54in}
\setlength{\hoffset}{-1in}
\setlength{\oddsidemargin}{0.15in}
\setlength{\evensidemargin}{0.15in}
\setlength{\textwidth}{3.24in}
%
\setlength{\paperheight}{4.72in}
\setlength{\voffset}{-1in} %
\setlength{\textheight}{4.12in}
\setlength{\topmargin}{0.05in}
\setlength{\headheight}{0.1in}
\setlength{\headsep}{0.05in}
%
\setlength{\footskip}{0.2in}
\begin{document}
...
\end{document}