Skip to content

BIDS/pandoc-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BIDS Pandoc Templates

You need Pandoc and LaTeX installed. If you want to compile SVG diagrams, you'll also need Inkscape.

Report

Change into report and type make. The result is in build/report.pdf.

Here is an example build.

The report is derived from this template which is MIT licensed.

Adding your own report

Copy report.md to my_report.md (or whatever you want to call it). The make command will now also produce your report in build/my_report.pdf.

Vector graphics

All .svg images (Inkscape graphics) gets converted to PNG files in the build/ folder. Those images can then be used in the document, e.g.

![My Image Description](build/my_image.png)

Letter

The letter template works very much like the report. Any custom adjustments can be made to static/tufte_template.tex. It is derived from this template which is MIT licensed.

About

Templates for academic documents in Pandoc Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published