demo · v146

Print typography presets

Print history packaged into five buttons. Each preset is a real typesetting tradition — French manuscript, novel-style first-line indent, bibliography hanging, dialogue with reversed indentation, and the no-indent web default — implemented as a single text-indent declaration using 146's new keyword grammar.

/* novel:        text-indent: 1.5em;                  */
/* manuscript:   text-indent: 1.5em each-line;        */
/* bibliography: text-indent: 1.5em hanging;          */
/* dialogue:     text-indent: 0.8em hanging each-line;*/
/* web default:  text-indent: 0;                      */

see also