acl-org / acl-org/acl-style-files
Proposal: Pandoc (Dynamic) LaTex Template for ACL Papers
未关闭
- 主要语言
- BibTeX Style
- 星标
- 2k
- 派生
- 376
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。