add Pandoc to create PDF cheat sheet
This commit is contained in:
parent
c0b5363040
commit
73eea67048
6 changed files with 327 additions and 25 deletions
26
vars.yml
Normal file
26
vars.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
# metadata
|
||||
title: Neovim cheat sheet
|
||||
author: Oliver Ladner
|
||||
lang: en
|
||||
keywords:
|
||||
- neovim
|
||||
- cheat sheet
|
||||
|
||||
linkcolor: blue
|
||||
|
||||
documentclass: scrartcl
|
||||
pagestyle: empty
|
||||
papersize: a4paper
|
||||
geometry:
|
||||
- a4paper
|
||||
- left=0.5cm
|
||||
- right=0.5cm
|
||||
- top=0.7cm
|
||||
- bottom=0.5cm
|
||||
- landscape
|
||||
|
||||
columns: 4
|
||||
fontsize: 12pt
|
||||
ragged: yes
|
||||
graphics: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue