https://github.com/mfurquimdev/mdtopdf
Generate a pdf file from markdown using pandoc and compiling with pdftex.
https://github.com/mfurquimdev/mdtopdf
latex make markdown pandoc pdf
Last synced: 2 months ago
JSON representation
Generate a pdf file from markdown using pandoc and compiling with pdftex.
- Host: GitHub
- URL: https://github.com/mfurquimdev/mdtopdf
- Owner: mfurquimdev
- License: mit
- Created: 2017-04-02T03:08:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T03:26:03.000Z (over 9 years ago)
- Last Synced: 2025-06-05T01:11:21.132Z (about 1 year ago)
- Topics: latex, make, markdown, pandoc, pdf
- Language: Makefile
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MD to PDF
Generate a _pdf_ file from _markdown_ using _pandoc_ and compiling with _pdftex_.
## Requirements
- Make: GNU make utility to maintain groups of programs
- Pandoc: General markup converter
- Pdftex: PDF output from TeX
## Structure
```
$ tree
.
├── Makefile
├── tcc.md
└── tex
├── beg.tex
├── bibliografia.bib
├── commands.tex
├── document_class.tex
├── end.tex
├── Makefile
└── packages.tex
1 directory, 9 files
```
## Features
- [x] Cite
- [x] Code (listings)
- [x] Font bold
- [x] Font italic
- [x] Footnote
- [x] Math equations
- [ ] Images