Skip to content

Commit

Permalink
Bump eisvogel from 24a8c00 to 5dddcb3 (#71)
Browse files Browse the repository at this point in the history
Bumps [eisvogel](https://github.com/Wandmalfarbe/pandoc-latex-template) from `24a8c00` to `5dddcb3`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/5dddcb34f9d6acf4fcbd4cb36b673575815b0ed7"><code>5dddcb3</code></a> Add generated example files</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/7ba8e0e362a1e177a946b27e83fc71f159d29dda"><code>7ba8e0e</code></a> docs: add example <code>twoside</code> for a two sided document (<a href="https://redirect.github.com/Wandmalfarbe/pandoc-latex-template/issues/412">#412</a>)</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/20de2e50762789f878166f73d88746dd2891fccf"><code>20de2e5</code></a> Add generated example files</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/45ead0cd02c1cc99e576dd2408c05edb852adf5f"><code>45ead0c</code></a> docs: add example <code>columns</code> for a two column document (<a href="https://redirect.github.com/Wandmalfarbe/pandoc-latex-template/issues/411">#411</a>)</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/d36bff5fa5811b011bc896978ee4515509408837"><code>d36bff5</code></a> Add generated example files</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/a01e854f1d91c7dd9c713349fe86ca55526e4c36"><code>a01e854</code></a> docs: remove unneeded package <code>ulem</code></li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/cf735dbf4aabe025a7bc21e8c92c5a3a43bd9a9e"><code>cf735db</code></a> Add generated example files</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/d52282738357b2eed1a6b2db81e80476612c7b91"><code>d522827</code></a> Fix typos and convert links to HTTPS (<a href="https://redirect.github.com/Wandmalfarbe/pandoc-latex-template/issues/400">#400</a>)</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/23a92c3b3bbbfd222889df7cbdfd67d96ba58212"><code>23a92c3</code></a> ci: Bump GitHub action workflows (<a href="https://redirect.github.com/Wandmalfarbe/pandoc-latex-template/issues/401">#401</a>)</li>
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template/commit/2b3bd8ce10ecd5a98a68a64d1e311e07bf996eae"><code>2b3bd8c</code></a> Add generated example files</li>
<li>Additional commits viewable in <a href="https://github.com/Wandmalfarbe/pandoc-latex-template/compare/24a8c009368843605c212159ad8449476db87d20...5dddcb34f9d6acf4fcbd4cb36b673575815b0ed7">compare view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 8803b6f commit c428713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eisvogel
Submodule eisvogel updated 61 files
+8 −6 .github/workflows/build-examples.yml
+24 −1 CHANGELOG.md
+3 −3 LICENSE
+36 −13 README.md
+7 −7 docs/index.md
+0 −1,156 eisvogel.tex
+1 −1 examples/basic-example/build.sh
+ examples/basic-example/document.pdf
+1 −1 examples/beamer/build.sh
+ examples/beamer/document.pdf
+ examples/beamer/preview.png
+1 −1 examples/book/build.sh
+ examples/book/document.pdf
+1 −1 examples/boxes-with-pandoc-latex-environment-and-awesomebox/build.sh
+ examples/boxes-with-pandoc-latex-environment-and-awesomebox/document.pdf
+1 −1 examples/boxes-with-pandoc-latex-environment-and-tcolorbox/build.sh
+ examples/boxes-with-pandoc-latex-environment-and-tcolorbox/document.pdf
+1 −1 examples/code-blocks-listings/build.sh
+ examples/code-blocks-listings/document.pdf
+1 −1 examples/code-blocks-without-listings/build.sh
+ examples/code-blocks-without-listings/document.pdf
+1 −0 examples/columns/build.sh
+74 −0 examples/columns/document.md
+ examples/columns/document.pdf
+ examples/columns/preview.png
+1 −1 examples/header-and-footer/build.sh
+ examples/header-and-footer/document.pdf
+1 −1 examples/images-and-tables/build.sh
+ examples/images-and-tables/document.pdf
+1 −1 examples/language-chinese/build.sh
+1 −1 examples/language-german/build.sh
+ examples/language-german/document.pdf
+1 −1 examples/language-japanese/build.sh
+1 −1 examples/page-background/build.sh
+ examples/page-background/document.pdf
+1 −1 examples/table-of-contents/build.sh
+ examples/table-of-contents/document.pdf
+1 −1 examples/title-page-background/build.sh
+ examples/title-page-background/document.pdf
+1 −1 examples/title-page-custom/build.sh
+ examples/title-page-custom/document.pdf
+1 −1 examples/title-page-default/build.sh
+ examples/title-page-default/document.pdf
+1 −1 examples/title-page-green/build.sh
+ examples/title-page-green/document.pdf
+1 −1 examples/title-page-logo/build.sh
+ examples/title-page-logo/document.pdf
+1 −0 examples/twoside/build.sh
+207 −0 examples/twoside/document.md
+ examples/twoside/document.pdf
+ examples/twoside/preview.png
+10 −0 template-multi-file/after-header-includes.latex
+307 −0 template-multi-file/common.latex
+303 −0 template-multi-file/eisvogel-added.latex
+67 −0 template-multi-file/eisvogel-title-page.latex
+241 −0 template-multi-file/eisvogel.beamer
+198 −0 template-multi-file/eisvogel.latex
+126 −0 template-multi-file/fonts.latex
+35 −0 template-multi-file/hypersetup.latex
+7 −0 template-multi-file/passoptions.latex
+64 −10 tools/release.sh

0 comments on commit c428713

Please sign in to comment.