From b479eda1496f3efc2845b61b3f10d3aea46864c0 Mon Sep 17 00:00:00 2001 From: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:34:16 +0100 Subject: [PATCH] * scripts/optbib2html.sh: remove alias field. --- scripts/optbib2html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/optbib2html.sh b/scripts/optbib2html.sh index 69f6e996..5dd40892 100755 --- a/scripts/optbib2html.sh +++ b/scripts/optbib2html.sh @@ -9,7 +9,7 @@ tmpbib=$(mktemp --tmpdir tmpXXXXXXXXXX.bib) tmpcitefile=$(mktemp --tmpdir citefileXXXXXXXXXX) TIDYCONF=$(realpath scripts/tidy.conf) -bib2bib --warn-error --expand --expand-xrefs $BIBFILES --remove pdf -ob $tmpbib -oc $tmpcitefile +bib2bib --warn-error --expand --expand-xrefs $BIBFILES --remove pdf --remove alias -ob $tmpbib -oc $tmpcitefile cd web bibtex2html -noeprint --no-header --nodoc --html-entities -linebreak -css bibtex.css \