[SCM] soundscaperenderer/master: Added tex-override to readd missing '\bf'

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Jul 1 14:26:43 UTC 2016


The following commit has been merged in the master branch:
commit 22eecfd829dc15dbea25f6bf704f91cbff712622
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Jul 1 15:36:49 2016 +0200

    Added tex-override to readd missing '\bf'
    
    Closes: #827630

diff --git a/debian/scripts/version-tex.sh b/debian/scripts/version-tex.sh
index ce931bc..9d993dc 100755
--- a/debian/scripts/version-tex.sh
+++ b/debian/scripts/version-tex.sh
@@ -13,3 +13,5 @@ echo "${VER}" \
 | sed -e 's|~|$\\sim$|g' \
 | sed -e 's|^\(.*\)$|\\def\\today{\1}|'
 
+## \bf went missing...
+echo "\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}"

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list