From a918dcde64adc400d9a20064b4d3ffb1aaef6648 Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Mon, 18 Mar 2019 00:03:44 +0100 Subject: leave icite.ins out of the package archive. insert \ic@titpgdelim after shorthand --- Makefile | 2 +- icite.dtx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 35bf3e4..e06046e 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ zip: all package: distclean all mkdir $(NAME)/ - cp Makefile README.md $(NAME).{dtx,ins,pdf} $(NAME)/ + cp Makefile README.md $(NAME).{dtx,pdf} $(NAME)/ cp -r samples/ $(NAME)/ mkdir -p tex/latex/$(NAME)/ cp $(NAME).sty tex/latex/$(NAME)/ diff --git a/icite.dtx b/icite.dtx index 1e61a15..0b07218 100644 --- a/icite.dtx +++ b/icite.dtx @@ -1370,7 +1370,7 @@ Running "make install" installs the files in the local TeX tree. \@useauthor\ic@authtitdelim\TitleStyle{\@usetitle}% \ic@titpgdelim{#1}% \else% - \@shorthand, {#1}% + \@shorthand\ic@titpgdelim{#1}% \fi% \else% \fi% @@ -1402,7 +1402,7 @@ Running "make install" installs the files in the local TeX tree. #1 \@useauthor\ic@authtitdelim\TitleStyle{\@usetitle}% \ic@titpgdelim{#2}% \else% - #1 \@shorthand, {#2}% + #1 \@shorthand\ic@titpgdelim{#2}% \fi \else% \fi% -- cgit v1.2.3