Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.16 KB

metadata.md

File metadata and controls

41 lines (33 loc) · 1.16 KB

title: Getting Started With Pandoc Markdown author: Denice Deatrich date: July 2023 toc-title: Table of Contents

Autogenerated in Makefile and template.latex, so do not update here.

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