Package Details: latex-tuda-ci 3.38-1

Git Clone URL: https://aur.archlinux.org/latex-tuda-ci.git (read-only, click to copy)
Package Base: latex-tuda-ci
Description: TUDa-CI for LaTeX from Technische Universität Darmstadt
Upstream URL: https://github.com/tudace/tuda_latex_templates
Licenses: custom
Replaces: latex-tuddesign, latex-tuddesign-fonts, latex-tuddesign-thesis
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 4
Popularity: 0.000000
First Submitted: 2019-08-15 14:34 (UTC)
Last Updated: 2024-05-08 10:51 (UTC)

Latest Comments

« First ‹ Previous 1 2

freswa commented on 2019-10-25 11:43 (UTC)

The resulting package containes the tudabeamer.cls in the same path with the same content.

diff -r pkg_ctan/latex-tuda-ci/usr/share/texmf/tex/latex/tuda-ci/tudabeamer.cls pkg_src/latex-tuda-ci/usr/share/texmf/tex/latex/tuda-ci/tudabeamer.cls
1c1
< %% This is file `tudabeamer.cls' version 1.11 (2019/09/25),
---
> %% This is file `tudabeamer.cls' version 1.11 (2019/10/25),
30c30
< \def\filedate{2019/09/25}
---

jlkon13 commented on 2019-10-25 11:30 (UTC)

On building it says that tudabeamer.cls is not found. But I honestly see no reason why it is necessary to build the package manually and not use the released ctan package.

freswa commented on 2019-10-25 10:57 (UTC)

If there is any error, please provide it in your comment. Thanks

jlkon13 commented on 2019-10-25 10:44 (UTC) (edited on 2019-10-25 11:18 (UTC) by jlkon13)

source=("https://github.com/tudace/tuda_latex_templates/releases/download/v${pkgver}/tuda-ci_ctan_${pkgver}.zip")
sha256sums=('ff28e982abb4dc2e13d5ce1981f5464cc82db8529eb94b3a184beef997c1bf85')

package() {
    mkdir -p $pkgdir/usr/share/texmf/tex/latex/tuda-ci
    install -Dm755 $srcdir/tuda-ci/tex/* $pkgdir/usr/share/texmf/tex/latex/tuda-ci
}

This fixes an error with the prepare_tuda.sh (tudabeamer.cls not found) script and uses the official release files.

azrdev commented on 2019-09-16 08:21 (UTC) (edited on 2019-09-16 08:21 (UTC) by azrdev)

You include the DEMO-*.tex files in /usr/share/texmf/doc/latex/tuda-ci/example/ but not the built DEMO-*.pdf files. I think these serve as a good example how things look, did you intend to omit them?

miterion commented on 2019-09-02 15:55 (UTC) (edited on 2019-09-02 15:56 (UTC) by miterion)

Could you add this step?

build() { cd tuda_latex_templates-$pkgver bash addlicense.sh }

This is necessary for building files, see https://github.com/tudace/tuda_latex_templates/issues/11

freswa commented on 2019-08-31 22:20 (UTC)

No it won't. "texmf" != "texmf-dist".

op3 commented on 2019-08-31 22:01 (UTC)

tuda-ci is part of TeXLive 2019. This package will conflict with its next release, i.e. conflicts=('texlive-core>2019.50917')

freswa commented on 2019-08-17 18:59 (UTC)

I'll drop the conflicts line with the next update, but as the old latex-tuddesign is discontinued by upstream, this package is indeed a replacement.

miterion commented on 2019-08-17 17:25 (UTC)

I do not think that there is a conflict between the "old" latex-tuddesign and the new one (being called different). Could you remove the conflict and replaces line maybe?