Last active
October 21, 2018 00:24
-
-
Save wetlife/825304a0a9c12b95232c00734dcd02fa to your computer and use it in GitHub Desktop.
LaTeX MWE book from Fran's answer at https://tex.stackexchange.com/questions/302222/strategy-for-writing-a-book-using-latex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper,twoside]{scrbook} | |
\begin{document} | |
\title{Computer programing} | |
\author{nedlud} | |
\frontmatter | |
\maketitle | |
\tableofcontents | |
\mainmatter | |
\chapter{Introduction} | |
Some text ... | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment