vim: se fdl=3:
$onGH/pandoc-templates/README.markdown
- this is my (harriott) fork of jgm/pandoc-templates - see therein for GPL license details
- jgm's general usage notes: Templates
- my only adaptation here is of
default.latex
for my md4pdf/defaults.yaml Grab this repository withGitHub CLI
:gh repo clone pandoc-templates
.
-
Backup:
rsync -irtv --delete $onGH/pandoc-templates/ $DJH/pandoc-templates-backup robocopy /mir $onGH/pandoc-templates/ $DJH/pandoc-templates-backup
-
in
$onGH/pandoc-templates
, get jgmupstream
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
-
fix through to
defaultJH2.latex
(for$MD4PDF/defaults.yaml
) 3a) diffdefault.latex
(jgm's) against mydefaultJH0.latex
, updating the latter 3a) diff mydefaultJH0.latex
against mydefaultJH1.latex
, updating the latter 3a) diff mydefaultJH1.latex
against mydefaultJH2.latex
, updating the latter -
mt
to test -
if all good,
rm -r $DJH/pandoc-templates-backup