texlive[45081] Master: chet (20aug17)

commits+karl at tug.org commits+karl at tug.org
Mon Aug 21 00:12:36 CEST 2017


Revision: 45081
          http://tug.org/svn/texlive?view=revision&revision=45081
Author:   karl
Date:     2017-08-21 00:12:36 +0200 (Mon, 21 Aug 2017)
Log Message:
-----------
chet (20aug17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/bibtex/bst/chet/chetref.bst
    trunk/Master/texmf-dist/doc/latex/chet/README
    trunk/Master/texmf-dist/doc/latex/chet/chetdoc.pdf
    trunk/Master/texmf-dist/doc/latex/chet/chetdoc.tex
    trunk/Master/texmf-dist/tex/latex/chet/chet.sty
    trunk/Master/tlpkg/libexec/ctan2tds

Modified: trunk/Master/texmf-dist/bibtex/bst/chet/chetref.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/chet/chetref.bst	2017-08-20 22:06:04 UTC (rev 45080)
+++ trunk/Master/texmf-dist/bibtex/bst/chet/chetref.bst	2017-08-20 22:12:36 UTC (rev 45081)
@@ -3,7 +3,7 @@
 %% from source `test' on 2011/10/04.
 %%
 % chetref.bst
-% Copyright 2015 Andreas Stergiou
+% Copyright 2017 Andreas Stergiou
 %
 % This is is basically a copy of nb.bst, with minor stylistic changes and additions.
 %
@@ -70,6 +70,7 @@
     SLACcitation
     title
     type
+    primaryClass
     url
     volume
     year
@@ -389,10 +390,18 @@
   s
 }
 
-FUNCTION {format.eprint}
+FUNCTION {format.primaryClass}
+{
+  primaryClass empty$
+      { "" }
+      { " \![" primaryClass * "]" *}
+  if$            
+}
+
+FUNCTION { format.eprint }
 { eprint empty$
     { "" }
-    { "\normalsize{\texttt{\arxivref{" eprint formatarxiv * "}{" * eprint formatarxiv arxivprefix * "}}}\ignorespaces" * }
+    { "\normalsize{\texttt{\arxivref{" eprint formatarxiv * "}{" * eprint formatarxiv arxivprefix * format.primaryClass * "}}}\ignorespaces" * }
   if$
 }
 

Modified: trunk/Master/texmf-dist/doc/latex/chet/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chet/README	2017-08-20 22:06:04 UTC (rev 45080)
+++ trunk/Master/texmf-dist/doc/latex/chet/README	2017-08-20 22:12:36 UTC (rev 45081)
@@ -1,10 +1,9 @@
 This material is subject to the LaTeX Project Public License. See
-http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for
-the details of that license.
+http://www.latex-project.org/lppl for the details of that license.
 
 
 The chet package is inspired by Paul Ginsparg's harvmac, but uses
-LaTeX2e instead of TeX. The commands provided are to be used as
+LaTeX2e instead of TeX. The commands provided are to be used as faster
 alternatives to LaTeX's default environments (which can all still be
 used in chet).
 

Modified: trunk/Master/texmf-dist/doc/latex/chet/chetdoc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/chet/chetdoc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/chet/chetdoc.tex	2017-08-20 22:06:04 UTC (rev 45080)
+++ trunk/Master/texmf-dist/doc/latex/chet/chetdoc.tex	2017-08-20 22:12:36 UTC (rev 45081)
@@ -1,7 +1,7 @@
-% chetdoc.tex (for chet version 2.1)
-% Copyright 2015 Andreas Stergiou
+% chetdoc.tex (for chet version 2.2)
+% Copyright 2017 Andreas Stergiou
 %
-% This is an example file for the use of the package chet (version 2.1).
+% This is an example file for the use of the package chet (version 2.2).
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either version 1.3

Modified: trunk/Master/texmf-dist/tex/latex/chet/chet.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/chet/chet.sty	2017-08-20 22:06:04 UTC (rev 45080)
+++ trunk/Master/texmf-dist/tex/latex/chet/chet.sty	2017-08-20 22:12:36 UTC (rev 45081)
@@ -1,5 +1,5 @@
-% chet.sty (version 2.1)
-% Copyright 2015 Andreas Stergiou
+% chet.sty (version 2.2)
+% Copyright 2017 Andreas Stergiou
 %
 % This package is supposed to streamline latex typesetting and give the
 % look and feel of harvmac to a paper, with the use of LaTex2e.

Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds	2017-08-20 22:06:04 UTC (rev 45080)
+++ trunk/Master/tlpkg/libexec/ctan2tds	2017-08-20 22:12:36 UTC (rev 45081)
@@ -1777,6 +1777,7 @@
  'pst-eucl-translation-bg', 'NULL',
  'pst-geo',     'pst-map.*\.tex|pst-map.*\.sty',
  'pst-infixplot', 'infix-RPN\.tex|pst-infixplot\.tex',
+ 'pst-poker',   '\.eps|' . $standardtex,
  'pst-text',    'pst-(char|text)\.(tex|sty)',
  'ptex-base',	'\.(ini|lib|src)$|(ascii-jplain|kinsoku|ptex).tex$',
  'punk',        'NULL', # have separate punk-latex



More information about the tex-live-commits mailing list