forked from mlemmer/DigitalHumanities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTags.scrbl
19 lines (16 loc) · 1013 Bytes
/
Tags.scrbl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#lang scribble/base
@(require scribble/html-properties
scribble/latex-properties
scribble/core
scribble/sigplan
scribble/manual
scriblib/autobib)
@title{Common Formatting Tags}
@itemlist[@item{@literal|{@smaller}| @smaller{renders the font in a smaller size. @smaller{These can be nested @smaller{ to decrease incrimentally}}}}
@item{@literal|{@larger}| @larger{renders the font in a larger size. @larger{These can be nested @larger{ to increase incrimentally}}}}
@item{@literal|{@italic}| @italic{can be used for book titles or words in foreign languages.}}
@item{@literal|{@emph}| @emph{can be used instead of italic.}}
@item{@literal|{@bold}| @bold{can be used for emphasis.}}
@item{@literal|{---}| turns into an em dash (---)}
@item{@centered{@literal|{@centered}| centers the text}}
@item{@centered{@bold{All of @italic{these} formatting @smaller{functions} can be @larger{nested}.}}}]