miki725 / md2pdf-ieee

Templates to convert md2pdf to ieee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IEEE templates for md2pdf via pandoc

Works great with md2pdf-ieee 😄

Requirements

brew install pandoc pandoc-citeproc pandoc-crossref
brew cask install basictex

Cheatsheet

---
title: Very Important Paper
author:
  - name: Name
    affiliation: University
    location: New York
    email: example@domain.com
numbersections: yes
lang: en
abstract: |
    Fancy Abstract
header-includes: |
  \usepackage{booktabs}
bibliography: |
    @article{reference,
      title={title},
      author={name},
      journal={IEEE Access},
      volume={1},
      pages={1-2},
      year={2019},
      publisher={IEEE}
    }

...

---
# Section Title

[@reference]

# References

---
nocite: '@*'
---

About

Templates to convert md2pdf to ieee


Languages

Language:TeX 99.4%Language:Python 0.6%