Skip to content

Proposal: Pandoc (Dynamic) LaTex Template for ACL Papers #20

@anasram

Description

@anasram

Hi all,

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions