[Po4a-commits] "po4a/lib/Locale/Po4a Man.pm,1.137,1.138"
Nicolas FRANCOIS
nekral-guest at alioth.debian.org
Mon Apr 17 12:24:11 UTC 2006
Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv25292/lib/Locale/Po4a
Modified Files:
Man.pm
Log Message:
.SM is an inline macro. Thanks to Thomas Huriaux.
Index: Man.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Man.pm,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- Man.pm 14 Apr 2006 18:53:08 -0000 1.137
+++ Man.pm 17 Apr 2006 12:24:09 -0000 1.138
@@ -1554,7 +1554,12 @@
}
};
-$macro{'SM'}=\&translate_joined;
+# Macro: .SM [text]
+# Set the text on the same line or the text on the next line in a
+# font that is one point size smaller than the default font.
+# FIXME: Maybe we should find a better way to represent this (inline is
+# not really nice in the PO).
+$inline{'SM'}=1;
# .SP n Skip n lines (I think)
$macro{'SP'}=\&untranslated;
More information about the Po4a-commits
mailing list