From 15a3fe2f43d0628b3c2a208bd6d86be3a80de1c4 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Fri, 22 Jul 2022 16:18:38 +0200 Subject: [PATCH] generate-html: Add 'mscproject' and 'bscproject' This commit adds virtual types 'bscproject' and 'mscproject' to the generate-html command. This gets rid of several warnings, and is a first step towards #28. --- src/html/bibliography.xsl | 10 ++++++++++ src/html/generate-html | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/html/bibliography.xsl b/src/html/bibliography.xsl index f0c9cf48d..85deb900b 100644 --- a/src/html/bibliography.xsl +++ b/src/html/bibliography.xsl @@ -47,6 +47,16 @@ select="//ltx:bibentry[contains(ltx:bib-data[@role='pubs'],$pubs) and (@type='inbook' or @type='incollection')]"/> + + + + + +