Search Criteria
Package Details: pandoc-eisvogel-template-git 1:3.3.0+4.r326.20251214.1d03625-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pandoc-eisvogel-template-git.git (read-only, click to copy) |
|---|---|
| Package Base: | pandoc-eisvogel-template-git |
| Description: | The 'eisvogel' LaTeX-template for pandoc. A clean pandoc LaTeX template to convert your markdown files to PDF or LaTeX. It is designed for lecture notes and exercises with a focus on computer science. The template is compatible with pandoc 2. |
| Upstream URL: | https://github.com/Wandmalfarbe/pandoc-latex-template |
| Licenses: | BSD-3-Clause |
| Conflicts: | pandoc-eisvogel-template |
| Provides: | pandoc-eisvogel-template |
| Submitter: | dreieck |
| Maintainer: | dreieck |
| Last Packager: | dreieck |
| Votes: | 4 |
| Popularity: | 0.022250 |
| First Submitted: | 2021-09-14 18:53 (UTC) |
| Last Updated: | 2025-12-19 11:39 (UTC) |
Dependencies (5)
- pandoc (pandoc-static-gitAUR, pandoc-sile-gitAUR, pandoc-binAUR, pandoc-cli)
- bash (bash-devel-gitAUR, bash-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- zip (zip-natspecAUR) (make)
Latest Comments
1 2 Next › Last »
dreieck commented on 2025-12-19 11:40 (UTC)
Ahoj,
Thanks for reporting; done!
vincowl commented on 2025-12-18 19:51 (UTC) (edited on 2025-12-18 19:54 (UTC) by vincowl)
Since fa4e677, unused folders have been removed. Please update line 70 of PKGBUILD from
for _docdir in docs examples tests; dotofor _docdir in examples; doOtherwise, installation fails. Thanks !dreieck commented on 2025-06-28 11:25 (UTC)
Ahoj @vincowl,
thanks for mentioning, I removed installation of
.texlife.profile.Regards!
vincowl commented on 2025-06-26 10:53 (UTC)
Since commit 497f9df, .texlive.profile file has been removed. This leads to a fatal error while trying to install this package.
Could you please roll it back or remove its name from line 67 of your PKGBUILD file ? Thanks !
dreieck commented on 2025-06-05 10:21 (UTC)
Ahoj @captaincarmnlg,
This looks like a discrepancy in different pandoc packages for me, if this is the case and if
pandoc-clidoes not look into/usr/share/pandoc/data/templates.I think you should sort this out with the different pandoc packages, and if consensus is reached come back here and report.
I have no idea and no will to deal with this stuff here.
Regards!
captaincarmnlg commented on 2025-05-28 11:08 (UTC)
Hi, I found a bit of a issue for i believe the pandoc-cli version of pandoc with this package. its template folder is contained in /usr/share/haskell-pandoc/data/templates/ instead of the standard /usr/share/pandoc/data/templates
dreieck commented on 2025-01-26 17:34 (UTC)
Ahoj @vincowl,
thanks for reporting!
Fixed.
vincowl commented on 2025-01-21 14:47 (UTC) (edited on 2025-01-21 14:47 (UTC) by vincowl)
The easy way is to change your line 44 from
to :
vincowl commented on 2025-01-21 11:54 (UTC)
Since the github repository's layout is modified and templates have been split into multiple files, you need to rewrite this package too. For instance, there is 2 options : - link your package to a github's revision, where the release.sh script should have been launched. And then install .latex and .beamer files - keep it as is, linked to a revision only, but run the release.sgh script and then install .latex and .beamer files, instead of only .latex file
indu commented on 2025-01-20 09:33 (UTC) (edited on 2025-01-20 09:33 (UTC) by indu)
Hi,
while updating I encountered that your latest commit throws an error:
1 2 Next › Last »