%%% --------------------------------------------------------------------------- %%% This is a template for Full Circle publications by Open Court %%% (c) Dirk Schlimm %%% Current version: 1.2 %%% Changes: %%% o 1.2 (12/28/07) Cleaned up %%% o 1.1c (12/16/07) Added hyphenation for Stuttgart %%% o 1.1b (12/04/06) Copied from bernaysbook.tex %%% o 1.1 (1/02/06) Added input bernayschapter09 %%% o 1.0 (6/10/05) %%% o 0.1 (4/26/05) Start %%% --------------------------------------------------------------------------- %%% Set default font size: 10pt %%% Set default paper size: letter %%% Show page trims %%% Load memoir class %%% Add option: draft (to see overfull errors marked in printout) %\documentclass[10pt,letterpaper,showtrims,oldfontcommands]{memoir} %%% --------------------------------------------------------------------------- % Lists all included files in .log file % \listfiles % For debugging, uncomment the following three lines. %\errorcontextlines=25 %\tracingmacros=1 %\tracingcommands=1 %%% --------------------------------------------------------------------------- %%% Load fullcircle style \def\ThisIsTheVolume{} \usepackage{../sty/cwrc} \renewcommand*{\typonoteprint}[2]{{\color{green!50!black}#1} \sout{#2}} \renewcommand*{\transnoteprint}[2]{{\color{red!50!black}#1} \sout{#2}} \renewcommand*{\varnoteprint}[2]{{\color{green!50!black}#1 \color{magenta!50!black}#2}} %%% --------------------------------------------------------------------------- %%% Choose default font %\useComputerModernFont % Uncomment if Bodoni/Gill fonts are not available %%% Select chapter style (unnumbered, numbered) \chapterstyle{unnumbered} %% Handling of clubs, widows, and orphans ------------------------------------- \clubpenalty=10000 \widowpenalty=10000 %\displawidowpenalty=10000 \maketextnote \makepagenote \begin{document} \sloppy %%% Bibliography --------------------------------------------------------------------------- %%% Set name of bibliographies (\eg, "Literature Cited" in CBH) \renewcommand{\bibname}{Bibliography} %%% Select bibliography style and files (chapter, volume) %%% Requires: \chapterbib or \volumebib where bibliographies are desired \bibliographystyle{../sty/carnap} %%% No bibliography in toc (as chapters) \nobibintoc %%% Write bibliography in toc as sections \renewcommand{\prebibhook}{\addcontentsline{toc}{chapter*}{\bibname}} %%% Index --------------------------------------------------------------------------- %%%%%%%% Set name of Index (\eg, "Index of Names" in Volume I) \renewcommand{\indexname}{Index~of~Names} % Set pagenumbering roman and start with page one %%% First page with title only (bastardtitle) ---------------------------------- \pagenumbering{arabic} %\setcounter{page}{2} % / 2006.12.04 \raggedbottom % Commented out 2007.09.15 \pagestyle{chapsec} % Revert from empty for pictures \def\cwrcvolume{X} \openright \def\setgermantitle#1#2#3{\def\germanfile{#1}\def\creathno{#2}\def\germantitle{#2 #3}} \def\setenglishtitle#1#2#3{\def\englishfile{#1}\def\creathno{#2}\def\englishtitle{#2 #3}} \def\englishtitle{} \newboolean{twotexts}