[debian-edu-commits] debian-edu/ 01/01: Use sans serif fonts again for all PDF manuals except for the Japanese manual.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Wed Aug 3 14:43:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-doc.
commit 4ca1409d2a8ffdd2359eece957d693da8c56ed5c
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Wed Aug 3 16:43:33 2016 +0200
Use sans serif fonts again for all PDF manuals except for the Japanese manual.
---
debian/changelog | 7 +++++++
documentation/common/dblatex.xsl | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 039cdce..8329efa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-doc (1.904~20160804) UNRELEASED; urgency=medium
+
+ * dblatex.xsl: use sans serif fonts again for all PDF manuals except
+ for the Japanese manual.
+
+ -- Wolfgang Schweer <wschweer at arcor.de> Wed, 03 Aug 2016 16:39:10 +0200
+
debian-edu-doc (1.903~20160804) unstable; urgency=medium
[ Holger Levsen ]
diff --git a/documentation/common/dblatex.xsl b/documentation/common/dblatex.xsl
index 6963b85..31cc9d1 100644
--- a/documentation/common/dblatex.xsl
+++ b/documentation/common/dblatex.xsl
@@ -12,8 +12,8 @@
<xsl:text>\setCJKmonofont{IPAexGothic}
</xsl:text>
</xsl:when>
<xsl:otherwise>
- <xsl:text>\setmainfont{Latin Modern Roman}
</xsl:text>
- <xsl:text>\setsansfont{Latin Modern Roman}
</xsl:text>
+ <xsl:text>\setmainfont{Latin Modern Sans}
</xsl:text>
+ <xsl:text>\setsansfont{Latin Modern Sans}
</xsl:text>
<xsl:text>\setmonofont{Latin Modern Mono Light}
</xsl:text>
</xsl:otherwise>
</xsl:choose>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-doc.git
More information about the debian-edu-commits
mailing list