review and cleanup

This commit is contained in:
Marc Wäckerlin
2026-05-01 11:46:17 +02:00
parent 1d581d3978
commit 12ada37901
9 changed files with 73 additions and 109 deletions
+6 -3
View File
@@ -147,6 +147,8 @@ Note: direct commands like `\paperwidth{...}` or `\color{...}` would clash with
- `padding=`: inner padding, default `2mm`
- `cutdist=`: crop-mark distance, default `2`
- `cutlen=`: crop-mark length, default `1`
- `cutmarks` / `nocutmarks`: enable/disable cut marks, default `cutmarks`
- `nocutmark`: alias for `nocutmarks`
### Typography and Layout
@@ -185,6 +187,7 @@ Note: direct commands like `\paperwidth{...}` or `\color{...}` would clash with
### Logo and Background
- `logoheight=`: default logo height near name (with unit). Auto-default: `4em` if company exists, else `2em`
- `background=`: default background file-or-color at class/runtime option level (equivalent target as `\background{...}`)
- `bgscale=`: background image scale, default `1.0`
- `bgopacity=`: background image opacity, default `1.0`
@@ -308,9 +311,9 @@ Recognized Commands
- geometry: `\setpaperwidth`, `\setpaperheight`, `\setcontentwidth`, `\setcontentheight`, `\setpadding`, `\setcutdist`, `\setcutlen`
- layout/typography: `\setfontsize`, `\settextwidth`, `\setqrwidth`, `\setqreclevel`, `\setqrlogoscale`, `\setqrlogoborder`, `\setlogoheight`, `\setlayout`, `\setheaderemphasis`
- booleans (`true`/`false`): `\setcrlf`, `\setaddress`, `\sethint`, `\seticon`, `\setrightalign`, `\seticonleft`, `\setfill`, `\setqrfirst`, `\setheader`, `\setqr`, `\sethttps`
- colors/language/format: `\setlang`, `\setcardcolor`, `\setqrcolor`, `\setcountryformat`, `\setbgscale`, `\setbgopacity`, `\setqrbgopacity`, `\setvcardversion`
- convenience toggles: `\noheader`, `\withheader`, `\noqr`, `\withqr`, `\standardlayout`, `\centeredlayout`
- booleans (`true`/`false`): `\setcrlf`, `\setaddress`, `\sethint`, `\seticon`, `\setrightalign`, `\seticonleft`, `\setfill`, `\setqrfirst`, `\setheader`, `\setqr`, `\sethttps`, `\setcutmarks`
- colors/language/format: `\setlang`, `\setcardcolor`, `\setqrcolor`, `\setcountryformat`, `\setbackground`, `\setbgscale`, `\setbgopacity`, `\setqrbgopacity`, `\setvcardversion`
- convenience toggles: `\noheader`, `\withheader`, `\noqr`, `\withqr`, `\nocutmarks`, `\withcutmarks`, `\standardlayout`, `\centeredlayout`
### Document Title Interop