https://github.com/arademaker/emap-techreport
LaTeX files for EMAP techreport
https://github.com/arademaker/emap-techreport
Last synced: 3 months ago
JSON representation
LaTeX files for EMAP techreport
- Host: GitHub
- URL: https://github.com/arademaker/emap-techreport
- Owner: arademaker
- Created: 2012-12-03T15:39:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-03T15:57:21.000Z (over 13 years ago)
- Last Synced: 2025-01-19T14:48:52.524Z (over 1 year ago)
- Size: 781 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaTeX style for EMAp Techreport
LaTeX style file for EMAp techreport and an example.
## How to use it?
No diretório do seu artigo, coloque os arquivos ```emap.sty``` e
```emap-logo.pdf```. Modifique seu LaTeX como indicado acima e
pronto!
- It is not necessary but I recommend in the first line the following
declaration:
```
\documentclass[a4paper,twocolumn]{article}
```
- Include the package ```emap.sty``` in the preambule of your LaTeX
file.
```
\usepackage{emap}
```
- Right after the ```\begin{document}```, include the following
commands:
```
\headerauthor{Val\'eria de Paiva,Alexandre Rademaker,Gerard de Melo}
\headertitle{OpenWordNet-PT: an open Brazilian Wordnet for reasoning}
\headeryear{2012}
\cover
```
Note that you must use comma between author's name.
## How to publish your paper as an EMAp Techreports?
The EMAP Techreports is available at:
http://bibliotecadigital.fgv.br/dspace/handle/10438/7823
Instructions:
http://www.youtube.com/watch?v=l9U-U_-jqRM
## TODO (Portuguese)
- Fazer o logo em tikz/pgf
- Talvez um rodapé padrão também ajudasse a divulgar o nome da
EMAp... Dado que muitas pessoas acabam fazendo o download,
imprimindo e certamente a capa será a primeira página a ser jogada
fora.
- Algumas outras melhorias e otimizações no código LaTeX são possíveis
também.
## Author
Alexandre Rademaker
http://arademaker.github.com