summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-06 00:20:06 +0000
committerKarl Berry <karl@freefriends.org>2009-07-06 00:20:06 +0000
commit87e6276d9f4bbcdef5324384737356208621356a (patch)
tree39471c0e3c2031f03c4fd72b86bbacf7739d177f
parent113e17a8d8e8ae3b7af7140e4ab17590631c4ced (diff)
gcite update (4jul09)
git-svn-id: svn://tug.org/texlive/trunk@14138 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/gcite/CHANGES20
-rw-r--r--Master/texmf-dist/doc/latex/gcite/README8
-rw-r--r--Master/texmf-dist/doc/latex/gcite/gcite.pdfbin201667 -> 203393 bytes
-rw-r--r--Master/texmf-dist/source/latex/gcite/gcite.dtx119
-rw-r--r--Master/texmf-dist/source/latex/gcite/gcite.ins4
-rw-r--r--Master/texmf-dist/tex/latex/gcite/gcite.sty17
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
7 files changed, 89 insertions, 81 deletions
diff --git a/Master/texmf-dist/doc/latex/gcite/CHANGES b/Master/texmf-dist/doc/latex/gcite/CHANGES
new file mode 100644
index 00000000000..6e463aabf34
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/gcite/CHANGES
@@ -0,0 +1,20 @@
+The gcite Package
+==================
+
+Copyright 2007--2009 Matthew Tylee Atkinson, Iain Phillips
+Distributed under the LPPL 1.3 (http://www.latex-project.org/lppl.txt)
+
+Changes
+--------
+
+v1.0.1 -- 3rd July 2009
+ * Don't crash TeX if [normalcite] is passed to the package and \origcite is used.
+ * Allow an optional argument to be passed to \cite (as with the command in standard LaTeX).
+ * Authors should write using the standard LaTeX ``~\cite'' convention.
+ * Minor documentation improvements (consistency with other documentation; improved navigation and clarification of some issues).
+
+v1.0.0 -- 2nd September 2007
+ * Initial release.
+
+
+== END ==
diff --git a/Master/texmf-dist/doc/latex/gcite/README b/Master/texmf-dist/doc/latex/gcite/README
index e68ca8ad142..b56ca6c91d8 100644
--- a/Master/texmf-dist/doc/latex/gcite/README
+++ b/Master/texmf-dist/doc/latex/gcite/README
@@ -1,7 +1,7 @@
The gcite Package
==================
-Copyright 2007 Matthew Tylee Atkinson, Iain Phillips
+Copyright 2007--2009 Matthew Tylee Atkinson, Iain Phillips
Distributed under the LPPL 1.3 (http://www.latex-project.org/lppl.txt)
Abstract
@@ -17,6 +17,8 @@ citations.
Installation
-------------
+If you wish to install the latest version of gcite locally...
+
1. mkdir -pv ~/texmf/tex/latex/gcite/
2. cp gcite.dtx gcite.ins ~/texmf/tex/latex/gcite/
3. cd ~/texmf/tex/latex/gcite/
@@ -28,7 +30,7 @@ Installation
d. pdflatex gcite.dtx
6. Read the manual ;-).
-Please contact us if you have any problems or suggestions!
+Please contact us if you have any problems or suggestions.
-== END of README ==
+== END ==
diff --git a/Master/texmf-dist/doc/latex/gcite/gcite.pdf b/Master/texmf-dist/doc/latex/gcite/gcite.pdf
index 45299eff352..0a3edb11791 100644
--- a/Master/texmf-dist/doc/latex/gcite/gcite.pdf
+++ b/Master/texmf-dist/doc/latex/gcite/gcite.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/gcite/gcite.dtx b/Master/texmf-dist/source/latex/gcite/gcite.dtx
index c34ebcb2401..c225cdbc92c 100644
--- a/Master/texmf-dist/source/latex/gcite/gcite.dtx
+++ b/Master/texmf-dist/source/latex/gcite/gcite.dtx
@@ -8,7 +8,7 @@
% -author "Matthew Tylee Atkinson and Iain Phillips"
% -license "lppl"
% gcite
-% Created on 2007/9/5 15:19
+% Created on 2009/7/4 13:22
%\fi
%\iffalse
%<*package>
@@ -31,7 +31,7 @@
%\fi
% \iffalse
% Doc-Source file to use with LaTeX2e
-% Copyright (C) 2007 Matthew Tylee Atkinson and Iain Phillips, all rights reserved.
+% Copyright (C) 2009 Matthew Tylee Atkinson and Iain Phillips, all rights reserved.
% \fi
% \iffalse
%<*driver>
@@ -41,31 +41,26 @@
%%% Package code written with Iain Phillips
%%%
\documentclass[british,a4paper]{ltxdoc}
-\usepackage{babel}
+\usepackage{babel,color}
\usepackage[hyperref=true]{biblatex}
-\usepackage[colorlinks,breaklinks,linktocpage,pdftitle={The gcite Package},pdfauthor={Matthew Tylee Atkinson and Iain Phillips},pdfsubject={}]{hyperref}
+\definecolor{darkblue}{rgb}{0, 0, 0.5}
+\definecolor{darkgreen}{rgb}{0, 0.5, 0}
+\usepackage[colorlinks,linkcolor=darkblue,citecolor=darkgreen,breaklinks,linktocpage,pdftitle={The gcite Package},pdfauthor={Matthew Tylee Atkinson and Iain Phillips},pdfsubject={}]{hyperref}
\usepackage{gcite}
-%%%
-%%% Header information
-%%%
-\title{The \pkg{gcite} Package\\\large Citations in the German\thanks{footnotes containing brief information and standard numeric links to bibliography entries with full information}~ Style \\ Version 1.0.0}
+
+\title{The \pkg{gcite} Package\\\large Citations in the German\footnote{footnotes containing brief information and standard numeric links to bibliography entries with full information}~~Style \\ Version 1.0.1}
\author{Matthew Tylee Atkinson\\\email{M.T.Atkinson@lboro.ac.uk} \and Iain Phillips\\\email{I.W.Phillips@lboro.ac.uk}}
-\date{2nd September 2007}
+\date{3rd July 2009}
-%%%
-%%% Macros
-%%%
\newcommand{\pkg}[1]{%
\textsf{#1}}
\newcommand{\opt}[1]{%
- \textsf{#1}}
+ \texttt{#1}}
\newcommand{\email}[1]{%
\texttt{#1}}
\newcommand{\biblatexSecPage}[2]{%
(section #1; page #2)}
-%%%
-%%% ``Teh'' Document
-%%%
+
\bibliography{gcite}
\begin{document}
\DocInput{gcite.dtx}
@@ -76,7 +71,8 @@
%\begin{abstract}
%This package allows you to make citations in the German style, which is considered by many to be particularly reader-friendly. The citation provides a small amount of bibliographic information in a footnote on the page where each citation is made. It combines a desire to eliminate unnecessary page-turning with the look-up efficiency afforded by numeric citations.
%\end{abstract}
-%\tableofcontents\clearpage
+%
+%\tableofcontents
%
%\section{Introduction}
%
@@ -84,45 +80,29 @@
%
%One answer to this the German citation style, which is implemented by the \pkg{gcite} package. It will print some limited information about cited works\cite{Dhiensa2005} in a footnote and still provide a traditional numeric link to the bibliography. Using \pkg{gcite} offers more information than the author-year citation format and keeps the fast indexing ability of using numeric citations.
%
-%The package can also deal with multi-key citations, as with the traditional \LaTeX\ |\cite{}| command\cite{opcit,AGRIP}.
+%The package can also deal with multi-key citations, as with the traditional \LaTeX\ |\cite| command\cite{opcit,AGRIP}.
%
%\section{Prerequisites}
%
-%The \pkg{gcite} package requires that you use \pkg{biblatex}. This package implements most of the functionality of \BibTeX\ in \LaTeX\ and provides commands that allow lower-level access to bibliographic data than the standard |\cite{}| command.
+%The \pkg{gcite} package requires that you use \pkg{biblatex}. This package implements most of the functionality of \BibTeX\ in \LaTeX\ and provides commands that allow lower-level access to bibliographic data than the standard |\cite| command.
%
%It is recommended that you read the documentation for the \pkg{biblatex} package\cite{biblatex}. However, what follows is a short overview of the few steps needed to turn a standard \LaTeX\ document into one that will work with \pkg{biblatex}.
%
%\begin{enumerate}
%\item |\usepackage[hyperref=true]{biblatex}| \emph{before} \pkg{hyperref} is loaded, if you're using it (if not you can ignore the \opt{hyperref} option completely).
%
-%\item Move your |\bibliography{}| command to the document's preamble (e.g. directly before |\begin{document}|).
+%\item Move your |\bibliography| command to the document's preamble (e.g. directly before |\begin{document}|).
%
-%\item Remove the |\bibliographystyle{}| command.
+%\item Remove the |\bibliographystyle| command.
%
%\item Add |\printbibliography| where you want the bibliography to be generated. Use |\printbibliography[heading=bibintoc]| if you want the bibliography section to show up in the table of contents of your document.
%\end{enumerate}
%
%\section{Usage}
%
-%\DescribeMacro{\usepackage\{gcite\}} To use the \pkg{gcite} package, simply load it.
-%
-%All of your citation commands will then be overridden with the new behaviour. However, as you will most likely have ensured that a space---or non-breaking space---character precedes every |\cite{}| command, you will need to remove that space or there will be a noticeable gap before each footnote mark generated by your |\cite{}| commands.
-%
-%\subsection{Removing Now-Unnecessary Spacing}
-%
-%You'll need to do a search and replace to remove these undesired spaces. Depending on your editor and \LaTeX-writing style, the method for doing this will differ. The most likely search pattern will be |~| (non-breaking space) and this should be replaced with literally nothing, turning \LaTeX\ code such as
-%
-%\begin{verbatim}
-%...in the previous work~\cite{paper}...
-%\end{verbatim}
-%
-%into
-%
-%\begin{verbatim}
-%...in the previous work\cite{paper}...
-%\end{verbatim}
+%\DescribeMacro{\usepackage\{gcite\}} To use the \pkg{gcite} package, simply load it. There is only one package option, detailed in section~\ref{sec:pkgopt}.
%
-%In the text editors that support regexps, this can be achieved by executing the command to convert from |/~\\cite/| to |/\\cite/|. You should specify the ``g'' (``global'') modifier to ensure all matches on each line are substituted. In Vim, this command is |%s/\~\\cite/\\cite/g|.
+%All of your citation commands will then be overridden with the new behaviour (even those with non-breaking spaces before them, as is customary for citations in \LaTeX\ documents).
%
%\subsection{Recommended Citation Style}
%
@@ -132,27 +112,27 @@
%
%\subsection{Multi-Key Citations}
%
-%Sometimes you will wish to cite only one piece of work to prove a point and, at other times, multiple works ought to be cited. The traditional |\cite{}| command groups multi-key citations together (i.e. multiple numbers, separated by commas, can be found inside the square brackets).
+%Sometimes you will wish to cite only one piece of work to prove a point and, at other times, multiple works ought to be cited. The traditional |\cite| command groups multi-key citations together (i.e. multiple numbers, separated by commas, can be found inside the square brackets).
%
%\pkg{gcite} groups multi-key citations similarly, outputting the minimal bibliographic details for each work in turn, then the grouped numeric citation at the end. Section~\ref{sec:customisation:multi} contains information on how the separator used may be customised.
%
%\subsection{Citations Within Footnotes}
%
-%There may be occasions when you may wish to make a citation from within a |\footnote{}|. In this case, \pkg{gcite} will not create a new footnote, but continue using the existing one\footnote{as shown in this example\cite{AGRIP}}. Section~\ref{sec:customisation:foot} contains some information on how this behaviour may be customised.
+%There may be occasions when you may wish to make a citation from within a |\footnote|. In this case, \pkg{gcite} will not create a new footnote, but continue using the existing one\footnote{as shown in this example\cite{AGRIP}}. Section~\ref{sec:customisation:foot} contains some information on how this behaviour may be customised.
%
%\subsection{Reverting to the Standard Behaviour}
%
%It is possible to revert to the standard \LaTeX/\BibTeX\ citation behaviour. Two methods are provided (to cater for global and local reversion).
%
-%\subsubsection{The \opt{normalcite} Option}
+%\subsubsection{The \opt{normalcite} Option\label{sec:pkgopt}}
%
-%\DescribeMacro{\usepackage[normalcite]\\\{gcite\}} Simply specify the \opt{normalcite} option when loading \pkg{gcite} and the standard behaviour will be restored for all citations in your document.
+%\DescribeMacro{normalcite} Simply specify the \opt{normalcite} option when loading \pkg{gcite} and the standard behaviour will be restored for all citations in your document.
%
-%Please note that if you use this method, you'll not be required to re-insert spaces before each |\cite{}| command---\pkg{gcite} will insert them for you.
+%Please note that if you use this method, you'll not be required to re-insert spaces before each |\cite| command---\pkg{gcite} will insert them for you.
%
%\subsubsection{One-Off Citations in the Standard Style}
%
-%\DescribeMacro{\origcite\{\}} If you wish to make relatively few citations in the standard \LaTeX/\BibTeX\ style, you can use this command. It will affect only the current citation being made and \emph{does} require that a space (non-breaking or otherwise) be inserted before it.
+%\DescribeMacro{\origcite\{\}} If you wish to make relatively few citations in the standard, non-footnote style, you can use this command. It will affect only the current citation being made and \emph{does} require that a space (non-breaking or otherwise) be inserted before it.
%
%This command is provided for special cases (such as an appendix to a thesis that lists prior publications) where adding the footnotes would be repeating information. It is not intended to be used often, or even at all, by most users.
%
@@ -212,21 +192,32 @@
%\gcitefootpresep{---}
%\gcitefootpostsep{}
%
-%\begin{description}
-%\item[No \BibTeX\ custom styles]--- Only styles made for \pkg{biblatex} may be used. This is not foreseen to be a problem in reality, as using \pkg{gcite} implies that the user has a particular (implemented) style in mind, but it is worth mentioning \biblatexSecPage{2}{2}.
+%\subsection{No Classic \BibTeX\ Custom Styles}
+%
+%Only styles made for \pkg{biblatex} may be used. This is not foreseen to be a problem in reality, as using \pkg{gcite} implies that the user has a particular (implemented) style in mind, but it is worth mentioning \biblatexSecPage{2}{2}.
+%
+%\subsection{More \BibTeX\ Fields Displayed}
%
-%\item[More fields used]--- \pkg{biblatex} by default prints out more information from your |.bib| file(s). Fields such as ``howpublished'', ``doi'' and ``url'' are typeset by default \biblatexSecPage{2.1.1}{3--5}.
+%\pkg{biblatex} by default prints out more information from your |.bib| file(s). Fields such as ``howpublished'', ``doi'' and ``url'' are typeset by default \biblatexSecPage{2.1.1}{3--5}.
%
%It is possible to create your own bibliography style that suppress this extra information. The manual provides details \biblatexSecPage{4.2 [specifically 4.2.1 and 4.2.3]}{67--73} and the file |biblatex/bbx/standard.bbx| provides a useful template.
%
-%\item[|Missing \$ inserted| compilation error]--- This can be caused by invalid (special) characters appearing in certain fields in the |.bib| file(s). It may have gone un-noticed until now due to \pkg{biblatex}'s default inclusion of more field types than \BibTeX\ in the typeset document. One example cause is the special characters (such as: `\_'; `\&' and `\%') in a URL, if one is present in a field other than ``url'' (those \emph{inside} a ``url'' field will be automatically escaped).
+%\subsection{``Missing \$ inserted'' Compilation Error}
+%
+%This can be caused by invalid (special) characters appearing in certain fields in the |.bib| file(s). It may have gone un-noticed until now due to \pkg{biblatex}'s default inclusion of more field types than \BibTeX\ in the typeset document. One example cause is the special characters (such as: `\_'; `\&' and `\%') in a URL, if one is present in a field other than ``url'' (those \emph{inside} a ``url'' field will be automatically escaped).
%
%Make sure URLs are specified only in the ``url'' field and that special characters\footnote{see \url{http://theoval.cmp.uea.ac.uk/~nlct/latex/novices/node30.html}; last accessed 1st September 2007} in any other fields are escaped. The error message may tell you the line in any external file to the document (such as the intermediate |.bbl| file) where the error occurred.
%
-%\item[Non-American localisation]--- As \pkg{biblatex} prints out more fields than \BibTeX\ by default, including URL access dates, you may need to carry out some localisation to ensure these fields are typeset in an appropriate way for your country.
+%\subsection{When Non-US Localisation is Required\ldots}
+%
+%As \pkg{biblatex} prints out more fields than \BibTeX\ by default, including URL access dates, you may need to carry out some localisation to ensure these fields are typeset in an appropriate way for your country.
+%
+%A simple way to do this is to use the \pkg{babel} package\footnote{\url{http://www.ctan.org/tex-archive/macros/latex/required/babel/}; last accessed 1st September 2007}. Specify your language string (as listed in the \pkg{babel} documentation) as one of the options to |\documentclass|, then ensure you |\usepackage{babel}|. This way, all packages that support automatic localisation will pick up your language option. \pkg{biblatex} will reflect this too (and will do things such as use your local date format and provide some string translations as a result).
+%
+%\subsection{Not All Author Names Displayed in Bibliography}
+%
+%This is caused by \pkg{biblatex}'s default style only showing a certain number of author names by default, in contrast to what most people expect to see in the bibliography (a full list). You can solve this by use of the \opt{maxnames} package option for \pkg{biblatex}.
%
-%A simple way to do this is to use the \pkg{babel} package\footnote{\url{http://www.ctan.org/tex-archive/macros/latex/required/babel/}; last accessed 1st September 2007}. Specify your language string (as listed in the \pkg{babel} documentation) as one of the options to |\documentclass[]{}|, then ensure you |\usepackage{babel}|. This way, all packages that support automatic localisation will pick up your language option. \pkg{biblatex} will reflect this too (and will do things such as use your local date format and provide some string translations as a result).
-%\end{description}
%
%
%\StopEventually{}
@@ -239,7 +230,7 @@
% Package definition.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{gcite}
+\ProvidesPackage{gcite}[2009/07/03 1.0.1]
\RequirePackage{biblatex}
% \end{macrocode}
% Define our \opt{normalcite} option and set it to false by default.
@@ -281,38 +272,36 @@
% \end{macrocode}
% We need a loop to output the details of each cited work in turn, then display the numerical link(s) at the end.
% \begin{macrocode}
-\def\gcite@core#1{%
+\def\gcite@core#1#2{%
\newif\ifgcite@nfirst
\gcite@nfirstfalse%
\@for\@c:=#1\do{%
\ifgcite@nfirst{\gcite@itemsep}\else\gcite@nfirsttrue\fi%
- \gcite@one\@c} \origcite{#1}}
+ \gcite@one\@c}~\origcite[#2]{#1}}
% \end{macrocode}
% \subsection{Citation Command Replacement}
% If the \opt{normalcite} option was specified, simply emulate the standard \LaTeX\ behaviour (including the non-breaking space).
% \begin{macrocode}
\ifgcite@normalcite%
- \renewcommand{\cite}[1]{%
- ~\origcite{#1}%
- }
+% (do nothing)
\else%
% \end{macrocode}
-% Otherwise, we use the \pkg{gcite} behaviour.
+% Otherwise, we use the \pkg{gcite} behaviour. As of version 1.0.1 we can handle an option passed in to this command to allow, for example, the document's author to refer the reader to a particular part of the cited document.
% \begin{macrocode}
- \renewcommand{\cite}[1]{%
+ \renewcommand{\cite}[2][]{%
% \end{macrocode}
% Here is a wrapper to decide if we're in a footnote or not. The idea was gained from the \pkg{opcit} package\cite{opcit}.
% \begin{macrocode}
\ifnum\interlinepenalty=\interfootnotelinepenalty%
% \end{macrocode}
-% We are in a footnote---just add the text of the footnote citation to the end of the current footnote, separating it from the rest of the footnote text, if the user wishes.
+% We are in a footnote---just add the text of the footnote citation to the end of the current footnote, separating it from the rest of the footnote text, if the user wishes. We pass the optional argument in as the second argument to our core routine (this is an aesthetic design decision and was made to signify the optional argument to this command being less important than the cite key(s)).
% \begin{macrocode}
- \gcite@foot@presep\gcite@core{#1}\gcite@foot@postsep%
+ \gcite@foot@presep\gcite@core{#2}{#1}\gcite@foot@postsep%
\else%
% \end{macrocode}
-% Otherwise, we're not in a footnote, so create a new one.
-% \begin{macrocode}
- \footnote{\gcite@core{#1}}%
+% Otherwise, we're not in a footnote, so create a new one. Again, the optional argument is passed in last. We use |\unskip| so that the author can put spaces (even non-breaking ones) before the citation, as they normally would.
+% \begin{macrocode}
+ \unskip\footnote{\gcite@core{#2}{#1}}%
\fi%
}
\fi
diff --git a/Master/texmf-dist/source/latex/gcite/gcite.ins b/Master/texmf-dist/source/latex/gcite/gcite.ins
index 443c3b72a55..5fab61b8b58 100644
--- a/Master/texmf-dist/source/latex/gcite/gcite.ins
+++ b/Master/texmf-dist/source/latex/gcite/gcite.ins
@@ -1,10 +1,10 @@
-% gcite.ins generated using makedtx version 0.94b 2007/9/5 15:19
+% gcite.ins generated using makedtx version 0.94b 2009/7/4 13:22
\input docstrip
\preamble
gcite.dtx
- Copyright 2007 Matthew Tylee Atkinson and Iain Phillips
+ Copyright 2009 Matthew Tylee Atkinson and Iain Phillips
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/tex/latex/gcite/gcite.sty b/Master/texmf-dist/tex/latex/gcite/gcite.sty
index 35b4ad85426..a810e35490d 100644
--- a/Master/texmf-dist/tex/latex/gcite/gcite.sty
+++ b/Master/texmf-dist/tex/latex/gcite/gcite.sty
@@ -7,7 +7,7 @@
%% gcite.dtx (with options: `gcite.sty,package')
%%
%% gcite.dtx
-%% Copyright 2007 Matthew Tylee Atkinson and Iain Phillips
+%% Copyright 2009 Matthew Tylee Atkinson and Iain Phillips
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -39,7 +39,7 @@
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{gcite}
+\ProvidesPackage{gcite}[2009/07/03 1.0.1]
\RequirePackage{biblatex}
\newif\ifgcite@normalcite
\gcite@normalcitefalse
@@ -53,22 +53,19 @@
\def\gcite@foot@presep{---}
\def\gcite@foot@postsep{}
\def\gcite@one#1{\citeauthor{#1}, \citetitle{#1}, \citeyear{#1}}
-\def\gcite@core#1{%
+\def\gcite@core#1#2{%
\newif\ifgcite@nfirst
\gcite@nfirstfalse%
\@for\@c:=#1\do{%
\ifgcite@nfirst{\gcite@itemsep}\else\gcite@nfirsttrue\fi%
- \gcite@one\@c} \origcite{#1}}
+ \gcite@one\@c}~\origcite[#2]{#1}}
\ifgcite@normalcite%
- \renewcommand{\cite}[1]{%
- ~\origcite{#1}%
- }
\else%
- \renewcommand{\cite}[1]{%
+ \renewcommand{\cite}[2][]{%
\ifnum\interlinepenalty=\interfootnotelinepenalty%
- \gcite@foot@presep\gcite@core{#1}\gcite@foot@postsep%
+ \gcite@foot@presep\gcite@core{#2}{#1}\gcite@foot@postsep%
\else%
- \footnote{\gcite@core{#1}}%
+\unskip\footnote{\gcite@core{#2}{#1}}%
\fi%
}
\fi
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 6c333c33074..c2f6198ffdf 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -490,7 +490,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'shipunov', "&MAKEcopy",
'shortlst', "die 'skipping, nosell'",
'showexpl', "&MAKEflatten",
- 'siam', "&MAKEsiam",
+ 'siam', "die 'skipping, nonfree license'",
'skak', "&MAKEflatten",
'slidenotes', "die 'skipping, nonfree'",
'softmaker-freefonts', "die 'skipping, requires nonfree font'",