pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: markd
Date: Sun Mar 29 01:38:16 UTC 2026
Modified Files:
pkgsrc/print/tex-cjs-rcs-article: DESCR Makefile distinfo
pkgsrc/print/tex-cjs-rcs-article-doc: Makefile PLIST distinfo
Log Message:
tex-cjs-rcs-article{,-doc}: update to 2.0
- After a switch by The Canadian Journal of Statistics | La revue canadienne
de statistique to a single-blind peer review process, the class option `review`
now only numbers lines and increases line spacing.
- Implementation, headers and footers: the even header now displays the names of
the authors in `review` mode.
- Implementation, titling material: the author block and corresponding author
information are now displayed in `review` mode.
- Implementation, back matter: the acknowledgements, funding information, and
ORCID iDs are now displayed in `review` mode.
- Templates: delete the statements that the contents of the environments
`acknowledgements` and `funding` are not displayed in `review` mode.
- Author guidelines: adapted to the single-blind review process.
- Author guidelines: section *Anonymous version* becomes *Peer review version*,
with all anonymity-related material deleted.
- Author guidelines: section *Figures and tables* now provides information on the
legibility and appearance of figures, the maximum number of figures allowed in
the main text, and font sizes used in the class. The generic sample figure is
replaced by a statistical multipart figure.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/tex-cjs-rcs-article/DESCR
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-cjs-rcs-article/Makefile \
pkgsrc/print/tex-cjs-rcs-article/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/tex-cjs-rcs-article-doc/Makefile \
pkgsrc/print/tex-cjs-rcs-article-doc/PLIST \
pkgsrc/print/tex-cjs-rcs-article-doc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/tex-cjs-rcs-article/DESCR
diff -u pkgsrc/print/tex-cjs-rcs-article/DESCR:1.1 pkgsrc/print/tex-cjs-rcs-article/DESCR:1.2
--- pkgsrc/print/tex-cjs-rcs-article/DESCR:1.1 Thu Jan 18 19:36:35 2024
+++ pkgsrc/print/tex-cjs-rcs-article/DESCR Sun Mar 29 01:38:15 2026
@@ -1,4 +1,6 @@
The document class cjs-rcs-article and its companion
bibliographic styles cjs-rcs-en and cjs-rcs-fr typeset
manuscripts immediately in accordance with the presentation
-rules of The Canadian Journal of Statistics.
+rules of The Canadian Journal of Statistics. The package also
+contains the official Author guidelines for The Canadian
+Journal of Statistics.
Index: pkgsrc/print/tex-cjs-rcs-article/Makefile
diff -u pkgsrc/print/tex-cjs-rcs-article/Makefile:1.2 pkgsrc/print/tex-cjs-rcs-article/Makefile:1.3
--- pkgsrc/print/tex-cjs-rcs-article/Makefile:1.2 Thu May 8 12:17:10 2025
+++ pkgsrc/print/tex-cjs-rcs-article/Makefile Sun Mar 29 01:38:15 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/05/08 12:17:10 markd Exp $
+# $NetBSD: Makefile,v 1.3 2026/03/29 01:38:15 markd Exp $
DISTNAME= cjs-rcs-article
-PKGNAME= tex-${DISTNAME}-1.1a
-TEXLIVE_REV= 71936
+PKGNAME= tex-${DISTNAME}-2.0
+TEXLIVE_REV= 78289
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/cjs-rcs-article
Index: pkgsrc/print/tex-cjs-rcs-article/distinfo
diff -u pkgsrc/print/tex-cjs-rcs-article/distinfo:1.2 pkgsrc/print/tex-cjs-rcs-article/distinfo:1.3
--- pkgsrc/print/tex-cjs-rcs-article/distinfo:1.2 Thu May 8 12:17:10 2025
+++ pkgsrc/print/tex-cjs-rcs-article/distinfo Sun Mar 29 01:38:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/05/08 12:17:10 markd Exp $
+$NetBSD: distinfo,v 1.3 2026/03/29 01:38:15 markd Exp $
-BLAKE2s (cjs-rcs-article.r71936.tar.xz) = 55f115c6131a9d8b85006be04700d9edceb4f9181e9464a00af7828e595c570b
-SHA512 (cjs-rcs-article.r71936.tar.xz) = 8dbfc2caa83bb25e825aed15bb999e34b339f35725a2f62f842aafbd662d9668c1034259552464778a967d58bbfb8ca9621fc7ff00e4f7749eeb21b429c4726e
-Size (cjs-rcs-article.r71936.tar.xz) = 15044 bytes
+BLAKE2s (cjs-rcs-article.r78289.tar.xz) = 89f9d02ee12e26a7706ab098e39d7a8e3daf5b5145afca597e156e6886e27423
+SHA512 (cjs-rcs-article.r78289.tar.xz) = 1b5566e15fcf9219d1fca1434058989975f5d14a440f71b27e48b2e1711896f91cb7561361aafd0fd312fde8ea08d40343f339c40035cbe21a9dbdef5fd3fb84
+Size (cjs-rcs-article.r78289.tar.xz) = 15088 bytes
Index: pkgsrc/print/tex-cjs-rcs-article-doc/Makefile
diff -u pkgsrc/print/tex-cjs-rcs-article-doc/Makefile:1.2 pkgsrc/print/tex-cjs-rcs-article-doc/Makefile:1.3
--- pkgsrc/print/tex-cjs-rcs-article-doc/Makefile:1.2 Thu May 8 12:17:11 2025
+++ pkgsrc/print/tex-cjs-rcs-article-doc/Makefile Sun Mar 29 01:38:16 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2025/05/08 12:17:11 markd Exp $
+# $NetBSD: Makefile,v 1.3 2026/03/29 01:38:16 markd Exp $
DISTNAME= cjs-rcs-article.doc
-PKGNAME= tex-${DISTNAME:S/./-/}-1.1a
-TEXLIVE_REV= 71936
+PKGNAME= tex-${DISTNAME:S/./-/}-2.0
+TEXLIVE_REV= 78289
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ctan.org/pkg/cjs-rcs-article
Index: pkgsrc/print/tex-cjs-rcs-article-doc/PLIST
diff -u pkgsrc/print/tex-cjs-rcs-article-doc/PLIST:1.2 pkgsrc/print/tex-cjs-rcs-article-doc/PLIST:1.3
--- pkgsrc/print/tex-cjs-rcs-article-doc/PLIST:1.2 Thu May 8 12:17:11 2025
+++ pkgsrc/print/tex-cjs-rcs-article-doc/PLIST Sun Mar 29 01:38:16 2026
@@ -1,7 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2025/05/08 12:17:11 markd Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/03/29 01:38:16 markd Exp $
share/texmf-dist/doc/latex/cjs-rcs-article/README.md
share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-article-fr.pdf
+share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-article-fr.tex
share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-article.pdf
+share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-authguide-fr.pdf
+share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-authguide-fr.tex
+share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-authguide.pdf
+share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-figure.pdf
share/texmf-dist/doc/latex/cjs-rcs-article/cjs-rcs-merlin.pdf
share/texmf-dist/doc/latex/cjs-rcs-article/cjs-template.tex
share/texmf-dist/doc/latex/cjs-rcs-article/rcs-gabarit.tex
Index: pkgsrc/print/tex-cjs-rcs-article-doc/distinfo
diff -u pkgsrc/print/tex-cjs-rcs-article-doc/distinfo:1.2 pkgsrc/print/tex-cjs-rcs-article-doc/distinfo:1.3
--- pkgsrc/print/tex-cjs-rcs-article-doc/distinfo:1.2 Thu May 8 12:17:11 2025
+++ pkgsrc/print/tex-cjs-rcs-article-doc/distinfo Sun Mar 29 01:38:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/05/08 12:17:11 markd Exp $
+$NetBSD: distinfo,v 1.3 2026/03/29 01:38:16 markd Exp $
-BLAKE2s (cjs-rcs-article.doc.r71936.tar.xz) = a09b38b39687b4c6c47fd5a8065f5ca1459a9635e3e69644d43ff05b1ce2b78c
-SHA512 (cjs-rcs-article.doc.r71936.tar.xz) = c8575a01b4a4e4efeec5f1873e281bb7aa83a74d6884d020b2189324f903d61cd0993f5b8d9c70f229ff929b2240a58fb178654bae9b7a2bf8b75f950945aacf
-Size (cjs-rcs-article.doc.r71936.tar.xz) = 346032 bytes
+BLAKE2s (cjs-rcs-article.doc.r78289.tar.xz) = c4a0e65aa7835b5c845e2514d0b0635bb03d812520991d87abee189f79e4da05
+SHA512 (cjs-rcs-article.doc.r78289.tar.xz) = 7d6e59286601ad7427703d21ab2eaf1599e6445aca8625f05b96f3a461eb327a4cf0b0f5abded9cbefe524f5e148263068a163b112839ae495ac7bf06b9ad854
+Size (cjs-rcs-article.doc.r78289.tar.xz) = 570344 bytes
Home |
Main Index |
Thread Index |
Old Index