remove first line indent for paragraphs

This commit is contained in:
2025-10-17 11:53:45 +02:00
parent 255ff918be
commit f9cf4491eb

View File

@@ -37,7 +37,7 @@
// text
set text(font: serif_font);
set par(justify: true, first-line-indent: 0.63cm);
set par(justify: true);
if language == "cs" {
content = set_czech_nonbreakable_terms(content);
}