diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/capitalise.1 | 2 | ||||
| -rw-r--r-- | man/man1/double-strike.1 | 21 | ||||
| -rw-r--r-- | man/man1/embolden.1 | 2 | ||||
| -rw-r--r-- | man/man1/enscript.1 | 28 | ||||
| -rw-r--r-- | man/man1/frakture.1 | 28 | ||||
| -rw-r--r-- | man/man1/italicise.1 | 2 | ||||
| -rw-r--r-- | man/man1/monospace.1 | 21 | ||||
| -rw-r--r-- | man/man1/sans-serif.1 | 28 |
8 files changed, 129 insertions, 3 deletions
diff --git a/man/man1/capitalise.1 b/man/man1/capitalise.1 index f16398d..32deaca 100644 --- a/man/man1/capitalise.1 +++ b/man/man1/capitalise.1 @@ -18,4 +18,4 @@ This should be the case for the extended Latin and Greek alphabets. .BR echo\ this\ text\ |\ capitalise .SH SEE ALSO -.BR italicise (1),\ embolden (1) +.BR double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ italicise (1),\ monospace (1),\ sans-serif (1) diff --git a/man/man1/double-strike.1 b/man/man1/double-strike.1 new file mode 100644 index 0000000..cfe0de6 --- /dev/null +++ b/man/man1/double-strike.1 @@ -0,0 +1,21 @@ +.TH double\-strike 1 2026-08-10 utils + +.SH NAME +double-strike \- format input as doube-struck + +.SH SYNOPSIS +.B double\-strike + +.SH DESCRIPTION +.B double\-strike +reads the standard input and transforms each letter +that has a corresponding +.BR unicode (7) +double-struck glyph. +This is the case for the basic Latin alphabet and digits. + +.SH EXAMPLES +.BR echo\ this\ text\ |\ double-strike + +.SH SEE ALSO +.BR capitalise (1),\ embolden (1),\ italicise (1) diff --git a/man/man1/embolden.1 b/man/man1/embolden.1 index cacb436..a4b1154 100644 --- a/man/man1/embolden.1 +++ b/man/man1/embolden.1 @@ -18,4 +18,4 @@ This should be the case for the Latin and Greek alphabets. .BR echo\ this\ text\ |\ embolden .SH SEE ALSO -.BR italicise (1),\ capitalise (1) +.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ enscript (1),\ italicise (1),\ monospace (1),\ sans-serif (1) diff --git a/man/man1/enscript.1 b/man/man1/enscript.1 new file mode 100644 index 0000000..ce470a5 --- /dev/null +++ b/man/man1/enscript.1 @@ -0,0 +1,28 @@ +.TH enscript 1 2026-08-10 utils + +.SH NAME +enscript \- format input as mathematical script + +.SH SYNOPSIS +.B enscript + +.SH DESCRIPTION +.B enscript +reads the standard input and transforms each letter +that has a corresponding +.BR unicode (7) +script glyph. +This is the case for the basic Latin alphabet, and bold Latin characters. +For letters that do not have a mathematical script code point, the corresponding script code point is used. + +.SH BUGS +Currently, +.B enscript +does not work with +.BR embolden (1) +for some reason. +.SH EXAMPLES +.BR echo\ this\ text\ |\ enscript + +.SH SEE ALSO +.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ italicise (1),\ monospace (1),\ sans-serif (1) diff --git a/man/man1/frakture.1 b/man/man1/frakture.1 new file mode 100644 index 0000000..edc6ee2 --- /dev/null +++ b/man/man1/frakture.1 @@ -0,0 +1,28 @@ +.TH frakture 1 2026-08-10 utils + +.SH NAME +frakture \- format input as fraktur + +.SH SYNOPSIS +.B frakture + +.SH DESCRIPTION +.B frakture +reads the standard input and transforms each letter +that has a corresponding +.BR unicode (7) +Fraktur glyph. +This is the case for the basic Latin alphabet, and bold Latin characters. + +.SH BUGS +Currently, +.B frakture +does not work with +.BR embolden (1) +for some reason. + +.SH EXAMPLES +.BR echo\ this\ text\ |\ frakture + +.SH SEE ALSO +.BR capitalise (1),\ double\-strike (1),\ embolden (1),\ enscript (1),\ italicise (1),\ monospace (1),\ sans-serif (1) diff --git a/man/man1/italicise.1 b/man/man1/italicise.1 index 36af112..6392400 100644 --- a/man/man1/italicise.1 +++ b/man/man1/italicise.1 @@ -18,4 +18,4 @@ This should be the case for the extended Latin and Greek alphabets. .BR echo\ this\ text\ |\ italicise .SH SEE ALSO -.BR capitalise (1),\ embolden (1) +.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ monospace (1),\ sans-serif (1) diff --git a/man/man1/monospace.1 b/man/man1/monospace.1 new file mode 100644 index 0000000..5fdf9de --- /dev/null +++ b/man/man1/monospace.1 @@ -0,0 +1,21 @@ +.TH monospace 1 2026-08-10 utils + +.SH NAME +monospace \- format input as monospace + +.SH SYNOPSIS +.B monospace + +.SH DESCRIPTION +.B monospace +reads the standard input and transforms each letter +that has a corresponding +.BR unicode (7) +monospace glyph. +This is the case for the basic Latin alphabet and digits. + +.SH EXAMPLES +.BR echo\ this\ text\ |\ monospace + +.SH SEE ALSO +.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ italicise (1),\ sans-serif (1) diff --git a/man/man1/sans-serif.1 b/man/man1/sans-serif.1 new file mode 100644 index 0000000..8804624 --- /dev/null +++ b/man/man1/sans-serif.1 @@ -0,0 +1,28 @@ +.TH sans-serif 1 2026-08-10 utils + +.SH NAME +sans-serif \- format input without serifs + +.SH SYNOPSIS +.B sans-serif + +.SH DESCRIPTION +.B sans-serif +reads the standard input and transforms each letter +that has a corresponding +.BR unicode (7) +sans-serif glyph. + +This should be the case for the basic Latin alphabet and digits, +bold digits, +as well as bold, italic, and bold italic variants of Latin and Greek. +(Basic Greek letters do not seem to have sans-serif variants.) + +.SH BUGS +Currently, only the basic Latin alphabet is done. + +.SH EXAMPLES +.BR echo\ this\ text\ |\ sans-serif + +.SH SEE ALSO +.BR capitalise (1),\ double\-strike (1),\ frakture (1),\ embolden (1),\ enscript (1),\ italicise (1),\ monospace (1) |
