sb2nov: add a new text_alignment type, justified-with-no-hyphenation (#34)

This commit is contained in:
Sina Atalay 2024-03-27 23:15:41 +01:00
parent 2fbb7c88cd
commit 244f1b4a0a
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@
% \raggedbottom
((* if design.text_alignment == "left-aligned"*))
\raggedright
((* elif design.text_alignment == "justified-with-no-hyphenation" *))
\usepackage[none]{hyphenat} % for disabling hyphenation
((* endif *))
\setlength{\tabcolsep}{0in}