Adicionado chaves em chamadas de comandos para sumprimir aviso de comando terminado em espaço
This commit is contained in:
parent
d995fc7973
commit
dc74e0eacc
52
main.tex
52
main.tex
|
|
@ -23,8 +23,10 @@
|
|||
\usepackage[utf8]{inputenc} % Para caracteres especiais
|
||||
\usepackage[T1]{fontenc} % Melhor codificação de fonte
|
||||
\usepackage{ebgaramond}
|
||||
\usepackage{microtype}
|
||||
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
|
||||
\setlength{\headheight}{15pt}
|
||||
\raggedbottom{}
|
||||
% Início do documento
|
||||
\begin{document}
|
||||
|
||||
|
|
@ -60,12 +62,12 @@
|
|||
% Sumário
|
||||
\tableofcontents
|
||||
|
||||
\mainmatter
|
||||
\mainmatter{}
|
||||
|
||||
\chapter*{INTRODUCTION}
|
||||
\pagestyle{fancy}
|
||||
\addcontentsline{toc}{chapter}{INTRODUCTION}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}{}
|
||||
|
||||
\fancyhead[l]{INTRODUCTION}
|
||||
\fancyhead[r]{\thepage}
|
||||
|
|
@ -81,114 +83,114 @@
|
|||
% Página Ímpar: Número da página no lado Direito (Externo)
|
||||
|
||||
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
\include{chapters/In the Dingey of Lady Vain}
|
||||
|
||||
\chapter{THE MAN WHO WAS GOING NOWHERE}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
\include{chapters/The man who was going nowhere}
|
||||
|
||||
\chapter{THE STRANGE FACE}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Strange Face}
|
||||
|
||||
\chapter{AT THE SCHOONER’S RAIL}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/At the Schooners Rail}
|
||||
|
||||
\chapter{THE MAN WHO HAD NOWHERE TO GO}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The man who had nowhere to go}
|
||||
|
||||
\chapter{THE EVIL-LOOKING BOATMEN}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The evil looking boatmen}
|
||||
|
||||
\chapter{THE LOCKED DOOR}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/Locked Door}
|
||||
|
||||
\chapter{THE CRYING OF THE PUMA}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Crying of the puma}
|
||||
|
||||
\chapter{THE THING IN THE FOREST}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The thing in the forest}
|
||||
|
||||
\chapter{THE CRYING OF THE MAN}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Crying of the man}
|
||||
|
||||
\chapter{THE HUNTING OF THE MAN}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Hunting of the man}
|
||||
|
||||
\chapter{THE SAYERS OF THE LAW}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The sayers of the Law}
|
||||
|
||||
\chapter{A PARLEY}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/A Parley}
|
||||
|
||||
\chapter{DOCTOR MOREAU EXPLAINS}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/Doctor Moreau Explains}
|
||||
|
||||
\chapter{CONCERNING THE BEAST FOLK}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/Concerning the beast folk}
|
||||
|
||||
\chapter{HOW THE BEAST FOLK TASTE BLOOD}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/How the beast folk taste blood}
|
||||
|
||||
\chapter{A CATASTROPHE}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/A Catastrophe}
|
||||
|
||||
\chapter{THE FINDING OF MOREAU}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Finding of Moreau}
|
||||
|
||||
\chapter{MONTGOMERY’S \emph{BANK HOLIDAY}}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/Montgomerys Bank holiday}
|
||||
|
||||
\chapter{ALONE WITH THE BEAST FOLK}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/Alone With the beast folk}
|
||||
|
||||
\chapter{THE REVERSION OF THE BEAST FOLK}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Reversion of the beast folk}
|
||||
|
||||
\chapter{THE MAN ALONE}
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
|
||||
\include{chapters/The Man Alone}
|
||||
|
||||
\cleardoublepage
|
||||
\cleardoublepage{}
|
||||
\thispagestyle{empty}
|
||||
\vspace*{\stretch{1}}
|
||||
\centering
|
||||
|
|
|
|||
Loading…
Reference in New Issue