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
|
% \raggedbottom
|
||||||
((* if design.text_alignment == "left-aligned"*))
|
((* if design.text_alignment == "left-aligned"*))
|
||||||
\raggedright
|
\raggedright
|
||||||
|
((* elif design.text_alignment == "justified-with-no-hyphenation" *))
|
||||||
|
\usepackage[none]{hyphenat} % for disabling hyphenation
|
||||||
((* endif *))
|
((* endif *))
|
||||||
\setlength{\tabcolsep}{0in}
|
\setlength{\tabcolsep}{0in}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue