From 244f1b4a0a69c62b318f3a4f85033e062a4e3d9d Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Wed, 27 Mar 2024 23:15:41 +0100 Subject: [PATCH] sb2nov: add a new text_alignment type, justified-with-no-hyphenation (#34) --- rendercv/themes/sb2nov/Preamble.j2.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rendercv/themes/sb2nov/Preamble.j2.tex b/rendercv/themes/sb2nov/Preamble.j2.tex index 3bdd6d2..b0e0e31 100644 --- a/rendercv/themes/sb2nov/Preamble.j2.tex +++ b/rendercv/themes/sb2nov/Preamble.j2.tex @@ -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}