Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anasram opened this issue Sep 16, 2023 · 0 comments
Open

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

anasram opened this issue Sep 16, 2023 · 0 comments

Comments

@anasram
Copy link

anasram commented Sep 16, 2023

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.

@anasram anasram changed the title Proposal: Pandoc LaTex Template for ACL Papers Proposal: Pandoc (Dynamic) LaTex Template for ACL Papers Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant