This repository contains materials to generate a paper in pdf in ieee standard.
This directory contains the source code in pandoc markdown wiki format.
-
src/paper.md The paper itself in markdown.
-
src/read.md The references used in the paper.
-
src/meta The meta information such as title, author etc.
-
src/req The ieee format specific files for generating pdf from pandoc markdown.
This directory contains the generated pdf output.
You will need pandoc to process the files. If pdf generation is intented, pandoc internally uses latex to generate the pdf files.
If you are on ubuntu, these can be accomplished with
sudo apt-get install pandoc
sudo apt-get install texlive-full
Run "make" from the top directory to generate build/ieee_jrnl.pdf
Ensure that these are run in your terminal.
git config --global diff.tool vimdiff git config --global difftool.prompt false git config --global alias.d difftool