How to Format Your Novel With LaTeX and Overleaf

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • I'll show you in this video an elegant way to format your books and novels without using the cumbersome MS Word.
    With Overleaf and LaTeX you can create beautifully typeset books without going mad clicking with your mouse.
    Below the document template I used in the video so you can follow up.
    ------------------------------------------------------------------------------------
    \documentclass[12pt]{book}
    \usepackage[papersize={6in, 9in}]{geometry}
    \usepackage[english]{babel}
    \usepackage{microtype}

    enewcommand{\baselinestretch}{1.3}
    \usepackage{lettrine}
    \usepackage{fix-cm}
    \usepackage{fancyhdr}
    \pagestyle{fancy}
    \fancyhf{}
    \fancyfoot[LE]{\oldstylenums{\thepage}}
    \fancyfoot[RO]{\oldstylenums{\thepage}}

    enewcommand{\headrulewidth}{0pt}
    \begin{document}
    \tableofcontents
    \chapter{CHAPTER TITLE GOES HERE}
    \lettrine[lines=4]{F}{irst words of the chapter}
    Your chapter text goes here.
    \end{document}

ความคิดเห็น •