acl-org / acl-org/acl-style-files

Proposal: Pandoc (Dynamic) LaTex Template for ACL Papers

Open
#20 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
BibTeX Style
Stars
2k
Forks
376
PR merge metrics
No merged PRs in 30d

Description

Hi all,

I wonder if there's a plan to develop a Pandoc LaTex template for ACL papers. Something like this:

```sh
pandoc -s --template="acl.latex"\
--citeproc --csl "acl.csl"\
-f markdown\
-t pdf --pdf-engine="xelatex"\
"input.md" -o "output.pdf";
```

I think this way, i.e. using a _dynamic template_ could be more efficient and effective than using a _static_ one. One can produce the paper based on any format, such as markdown, latex, odt, or docx.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.