Skip to content
Snippets Groups Projects
Commit 8e566152 authored by Santos Gallegos's avatar Santos Gallegos
Browse files

Update README

parent fcaf40d5
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## Requirements ## Requirements
- [Pandoc](http://pandoc.org/) - [Pandoc](http://pandoc.org/)
- [Texlive](https://www.tug.org/texlive/) (recomended) - [Texlive](https://www.tug.org/texlive/) (recommended)
## Quickly Usage ## Quickly Usage
...@@ -30,7 +30,7 @@ Here put all the bibliography that is used in the paper. ...@@ -30,7 +30,7 @@ Here put all the bibliography that is used in the paper.
#### bibliography.csl #### bibliography.csl
This file is for especify to pandoc how to display the cites (ieee format). This file is for specify to pandoc how to display the cites (ieee format).
#### template.latex #### template.latex
...@@ -41,6 +41,11 @@ content of your paper. ...@@ -41,6 +41,11 @@ content of your paper.
It is used to compile the pdf, usually the default options are fine. 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 ### Compiling
Run `make` on a terminal and the pdf will be on `build/paper.pdf`. Run `make` on a terminal and the pdf will be on `build/paper.pdf`.
...@@ -54,3 +59,4 @@ Run `make` on a terminal and the pdf will be on `build/paper.pdf`. ...@@ -54,3 +59,4 @@ Run `make` on a terminal and the pdf will be on `build/paper.pdf`.
### Bibliography manager ### Bibliography manager
- [Zotero](https://www.zotero.org/) + [Better Bibtext extension](https://github.com/retorquere/zotero-better-bibtex) - [Zotero](https://www.zotero.org/) + [Better Bibtext extension](https://github.com/retorquere/zotero-better-bibtex)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment