mirror of https://github.com/eyhc1/rendercv.git
sb2nov: add a new text_alignment type, justified-with-no-hyphenation (#34)
This commit is contained in:
parent
2fbb7c88cd
commit
244f1b4a0a
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue