summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/ctanbib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-30 21:19:31 +0000
committerKarl Berry <karl@freefriends.org>2021-06-30 21:19:31 +0000
commitf18baaf545c73262376befaccac7fda005b26975 (patch)
treeb0c9e76683ce84f9e93db78a971b9d560e3a84bb /Master/texmf-dist/doc/support/ctanbib
parent3cd1d85cb7521f6e36b5797788adae39e07b5635 (diff)
ctanbib (30jun21)
git-svn-id: svn://tug.org/texlive/trunk@59782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/ctanbib')
-rw-r--r--Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdfbin35307 -> 35854 bytes
-rw-r--r--Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex21
2 files changed, 21 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf
index 1fb514277c7..87296fca78e 100644
--- a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf
+++ b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex
index c9d2a96abeb..fb718635abd 100644
--- a/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex
+++ b/Master/texmf-dist/doc/support/ctanbib/ctanbib-doc.tex
@@ -38,6 +38,7 @@ The \texttt{curl} utility needs to be installed on the user's system in order to
\begin{description}
\item[-c,-\/-ctan] use the CTAN package entry as package URL instead of URL provided by the package.
+ \item[-C,-\/-ctanpath] use package's CTAN path as URL
\item[-e,-\/-entrypoint] explicitly set the Bib\TeX\ entry type.
\item[-h,-\/-help] print the help message.
\item[-v,-\/-version] print the version info.
@@ -84,6 +85,24 @@ url = {https://ctan.org/pkg/latex},
}
\end{verbatim}
+\noindent The \texttt{--ctanpath} option:
+
+\begin{verbatim}
+ctanbib -C biblatex
+\end{verbatim}
+
+\noindent This produces a bib record that uses the CTAN package tree location for the URL.
+
+\begin{verbatim}
+@manual{biblatex,
+...
+url = {/macros/latex/contrib/biblatex},
+...
+}
+\end{verbatim}
+
+
+
\noindent The \texttt{--entrytype} option:
\begin{verbatim}
@@ -115,6 +134,8 @@ it's eventual release on CTAN. Herbert Voss added the \verb|--CTAN| option.
\section{Changelog}
\begin{changelog}
+ \change{2021-06-29}{Version 0.2a released}
+ \change{2021-06-29}{Added the \verb|--ctanpath| option.}
\change{2021-06-26}{Version 0.2 released}
\change{2021-06-26}{Removed the \verb|--CTAN| option, entry type can be set using \verb|--entrytype| and CTAN URL is requested using \verb|--ctan|}
\change{2021-06-26}{Added \verb|--entrytype| option for explicit specification of the Bib\TeX\ entry type}