Curricula Vitae / Résumés ⇒ Enabling hyphenation and removing periods at the end of entr
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Enabling hyphenation and removing periods at the end of entr
There are two things, however, I’d like to tweak:
1) How can I (re)enable hyphenation in the letter?
2) How can I get rid of the “.” at the end of a CV entry?
I tried to find out both by myself but it’s beyond my understanding of latex so I’d appreciate some help…
peel
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Enabling hyphenation and removing periods at the end of entr
1) By hyphenation I assume you mean justification? If so, go into
moderncvstyleclassic.sty
and comment out line 290: \raggedright%
2) To get rid of the period at the end of a cv entry go into
moderncvstyleclassic.sty
and change line 208 from .\strut%
to \strut%
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Enabling hyphenation and removing periods at the end of entr
moderncvstyleclassic.sty
would influence the ‘casual’ layout so I didn’t look there first.)I meant both justification and hyphenation and so far only justification works thanks to your help… Any ideas about hyphenation? btw, latex is so good at doing it, why was it turned off in the first place?
peel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Enabling hyphenation and removing periods at the end of
peel