Skip to content

aa9863/Pandoc-IEEE

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Pandoc template for IEEE style conference papers

My pandoc template for IEEE conferences. Wrapping the official IEEE latex style file, for use in Pandoc

Use

Building the Docs

The included makefile will call the appropriate flags to build the document. Just call make <filename>.pdf

While the PDF output is generated directly from Pandoc, I have also given the option to build PDF via an intermediary Latex file.

Here we can call

make <filename.tex>
pdflatex <filename.tex> 
....

Or even better

make <filename.tex>
texi2pdf <filename.tex>

http://lierdakil.github.io/pandoc-crossref/

About

IEEE Conference Template for use with Pandoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages