last edited: Fri, 04 Mar 2022 08:56:03 +0100
line-height für Titel setzen:
Dokument mittig ausrichten mit
sectionnumber,
div.sectiontitle {
display : inline ;
line-height: 1em;
}
Dokument mittig ausrichten mit
margin: auto;
: document,
div.document {
font-family : "DejaVu Serif", "Lucida Bright", serif ;
font-size : 12pt ;
/* line-height : 14.4pt; */
line-height : 2.8ex;
max-width : 50em ;
padding : 1em ;
/* text-align : justify ; */
text-align : justify ;
/* hyphens : manual ; */
/* text-justify : inter-word ; */
margin: auto;
}