diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-20 19:57:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-20 19:57:54 +0000 |
commit | 1fd83a5e467e9bc72220664c2ced44600eae89de (patch) | |
tree | 873d107911ea6e1c14fc5e05f8cdf5b0b3ee9095 /Master/texmf-dist/doc/support | |
parent | 6586e04e3d94e8f8f6e7459fd81b8b45937deaef (diff) |
ctanbib (20jun21)
git-svn-id: svn://tug.org/texlive/trunk@59659 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r-- | Master/texmf-dist/doc/support/ctanbib/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf | bin | 34681 -> 35575 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex | 6 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/support/ctanbib/README.md b/Master/texmf-dist/doc/support/ctanbib/README.md index edd016e5619..263cd82a1a1 100644 --- a/Master/texmf-dist/doc/support/ctanbib/README.md +++ b/Master/texmf-dist/doc/support/ctanbib/README.md @@ -10,7 +10,7 @@ This script can generate BibTeX records for LaTeX packages hosted on CTAN. More details can be found on [TeX.sx](https://tex.stackexchange.com/a/200856/2891) -Copyright: 2018 Michal Hoftich +Copyright: 2019 Michal Hoftich This work may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 diff --git a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf Binary files differindex b665ab7762e..ec58084d270 100644 --- a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf +++ b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf diff --git a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex index 651d0058e6c..89b99279b51 100644 --- a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex +++ b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex @@ -36,6 +36,7 @@ The \texttt{curl} utility needs to be installed on the user's system in order to \item[-c,-\/-ctan] use the \texttt{@ctan} type instead of \texttt{@manual}. The difference between the two is that the url field contains packages CTAN path, instead of a link to the package. + \item[-C,-\/-CTAN] like \verb|--ctan| option, but use original url instead of CTAN path. \item[-h,-\/-help] print the help message. \item[-v,-\/-version] print the version info. \end{description} @@ -93,12 +94,15 @@ under the terms of the \LaTeX\ Project Public License, version 1.3. This package was created thanks to TeX.sx user Daniel\footnote{\url{https://tex.stackexchange.com/users/3751/daniel}}. Lukas C.~Bossert had useful comments which led to update of the original script and -it's eventual release on CTAN. +it's eventual release on CTAN. Herbert Voss added the \verb|--CTAN| option. \newpage \section{Changelog} \begin{changelog} + \change{2021-06-20}{Added \verb|--CTAN| option, thanks to Herbert Voss} + \change{2019-12-23}{Don't return non-zero exit codes for non-error runs} + \change{2019-12-23}{Test for the packagename with the \texttt{-c} option} \change{2019-09-21}{Try to find the author in full CTAN author list if the author cannot be found in the package info} \change{2019-09-16}{Use the CTAN API 2.0 to fetch the package info} \change{2019-05-04}{Version 0.1c released} |