summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
Diffstat (limited to 'USE.md')
-rw-r--r--USE.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/USE.md b/USE.md
index 7b179ac..80b7db5 100644
--- a/USE.md
+++ b/USE.md
@@ -61,16 +61,16 @@ but more reliable are internal "box" dimensions measured in "pt":
In addition to page sizes,
PDF files technically annotate content using several "[boxes]":
- * MediaBox: full printable area
+* MediaBox: full printable area
* Required
- * CropBox: area displayed in a PDF viewer
+* CropBox: area displayed in a PDF viewer
* Optional, defaults to MediaBox
- * BleedBox: area including TrimBox/ArtBox and bleed
+* BleedBox: area including TrimBox/ArtBox and bleed
* Optional, defaults to MediaBox
* Must be larger than TrimBox/ArtBox, and smaller than MediaBox
- * TrimBox: subset of printable area without bleed, cropmarks etc.
+* TrimBox: subset of printable area without bleed, cropmarks etc.
* Optional
- * ArtBox: essential subset of printable area
+* ArtBox: essential subset of printable area
* Optional
(Technically a "BoundingBox" is not a PDF hint