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

Is it possible to define custom templates? #36

Open
El-Don-Quijote opened this issue Sep 5, 2024 · 1 comment
Open

Is it possible to define custom templates? #36

El-Don-Quijote opened this issue Sep 5, 2024 · 1 comment

Comments

@El-Don-Quijote
Copy link

I am using this github action to create a latex file from a markdown file and am wondering if it is possible to bring a custom template, e.g. template.tex along? Or would I need to have my own Docker image, where template.tex is included? Thanks!

@tarleb
Copy link
Member

tarleb commented Sep 6, 2024

It should be possible to use the template with something like

      - uses: docker://pandoc/core:3.3
        with:
          args: >- 
            --template=./path/to/template.tex
            # rest of command

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

2 participants