57 lines
1.6 KiB
TeX
57 lines
1.6 KiB
TeX
% Caraumã book template by @jndgomes
|
|
% 2024 (c) Janderson Gomes
|
|
% See more <artientista.blogspot.com> or <carauman.blogspot.com>
|
|
|
|
% paper size is in preamble.sty
|
|
\documentclass[12pt,openany]{book}
|
|
|
|
% Definindo proporção áurea
|
|
\newcommand{\goldenratio}{1.618}
|
|
|
|
% Codificação de entrada e saída
|
|
\usepackage[T1]{fontenc}
|
|
|
|
% Informações do livro
|
|
\newcommand{\authorname}{fetsorn}
|
|
%\newcommand{\translatorname}{Vitória Régia}
|
|
\newcommand{\booktitle}{Debate of Sand and Stone}
|
|
\newcommand{\subtitle}{the Scoutvasion}
|
|
\newcommand{\publisher}{Your Land}
|
|
\newcommand{\editionyear}{2024}
|
|
\newcommand{\isbn}{}
|
|
\title{\booktitle}
|
|
\author{\authorname}
|
|
|
|
% Pacotes adicionais
|
|
\usepackage{misc/options}
|
|
\usepackage{wrapfig}
|
|
|
|
\begin{document}
|
|
|
|
% Front matter
|
|
\frontmatter
|
|
\input{frontmatter/titlepage} % Página de título
|
|
\input{frontmatter/copyrightpage} % Página de direitos autorais
|
|
\input{frontmatter/preface} % Prefácio
|
|
\input{frontmatter/tocpage} % Sumário
|
|
|
|
% Main matter
|
|
\mainmatter
|
|
\pagestyle{fancy} % Estilo de página fancy para o conteúdo principal
|
|
|
|
% Conteúdo dos capítulos
|
|
\input{content/chapter1} % Capítulo 1
|
|
\input{content/chapter2} % Capítulo 1
|
|
\input{content/chapter3} % Capítulo 1
|
|
\input{content/chapter4} % Capítulo 1
|
|
\input{content/chapter5} % Capítulo 1
|
|
\input{content/chapter6} % Capítulo 1
|
|
\input{content/chapter7} % Capítulo 1
|
|
\input{content/chapter8} % Capítulo 1
|
|
|
|
% Back matter
|
|
\backmatter
|
|
\input{frontmatter/backpage} % Página final (contracapa)
|
|
|
|
\end{document}
|