From 73fd5ef1839d5ca833d7435186eea8bce28c4e25 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 4 Feb 2020 22:16:32 +0000 Subject: classics (4feb20) git-svn-id: svn://tug.org/texlive/trunk@53671 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/classics/README | 12 ++++++++---- Master/texmf-dist/doc/latex/classics/classics.pdf | Bin 205811 -> 206137 bytes Master/texmf-dist/doc/latex/classics/classics.tex | 10 +++++----- Master/texmf-dist/tex/latex/classics/classics.sty | 6 +++--- 4 files changed, 16 insertions(+), 12 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/classics/README b/Master/texmf-dist/doc/latex/classics/README index 0369f2472e2..cf0e8948347 100644 --- a/Master/texmf-dist/doc/latex/classics/README +++ b/Master/texmf-dist/doc/latex/classics/README @@ -1,9 +1,13 @@ Package: classics Description: Cite classic works -This package provides a basic framework to cite classic works in accordance -with traditional pagination systems. It can also be used in conjunction with -other citation packages. +The package provides a basic framework to cite classic works (from authors such +as Homer, Plato, Aristotle, Descartes, Hume, and Kant) in accordance with +traditional pagination systems. It may be used in conjunction with other +citation packages. + +2020/02/03 v0.1a + * replaced \str_if_eq_x_p:nn with \str_if_eq_p:ee 2013/02/02 v0.1 Initial version @@ -20,7 +24,7 @@ Usage: *See classics.pdf -------------------------------------------------------------------------------- -Copyright (C) 2013 Eduardo C. Lourenço de Lima +Copyright (C) 2020 Eduardo C. Lourenço de Lima This material is subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html diff --git a/Master/texmf-dist/doc/latex/classics/classics.pdf b/Master/texmf-dist/doc/latex/classics/classics.pdf index 89f6e16b4ac..48a84ba716c 100644 Binary files a/Master/texmf-dist/doc/latex/classics/classics.pdf and b/Master/texmf-dist/doc/latex/classics/classics.pdf differ diff --git a/Master/texmf-dist/doc/latex/classics/classics.tex b/Master/texmf-dist/doc/latex/classics/classics.tex index 978283d4894..81bfd9b6622 100644 --- a/Master/texmf-dist/doc/latex/classics/classics.tex +++ b/Master/texmf-dist/doc/latex/classics/classics.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2013 Eduardo C. Lourenço de Lima +% Copyright (C) 2020 Eduardo C. Lourenço de Lima % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either @@ -11,8 +11,8 @@ % version 2005/12/01 or later. \documentclass{ltxdoc} -\newcommand\fileversion{0.1} -\newcommand\filedate{February 2, 2013} +\newcommand\fileversion{0.1a} +\newcommand\filedate{February 3, 2020} \usepackage{color} \usepackage{classics} @@ -44,7 +44,7 @@ \begin{document} \title{The \textsf{\color{myblue} classics} package,\thanks{This document corresponds to \textsf{classics}~\fileversion, dated~\filedate. I am grateful -to Joseph Wright and Scott \mbox{H.} for suggestions.}\\{or the end of +to Joseph Wright, Scott \mbox{H.}, and Robert Alessi for suggestions.}\\{or the end of anachronism}} \author{Eduardo C. Louren\c{c}o de Lima \\ \texttt{elourenco@phi.pro.br}} \maketitle @@ -52,7 +52,7 @@ anachronism}} \begin{abstract}\noindent This package provides a basic framework to cite classic works in accordance with traditional pagination systems. - It can also be used in conjunction with other citation + It may be used in conjunction with other citation packages.\end{abstract} \section*{Introduction} diff --git a/Master/texmf-dist/tex/latex/classics/classics.sty b/Master/texmf-dist/tex/latex/classics/classics.sty index 6c8a413ac64..bade757cc6f 100644 --- a/Master/texmf-dist/tex/latex/classics/classics.sty +++ b/Master/texmf-dist/tex/latex/classics/classics.sty @@ -1,4 +1,4 @@ -%% Copyright (C) 2013 Eduardo C. Lourenço de Lima +%% Copyright (C) 2020 Eduardo C. Lourenço de Lima %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -13,7 +13,7 @@ %\NeedsTeXFormat{LaTeX2e}[1996/06/01] \RequirePackage{expl3} \RequirePackage{xparse} -\ProvidesExplPackage {classics} {2013/02/02} {0.1} {Cite classic works} +\ProvidesExplPackage {classics} {2020/02/03} {0.1a} {Cite classic works} \tl_new:N \g_classics_style_range_separator_tl \tl_new:N \g_classics_style_separator_tl @@ -54,7 +54,7 @@ } %Range: Typeset page when last page is provided only if they differ - \bool_if:nTF { (! #1) && \str_if_eq_x_p:nn{##2}{##4} } + \bool_if:nTF { (! #1) && \str_if_eq_p:ee{##2}{##4} } { \classics_style_map:nnnnnnn{#3} {} {##5}{##6}{##7}{##8}{##9} } -- cgit v1.2.3