Wandmalfarbe / pandoc-latex-template

A pandoc LaTeX template to convert markdown files to PDF or LaTeX.
BSD 3-Clause "New" or "Revised" License
6.09k stars 959 forks source link

Fix the example of boxes with awesomebox #261

Closed supcik closed 2 years ago

supcik commented 2 years ago

The example of boxes with awesomebox is wrong and the resulting PDF is wrong as well.

Here is a fix for the markdown file. Let me know if you want me to generate the PDF as well.

Wandmalfarbe commented 2 years ago

Thank you for this fix.

supcik commented 2 years ago

You are welcome. Can you please tag the PR with "hacktoberfest-accepted" so that it count for the hacktoberfest ? Thank you in advance.

supcik commented 2 years ago

Thank you 👍🏼

supcik commented 2 years ago

It seems that the PDF is not yet updated. Do you want me to generate it, or do you prefer doing it yourself with your LaTeX environment?

supcik commented 2 years ago

Thinking about it, it could be interesting to configure "Github Actions" to automatically generate the corresponding PDF if a markdown file changes.

Wandmalfarbe commented 2 years ago

It seems that the PDF is not yet updated. Do you want me to generate it, or do you prefer doing it yourself with your LaTeX environment?

I'll do it myself. I recently merged some changes that need rebuilding too.

sosiristseng commented 2 years ago

Hello @Wandmalfarbe, I saw your awesome template and decided to integrate it into GitHub actions (a working prototype): https://github.com/NTUMitoLab/template-pandoc-tectonic/blob/465d96cd2ec6b7529bd6bf0464fdfed02daab69a/.github/workflows/build-examples.yml

The slightly modified example build.sh files are here.

There are several differences to your workflow that could be sorted out one by one. I could open up PR(s) if you are interested.