All Projects β†’ stsewd β†’ Ieee Pandoc Template

stsewd / Ieee Pandoc Template

Licence: mit
IEEE paper template for pandoc

Projects that are alternatives of or similar to Ieee Pandoc Template

Pandoc Starter
πŸ“„ My pandoc markdown templates and makefiles
Stars: ✭ 443 (+482.89%)
Mutual labels:  markdown, pandoc
Vim Pandoc
pandoc integration and utilities for vim
Stars: ✭ 734 (+865.79%)
Mutual labels:  markdown, pandoc
Zettlr
A Markdown Editor for the 21st century.
Stars: ✭ 6,099 (+7925%)
Mutual labels:  markdown, pandoc
Markup.rocks
Pandoc based document editor and converter in your browser.
Stars: ✭ 348 (+357.89%)
Mutual labels:  markdown, pandoc
Mdviewer
Minimalistic Markdown viewer/converter with built-in Css stylesheets support.
Stars: ✭ 26 (-65.79%)
Mutual labels:  markdown, pandoc
Letter Boilerplate
Finest letter typesetting from the command line
Stars: ✭ 374 (+392.11%)
Mutual labels:  markdown, pandoc
Marker
πŸ–Š A gtk3 markdown editor
Stars: ✭ 644 (+747.37%)
Mutual labels:  markdown, pandoc
Pandoc Latex Template
A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
Stars: ✭ 3,750 (+4834.21%)
Mutual labels:  markdown, pandoc
Easy Pandoc Templates
A collection of portable pandoc templates with no dependencies
Stars: ✭ 23 (-69.74%)
Mutual labels:  markdown, pandoc
Phd thesis markdown
Template for writing a PhD thesis in Markdown
Stars: ✭ 898 (+1081.58%)
Mutual labels:  markdown, pandoc
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+4960.53%)
Mutual labels:  markdown, pandoc
Pandoc Plantuml Filter
Pandoc filter for PlantUML code blocks
Stars: ✭ 51 (-32.89%)
Mutual labels:  markdown, pandoc
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+4476.32%)
Mutual labels:  markdown, pandoc
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (+413.16%)
Mutual labels:  markdown, pandoc
Pandoc Letter
Pandoc template for writing letters in markdown
Stars: ✭ 303 (+298.68%)
Mutual labels:  markdown, pandoc
Pandoc
Universal markup converter
Stars: ✭ 24,250 (+31807.89%)
Mutual labels:  markdown, pandoc
Panflute
An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
Stars: ✭ 286 (+276.32%)
Mutual labels:  markdown, pandoc
Pandoc Ruby
Ruby wrapper for Pandoc
Stars: ✭ 299 (+293.42%)
Mutual labels:  markdown, pandoc
Crisscross
A Markdown-centric template engine for batch offline document generation.
Stars: ✭ 18 (-76.32%)
Mutual labels:  markdown, pandoc
Thiefmd
The markdown editor worth stealing. Inspired by Ulysses, based on code from Quilter
Stars: ✭ 48 (-36.84%)
Mutual labels:  markdown, pandoc

IEEE Paper Template for Pandoc

Build Status

Requirements

Ubuntu

sudo apt update
sudo apt install pandoc pandoc-citeproc texlive-full

Fedora

sudo dnf install pandoc pandoc-citeproc texlive-scheme-full

Quick Start Guide

  • Clone or download this repo.
  • Put all your paper content in paper.md.
  • Change the title and author in metadata.yaml.
  • Run make in a terminal.
  • The pdf will be on build/paper.pdf.

Files

File Description
metadata.yml On this file put all your metadata (author, title, abstract, etc) that will be use for rendering the final pdf.
paper.md Here you put all your paper content, if you wish, you could put your content on separate files, but you must edit the makefile.
bibliography.bib Here put all the bibliography that is used in the paper.
bibliography.csl This file is for specify to pandoc how to display the cites (ieee format).
template.latex It is used to tell pandoc how to render the paper using the metadata and content of your paper.
makefile It is used to compile the pdf, usually the default options are fine.
build/ On this directory will be final pdf. Make sure to add this to your .gitignore file if you are using git.

Recommended Tools

Editors

Bibliography manager

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].