我是这个论坛的新手,因此如果您需要更多信息或有任何不清楚的地方,请告诉我。
我计划用 LaTex 写一本书,并在这里找到了 Wiley 模板(http://www.latextemplates.com/template/wiley-book-style)
是否有机会将布局设置为DIN A4?我感觉这本书是按信函格式打印的,然后裁剪。对我来说,如果是.pdf
最终书的大小,会更容易。所以当我想让我的书是 20x30cm 时,它.pdf
有相同的尺寸。我可以在哪里设置它?
我只发现
\textheight=45pc
\textwidth=28pc
在wileysev.cls
文件中。
答案1
使用链接模板(为了方便起见,剪切了一些内容)
\usepackage[a4paper,showframe]{geometry}
将工作。
也许必须使用lmargin=...
等来设置边距(请参见此geometry
包)
删除showframe
生产运行选项。
%%%%%%%%%%%%%%
%% Run LaTeX on this file several times to get Table of Contents,
%% cross-references, and citations.
%% If you have font problems, you may edit the w-bookps.sty file
%% to customize the font names to match those on your system.
%% w-bksamp.tex. Current Version: Feb 16, 2012
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Sample file for
% Wiley Book Style, Design No.: SD 001B, 7x10
% Wiley Book Style, Design No.: SD 004B, 6x9
%
%
% Prepared by Amy Hendrickson, TeXnology Inc.
% http://www.texnology.com
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%
% 7x10
\documentclass{wileySev}
\usepackage[a4paper]{geometry}
% 6x9
%\documentclass{wileySix}
\usepackage{graphicx}
%%%%%%%
%% for times math: However, this package disables bold math (!)
%% \mathbf{x} will still work, but you will not have bold math
%% in section heads or chapter titles. If you don't use math
%% in those environments, mathptmx might be a good choice.
% \usepackage{mathptmx}
% For PostScript text
\usepackage{w-bookps}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Other packages you might want to use:
% for chapter bibliography made with BibTeX
% \usepackage{chapterbib}
% for multiple indices
% \usepackage{multind}
% for answers to problems
% \usepackage{answers}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Change options here if you want:
%%
%% How many levels of section head would you like numbered?
%% 0= no section numbers, 1= section, 2= subsection, 3= subsubsection
%%==>>
\setcounter{secnumdepth}{3}
%% How many levels of section head would you like to appear in the
%% Table of Contents?
%% 0= chapter titles, 1= section titles, 2= subsection titles,
%% 3= subsubsection titles.
%%==>>
\setcounter{tocdepth}{2}
%% Cropmarks? good for final page makeup
%% \docropmarks
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% DRAFT
%
% Uncomment to get double spacing between lines, current date and time
% printed at bottom of page.
% \draft
% (If you want to keep tables from becoming double spaced also uncomment
% this):
% \renewcommand{\arraystretch}{0.6}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%% Demo of section head containing sample macro:
%% To get a macro to expand correctly in a section head, with upper and
%% lower case math, put the definition and set the box
%% before \begin{document}, so that when it appears in the
%% table of contents it will also work:
\newcommand{\VT}[1]{\ensuremath{{V_{T#1}}}}
%% use a box to expand the macro before we put it into the section head:
\newbox\sectsavebox
\setbox\sectsavebox=\hbox{\boldmath\VT{xyz}}
%%%%%%%%%%%%%%%%% End Demo
\begin{document}
\booktitle{Survey Methodology}
\subtitle{This is the Subtitle}
\authors{Robert M. Groves\\
\affil{Universitat de les Illes Balears}
Floyd J. Fowler, Jr.\\
\affil{University of New Mexico}
}
\offprintinfo{Survey Methodology, Second Edition}{Robert M. Groves}
%% Can use \\ if title, and edition are too wide, ie,
%% \offprintinfo{Survey Methodology,\\ Second Edition}{Robert M. Groves}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
\halftitlepage
\titlepage
\begin{copyrightpage}{2007}
Survey Methodology / Robert M. Groves . . . [et al.].
\ p. cm.---(Wiley series in survey methodology)
\ ``Wiley-Interscience."
\ Includes bibliographical references and index.
\ ISBN 0-471-48348-6 (pbk.)
\ 1. Surveys---Methodology. 2. Social
\ sciences---Research---Statistical methods. I. Groves, Robert M. II. %
Series.\\
HA31.2.S873 2007
001.4'33---dc22 2004044064
\end{copyrightpage}
\dedication{To my parents}
\begin{contributors}
\name{Masayki Abe,} Fujitsu Laboratories Ltd., Fujitsu Limited, Atsugi,
Japan
\name{L. A. Akers,} Center for Solid State Electronics Research, Arizona
State University, Tempe, Arizona
\name{G. H. Bernstein,} Department of Electrical and
Computer Engineering, University of Notre Dame, Notre Dame, South Bend,
Indiana; formerly of
Center for Solid State Electronics Research, Arizona
State University, Tempe, Arizona
\end{contributors}
\contentsinbrief
\tableofcontents
\listoffigures
\listoftables
\begin{foreword}
This is the foreword to the book.
\end{foreword}
\begin{preface}
This is an example preface.
This is an example preface.
This is an example preface.
This is an example preface.
\prefaceauthor{R. K. Watts}
\where{Durham, North Carolina\\
September, 2007}
\end{preface}
\begin{acknowledgments}
From Dr.~Jay Young, consultant from Silver Spring, Maryland, I received
the initial push to even consider writing this book. Jay was a constant
``peer reader'' and very welcome advisor durying this year-long process.
To all these wonderful people I owe a deep sense of gratitude especially now
that this project has been completed.
\authorinitials{G. T. S.}
\end{acknowledgments}
\end{document}
答案2
\documentclass[10pt, a4paper]{}
将工作