summaryrefslogtreecommitdiff
path: root/USE.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-09 15:41:33 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-09 15:41:33 +0200
commitcbfa5e215ad4bd2d002683db5be240357a35a79c (patch)
treeda93bdda5e4de4a53e0be117f0b15a94cc5db1cb /USE.md
parente3350a7c5d31967d15ee8ad5cecb9a9029337836 (diff)
modernize: tighten indentationHEADmaster
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