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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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