Skip to content

Templates for pandoc, tagged to release

Notifications You must be signed in to change notification settings

harriott/pandoc-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim: se fdl=3:

$onGH/pandoc-templates/README.markdown
  1. this is my (harriott) fork of jgm/pandoc-templates - see therein for GPL license details
  2. jgm's general usage notes: Templates
  3. my only adaptation here is of default.latex for my md4pdf/defaults.yaml Grab this repository with GitHub CLI: gh repo clone pandoc-templates.

my maintenance routine

  1. Backup:

    rsync -irtv --delete $onGH/pandoc-templates/ $DJH/pandoc-templates-backup robocopy /mir $onGH/pandoc-templates/ $DJH/pandoc-templates-backup

  2. in $onGH/pandoc-templates, get jgm upstream and merge:

    git remote -v # check remote locations git fetch upstream # grab the changed upstream git merge upstream/master -m 'merge message' # merges in the changes rg HEAD # ripgrep for any conflicts git merge --abort # undo the merge

  3. fix through to defaultJH2.latex (for $MD4PDF/defaults.yaml) 3a) diff default.latex (jgm's) against my defaultJH0.latex, updating the latter 3a) diff my defaultJH0.latex against my defaultJH1.latex, updating the latter 3a) diff my defaultJH1.latex against my defaultJH2.latex, updating the latter

  4. mt to test

  5. if all good, rm -r $DJH/pandoc-templates-backup

About

Templates for pandoc, tagged to release

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.6%
  • Roff 35.3%
  • Rich Text Format 7.3%
  • TeX 1.8%