Package: refcard Tags: patch
For Greek, the copyright notice is currently not visible, due to missing space on the sheet. The following patch uses a smaller font size, which would give more free space, so that the copyright notice gets displayed. I have double-checked with Greek translator, that the content is still well readable even with the smaller font. Patch is attached. Holger -- Holger Wansing <hwans...@mailbox.org> PGP-Finterprint: 496A C6E8 1442 4B34 8508 3529 59F1 87CA 156E B076
diff --git a/preproc.xsl b/preproc.xsl index 2565066..9453b40 100644 --- a/preproc.xsl +++ b/preproc.xsl @@ -20,7 +20,7 @@ <!-- role="small" is understood by dblatex --> <xsl:attribute name="role"> <xsl:choose> - <xsl:when test="contains('bg es fr', + <xsl:when test="contains('bg el es fr', /article/@lang)">footnotesize</xsl:when> <xsl:otherwise>small</xsl:otherwise> </xsl:choose>