blob: 63924000ab654c29425fab3321d73b4022020e68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
.TH italicise 1 2021-07-16 utils
.SH NAME
italicise \- format input as italic
.SH SYNOPSIS
.B italicise
.SH DESCRIPTION
.B italicise
reads the standard input and transforms each letter
that has a corresponding
.BR unicode (7)
italic glyph.
This should be the case for the extended Latin and Greek alphabets.
.SH EXAMPLES
.BR echo\ this\ text\ |\ italicise
.SH SEE ALSO
.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ monospace (1),\ sans-serif (1)
|