mirror of https://github.com/eyhc1/rendercv.git
classic: fix justified-with-no-hyphenation
This commit is contained in:
parent
244f1b4a0a
commit
309e66d5ff
|
@ -86,6 +86,9 @@
|
||||||
>{\let\newline\\\arraybackslash\hspace{0pt}}X
|
>{\let\newline\\\arraybackslash\hspace{0pt}}X
|
||||||
} % justified flexible width column type
|
} % justified flexible width column type
|
||||||
((* elif design.text_alignment == "justified-with-no-hyphenation" *))
|
((* elif design.text_alignment == "justified-with-no-hyphenation" *))
|
||||||
|
\newcolumntype{K}[1]{
|
||||||
|
>{\let\newline\\\arraybackslash\hspace{0pt}}X
|
||||||
|
} % justified flexible width column type
|
||||||
\usepackage[none]{hyphenat} % for disabling hyphenation
|
\usepackage[none]{hyphenat} % for disabling hyphenation
|
||||||
((* elif design.text_alignment == "left-aligned" *))
|
((* elif design.text_alignment == "left-aligned" *))
|
||||||
\newcolumntype{K}[1]{
|
\newcolumntype{K}[1]{
|
||||||
|
|
Loading…
Reference in New Issue