Package Details: latex-template-springer 20240108-1

Git Clone URL: https://aur.archlinux.org/latex-template-springer.git (read-only, click to copy)
Package Base: latex-template-springer
Description: Springer templates for LNCS proceedings (llncs), other proceedings (svproc), journal articles (sn-jnl), monographs (svmono), and multiauthor volumes (svmult)
Upstream URL: https://www.springernature.com/gp/authors/campaigns/latex-author-support
Conflicts: latex-template-lncs
Provides: latex-template-lncs
Replaces: latex-template-lncs
Submitter: shtrom
Maintainer: mod20
Last Packager: mod20
Votes: 18
Popularity: 0.31
First Submitted: 2009-05-08 04:08 (UTC)
Last Updated: 2024-01-08 08:55 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

shtrom commented on 2011-10-24 01:43 (UTC)

sigh...

shtrom commented on 2011-09-19 13:57 (UTC)

It was fixed. Then Springer changed the file again without telling anybody nor changing the version number... One `makepkg -g >> PKGBUILD' later, it works. For now.

<deleted-account> commented on 2011-09-18 09:44 (UTC)

Nothing was fixed. I'm trying to compile latex-template-springer 201102-2 from AUR and also have this ERROR: ==> Retrieving Sources... -> Found llncs2e.zip -> Found svmono.zip -> Found global.zip ==> Validating source files with md5sums... llncs2e.zip ... Passed svmono.zip ... FAILED global.zip ... Passed ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build latex-template-springer.

shtrom commented on 2011-08-16 00:53 (UTC)

Fixed. Thanks.

linuxSEAT commented on 2011-08-16 00:04 (UTC)

md5sum fail svmono.zip ... FAILED

shtrom commented on 2011-08-15 01:11 (UTC)

Updated. Thanks!

florianbw commented on 2011-08-12 13:10 (UTC)

I need to contribute in svmult style - would be nice if you can add it. # Contributor: Olivier Mehani <shtrom-aur@ssji.net> # $Id: PKGBUILD 288 2011-06-09 01:31:53Z shtrom $ # vim:set ts=2 sw=2 et: pkgname=latex-template-springer pkgver=201108 pkgrel=1 pkgdesc="Springer templates for LNCS proceedings (llncs), monographs (svmono), multiauthor volumes (svmult) and journals (svjour3)" arch=('any') url="http://www.springer.com/computer/lncs?SGWID=0-164-7-72376-0" license=('') groups=() depends=('texlive-latex3') makedepends=('unzip') optdepends=() provides=(latex-template-lncs) conflicts=(latex-template-lncs) replaces=(latex-template-lncs) backup=() options=() install=texlive.install source=(ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e/llncs2e.zip http://www.springer.com/cda/content/document/cda_downloaddocument/svmult.zip http://www.springer.com/cda/content/document/cda_downloaddocument/svmono.zip ftp://ftp.springer.de/pub/tex/latex/svjour3/global.zip) build() { for _SVJOUR3 in readme.txt svjour3.cls usrguid3.pdf svglov3.clo template.tex; do install -m 0644 -D ${srcdir}/${_SVJOUR3} ${pkgdir}/usr/share/texmf-dist/tex/latex/svjour3/${_SVJOUR3} done for _SVMONO in instruct.pdf quickstart.pdf refguide.pdf styles/* templates/*; do [[ ${_SVMONO} == *"/*" ]] && install -m 755 -d ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/${_SVMONO#/*} install -m 0644 -D ${srcdir}/${_SVMONO} ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/${_SVMONO%\*} done for _SVMULT in instruct.pdf quickstart.pdf refguide.pdf styles/* templates/*; do [[ ${_SVMULT} == *"/*" ]] && install -m 755 -d ${pkgdir}/usr/share/texmf-dist/tex/latex/svmult/${_SVMULT#/*} install -m 0644 -D ${srcdir}/${_SVMULT} ${pkgdir}/usr/share/texmf-dist/tex/latex/svmult/${_SVMULT%\*} done for _LLNCS in readme.txt llncs.cls llncs.dem llncs.doc llncsdoc.pdf llncsdoc.sty llncs.ind subjidx.ind sprmindx.sty; do install -m 0644 -D ${srcdir}/${_LLNCS} ${pkgdir}/usr/share/texmf-dist/tex/latex/llncs/${_LLNCS} done install -m 0644 -D ${srcdir}/spphys.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/spphys.bst install -m 0644 -D ${srcdir}/splncs03.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/splncs03.bst # XXX: BSTs have disappeared from the latest version of svmono... Go figure... #mv ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/*.bst \ # ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/ } md5sums=('d534148be975055ec332f4cdcd1087d5' 'f6a4252d498efa775c0c32451f3a4701' 'dd75af3f4bc865cd0e33b20d186699a8' 'c020d70fa6ce887d9a3b70d72c518c85')

florianbw commented on 2011-08-12 11:43 (UTC)

I need to contribute in svmult style - would be nice if you can add it. # Contributor: Olivier Mehani <shtrom-aur@ssji.net> # $Id: PKGBUILD 288 2011-06-09 01:31:53Z shtrom $ # vim:set ts=2 sw=2 et: pkgname=latex-template-springer pkgver=201108 pkgrel=1 pkgdesc="Springer templates for LNCS proceedings (llncs), monographs (svmono), multiauthor volumes (svmult) and journals (svjour3)" arch=('any') url="http://www.springer.com/computer/lncs?SGWID=0-164-7-72376-0" license=('') groups=() depends=('texlive-latex3') makedepends=('unzip') optdepends=() provides=(latex-template-lncs) conflicts=(latex-template-lncs) replaces=(latex-template-lncs) backup=() options=() install=texlive.install source=(ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e/llncs2e.zip http://www.springer.com/cda/content/document/cda_downloaddocument/svmult.zip http://www.springer.com/cda/content/document/cda_downloaddocument/svmono.zip ftp://ftp.springer.de/pub/tex/latex/svjour3/global.zip) build() { for _SVJOUR3 in readme.txt svjour3.cls usrguid3.pdf svglov3.clo template.tex; do install -m 0644 -D ${srcdir}/${_SVJOUR3} ${pkgdir}/usr/share/texmf-dist/tex/latex/svjour3/${_SVJOUR3} done for _SVMONO in instruct.pdf quickstart.pdf refguide.pdf styles/* templates/*; do [[ ${_SVMONO} == *"/*" ]] && install -m 755 -d ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/${_SVMONO#/*} install -m 0644 -D ${srcdir}/${_SVMONO} ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/${_SVMONO%\*} done for _SVMULT in instruct.pdf quickstart.pdf refguide.pdf styles/* templates/*; do [[ ${_SVMULT} == *"/*" ]] && install -m 755 -d ${pkgdir}/usr/share/texmf-dist/tex/latex/svmult/${_SVMULT#/*} install -m 0644 -D ${srcdir}/${_SVMULT} ${pkgdir}/usr/share/texmf-dist/tex/latex/svmult/${_SVMULT%\*} done for _LLNCS in readme.txt llncs.cls llncs.dem llncs.doc llncsdoc.pdf llncsdoc.sty llncs.ind subjidx.ind sprmindx.sty; do install -m 0644 -D ${srcdir}/${_LLNCS} ${pkgdir}/usr/share/texmf-dist/tex/latex/llncs/${_LLNCS} done install -m 0644 -D ${srcdir}/spphys.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/spphys.bst install -m 0644 -D ${srcdir}/splncs03.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/splncs03.bst # XXX: BSTs have disappeared from the latest version of svmono... Go figure... #mv ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/*.bst \ # ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/ } md5sums=('d534148be975055ec332f4cdcd1087d5' 'f6a4252d498efa775c0c32451f3a4701' 'dd75af3f4bc865cd0e33b20d186699a8' 'c020d70fa6ce887d9a3b70d72c518c85')

florianbw commented on 2011-08-12 10:54 (UTC)

New version of svmono, it seems. They also changed its structure. The PKGBUILD below works for me. # Contributor: Olivier Mehani <shtrom-aur@ssji.net> # $Id: PKGBUILD 288 2011-06-09 01:31:53Z shtrom $ # vim:set ts=2 sw=2 et: pkgname=latex-template-springer pkgver=201106 pkgrel=2 pkgdesc="Springer templates for LNCS proceedings and other multiauthor volumes (llncs), monographs (svmono) and journals (svjour3)" arch=('any') url="http://www.springer.com/computer/lncs?SGWID=0-164-7-72376-0" license=('') groups=() depends=('texlive-latex3') makedepends=('unzip') optdepends=() provides=(latex-template-lncs) conflicts=(latex-template-lncs) replaces=(latex-template-lncs) backup=() options=() install=texlive.install source=(ftp://ftp.springer.de/pub/tex/latex/llncs/latex2e/llncs2e.zip http://www.springer.com/cda/content/document/cda_downloaddocument/svmono.zip ftp://ftp.springer.de/pub/tex/latex/svjour3/global.zip) build() { for _SVJOUR3 in readme.txt svjour3.cls usrguid3.pdf svglov3.clo template.tex; do install -m 0644 -D ${srcdir}/${_SVJOUR3} ${pkgdir}/usr/share/texmf-dist/tex/latex/svjour3/${_SVJOUR3} done for _SVMONO in instruct.pdf quickstart.pdf refguide.pdf styles/* templates/*; do [[ ${_SVMONO} == *"/*" ]] && install -m 755 -d ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/${_SVMONO#/*} install -m 0644 -D ${srcdir}/${_SVMONO} ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/${_SVMONO%\*} done for _LLNCS in readme.txt llncs.cls llncs.dem llncs.doc llncsdoc.pdf llncsdoc.sty llncs.ind subjidx.ind sprmindx.sty; do install -m 0644 -D ${srcdir}/${_LLNCS} ${pkgdir}/usr/share/texmf-dist/tex/latex/llncs/${_LLNCS} done install -m 0644 -D ${srcdir}/spphys.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/spphys.bst install -m 0644 -D ${srcdir}/splncs03.bst ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/splncs03.bst # XXX: BSTs have disappeared from the latest version of svmono... Go figure... #mv ${pkgdir}/usr/share/texmf-dist/tex/latex/svmono/*.bst \ # ${pkgdir}/usr/share/texmf-dist/bibtex/bst/springer/ } md5sums=('d534148be975055ec332f4cdcd1087d5' 'dd75af3f4bc865cd0e33b20d186699a8' 'c020d70fa6ce887d9a3b70d72c518c85')

shtrom commented on 2011-06-09 01:33 (UTC)

Yep, they changed the file again it seems. Still no proper versioning, so no easy way to tell. They also appear to have dropped the BSTs from svmono... Anyway, this should work now.