https://github.com/queirozfcom/acl-template-latex
Simple template for ACL papers
https://github.com/queirozfcom/acl-template-latex
Last synced: 4 months ago
JSON representation
Simple template for ACL papers
- Host: GitHub
- URL: https://github.com/queirozfcom/acl-template-latex
- Owner: queirozfcom
- License: mit
- Created: 2017-04-30T20:15:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T05:21:18.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T20:31:27.896Z (over 1 year ago)
- Language: TeX
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acl-template-latex
Simple template for ACL papers.
Using a slightly modified version of natbib (the modified library is `plainnatsimple.bst`, the original is `plainnat.bst`).
- full-width tables with custom column width
- images
- `plainnat` was modified to supress more than 3 authors and not show too many fields (such as address) in the references.
## Using in ShareLatex
To use this template on ShareLatex:
- clone the repo and create a .zip package:
$ git clone https://github.com/queirozfcom/acl-template-latex.git
$ zip -r acl-template.zip acl-template-latex
- create a project on ShareLatex, click "upload project" and select the zip file you created on the previous step.