Tech Book

Technical Book template in latex

Category

Other

License

Free to use (MIT)

File

book.tex

book.texRead-only preview
\documentclass[openright, twoside, us]{book}
\usepackage{blindtext} %% for generating dummy text
\input{./deps/data}
\usepackage{ptmt} %% presumably for formatting.
\usepackage{lipsum}

\title{\bookTitle}
\author{\authorF \and \authorS} % multiple authors separated by \and

\begin{document}

% Front matter section.
\frontmatter

\include{./FrontMatter/titlepage}
\maketitle\pagebreak
\include{./FrontMatter/dedication}
\include{./FrontMatter/epigraph}
\include{./FrontMatter/foreword}
\include{./FrontMatter/preface}
\include{./FrontMatter/acknowledgement}

\tableofcontents

\mainmatter

\part{Preliminaries} %% Part 1

% Chapters
\include{./MainMatter/Chapter1}
\include{./MainMatter/ChapterA}

% Appendices section.
\appendix

\include{./BackMatter/about}
\include{./BackMatter/abbreviation}
\include{./BackMatter/notation}
\include{./BackMatter/code}
\include{./BackMatter/glossary}
\include{./BackMatter/index}
\include{./BackMatter/references}

\end{document}
Preview
Tech Book preview
Tech Book LaTeX Template | Bibby | Bibby AI