https://github.com/kdm9/pandoc-notes
Take notes using vim, pandoc, xetex and vim-pandoc
https://github.com/kdm9/pandoc-notes
Last synced: about 2 months ago
JSON representation
Take notes using vim, pandoc, xetex and vim-pandoc
- Host: GitHub
- URL: https://github.com/kdm9/pandoc-notes
- Owner: kdm9
- License: cc0-1.0
- Created: 2016-07-23T08:23:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T08:28:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T18:52:34.704Z (4 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
Pandoc notes
============This repository contains a makefile and associated files to turn plain text
notebooks in markdown format into pretty HTML or PDF documents. This uses
`pandoc`, with `xelatex` used to create PDFs.### Features
- Compile notebooks to `html` or `PDF`
- Support nested directories
- Support Biblatex bibliographies and `pandoc-citeproc` (`YY/XX.md`'s
bibliography should be in `YY/XX.bib`)### Editor
I highly recommend using `Vim` as an editor, especially using the `vim-pandoc`
and `vim-pandoc-syntax` plugins.