Mercurial > dottes
changeset 474:1fa67fce807f
Handle trailing ", The" in subtitles as well as titles.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Mon, 28 Apr 2014 22:54:32 +0100 |
parents | 3c1be4306c18 |
children | a524b17ae725 |
files | makeWeb.sh |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/makeWeb.sh Mon Apr 28 15:35:47 2014 +0100 +++ b/makeWeb.sh Mon Apr 28 22:54:32 2014 +0100 @@ -105,6 +105,8 @@ fixtitle "$title" title=$retval subtitle=`$dir/abcfield.py --index 2 --field T --latex $filename` + fixtitle "$subtitle" + subtitle=$retval composer=`$dir/abcfield.py --field C --latex $filename` changefile=`$dir/abcfield.py --field N --contains "Change:" $filename | sed -e "s/Change: *//"` changetitle=""