Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.02 KB

metadata.md

File metadata and controls

38 lines (31 loc) · 1.02 KB

title: Creating a Linux Home Server toc-title: Table of Contents author: Denice Deatrich date: 24 April 2023

Autogenerated in Makefile and template.latex

lastupdate: 31 July 2023

For PDF output:

colorlinks: true linkcolor: Magenta urlcolor: ForestGreen toccolor: Magenta

These TeX commands cause each 'chapter' to start on a new page

documentclass: report header-includes:

  • \renewcommand{\chaptername}{}
  • \renewcommand{\thechapter}{}

Force 'figure' placement to follow the text flow

  • \usepackage{float}
  • \makeatletter
  • \def\fps@figure{H}
  • \makeatother