From e4a60adb9cc4329c784ec6774960be1220cdab45 Mon Sep 17 00:00:00 2001 From: Santos Gallegos <santos_g@outlook.com> Date: Tue, 27 Dec 2016 18:48:11 -0500 Subject: [PATCH] Update README.md --- README.md | 48 +++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index d5be0ca..f7229b5 100644 --- a/README.md +++ b/README.md @@ -14,37 +14,19 @@ on `metadata.yaml` and run `make pdf`. The pdf will be on `build/paper.pdf`. ### Files -#### 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. +| 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. | ### Compiling @@ -54,8 +36,8 @@ Run `make` on a terminal and the pdf will be on `build/paper.pdf`. ### Editors -- Vim + [vim-pandoc extension](https://github.com/vim-pandoc/vim-pandoc) -- Atom + [language-pfm extension](https://atom.io/packages/language-pfm) + [autocomplete-bibtex extension](https://atom.io/packages/autocomplete-bibtex) +- [Vim](http://vim.org)/[NVim](https://neovim.io/) + [vim-pandoc extension](https://github.com/vim-pandoc/vim-pandoc) +- [Atom](http://atom.io) + [language-pfm extension](https://atom.io/packages/language-pfm) + [autocomplete-bibtex extension](https://atom.io/packages/autocomplete-bibtex) ### Bibliography manager - [Zotero](https://www.zotero.org/) + [Better Bibtext extension](https://github.com/retorquere/zotero-better-bibtex) -- GitLab