
Sou um pouco novato em LaTeX, mas estou gostando de aprendê-lo enquanto faço minha tese de mestrado aqui. Fiquei me perguntando quais seriam os melhores padrões científicos e formatos LaTeX para dedicatórias e epígrafes, já que quero tê-los em minha tese.
Deve vir antes ou depois do resumo? Páginas em branco no meio? Eu mesmo não sei muito. Além disso, quais são os melhores formatos/pacotes para cada um?
Eu queria fazer uma dedicatória simples e bonita ao meu irmão que faleceu. Tentei um novo capítulo, mas parecia meio chato... Alguém pode sugerir alguma coisa? Além disso, a frase que usei é a mais adequada para esse caso? Não sou falante nativo de inglês, então não posso ter certeza.
Para a epígrafe, estou usando o pacote epigraph e forçando a epígrafe para o final de uma página em branco, mas ainda não tenho 100% de certeza de que parece bom. Alguma sugestão?
Veja como meu documento começa:
\documentclass[
12pt,
a4paper,
bibtotoc,
cleardoubleempty,
idxtotoc,
ngerman,
openright
final,
listof=nochaptergap,
]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\include{preamble}
\begin{document}
\setcounter{secnumdepth}{3}
% Titelblatt
\include{content/title}
%\cleardoubleemptypage
\frontmatter
% Abstract
\include{content/abstract}
\cleardoubleemptypage
% Epigraph
\chapter*{}
\vspace*{\fill}
\renewcommand{\epigraphsize}{\large}
\setlength{\epigraphwidth}{0.5\textwidth}
\epigraph{Somewhere, something incredible is waiting to be known.}{Carl Sagan}
\cleardoubleemptypage
% Dedication
\chapter*{Dedication}
To the memory of my beloved brother, Timothée.
\cleardoubleemptypage
% Inhaltsverzeichnis
\tableofcontents
\addcontentsline{toc}{chapter}{Contents}
\cleardoubleemptypage
... Then list of figures, abbreviations, mainmatter and so on ...
Então? Algum comentário? Eu ficaria muito grato, isso é muito importante para mim.
Atenciosamente,
bpx.
Responder1
O modelo parece vir deGitHube não é bom. Alguns comentários adicionados.
\documentclass[
12pt,
a4paper,
%bibtotoc,
bibliography=totoc,
%cleardoubleempty,
cleardoublepage=empty,
%idxtotoc,
index=totoc,
listof=totoc,% added
ngerman,
openright,% a comma was missing here
final,
listof=nochaptergap,
]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%\include{preamble} % That should be input, not include
\usepackage{epigraph}
\setuptoc{toc}{totoc}% add the table of contents entry to the table of contents
\begin{document}
\setcounter{secnumdepth}{3}
% Titelblatt
%\include{content/title}
%\cleardoubleemptypage
\frontmatter
% Abstract
%\include{content/abstract}
\cleardoubleemptypage
% Epigraph
%\chapter*{}
\vspace*{\fill}
\renewcommand{\epigraphsize}{\large}
\setlength{\epigraphwidth}{0.5\textwidth}
\epigraph{Somewhere, something incredible is waiting to be known.}{Carl Sagan}
\cleardoubleemptypage
% Dedication
\addchap*{Dedication}
The text of the dedication here
\cleardoubleemptypage
% Inhaltsverzeichnis
\tableofcontents
\cleardoubleemptypage
... Then list of figures, abbreviations, mainmatter and so on ...
\end{document}
Como não há licença concedida, ela não deve ser usada. Existem outros/melhores modelos disponíveis.