Last active
March 14, 2024 20:42
-
-
Save jiaxu825/7cf9aca3a0e6c9206669 to your computer and use it in GitHub Desktop.
A Pandoc YAML metadata block for compilling Markdown to pretty PDF via latex
This file contains hidden or 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
--- | |
title: | |
author: | |
date: | |
documentclass: | |
- scrartcl | |
header-includes: | |
- \usepackage{paralist} | |
- \usepackage{booktabs} | |
- \usepackage{numprint, xspace, paralist} | |
- \usepackage{hyperref} | |
- \usepackage{cleveref} | |
- \usepackage[pdftex]{graphicx} | |
- \usepackage[utf8]{inputenc} | |
- \usepackage{XCharter} | |
- \usepackage{sourcecodepro} | |
- \usepackage{fixltx2e} | |
- \usepackage[expert]{mathdesign} | |
- \usepackage{bera} | |
- \usepackage[T1]{fontenc} | |
- \usepackage[margin=0.8in]{geometry} | |
- \usepackage{microtype} | |
- \usepackage{epigraph} | |
- \renewcommand*{\titlepagestyle}{empty} | |
--- | |
\vspace{-10mm} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment