Curricula Vitae / Résumés ⇒ Twenty second CV -change language
-
- Posts: 2
- Joined: Mon Mar 19, 2018 2:06 pm
Twenty second CV -change language
I'm a new user of LateX and I have some troubles. I recently opted my CV with twenty second and it's amazing, but I have one problem. I'm french and I need to translate docs sentences in french.
The about me and the skills with this ligne of code
\aboutme{} i woold like to show A propos
and
\skills{} witj compétences
I think i have to make a change to the document twentysecondcv.cls but i don't know how. If somenone have the solution i will be really appreciative
Thanks in advance an pardon me for my mystake in english
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
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Twenty second CV -change language
welcome to the forum!
In the file
template.tex
, you can find the command \profilesection{About me}
, change that to \profilesection{A propos}
.The same in the file
twentysecondcv.cls
, change \profilesection{About me}
to \profilesection{A propos}
and \profilesection{Skills}
to \profilesection{Compétences}
.I have to admit, that one should never change a
.cls
file. The better way is to redefine commands in the own document, I just made it now quick and easy, since it's a template to edit and to fill in, and not very customizable, so I don't care too much, since it will only reside in your own directory on your PC.By the way, you are welcome to visit and to join our partner forum TeXnique.fr, where we talk about TeX questions in en français.
Stefan
-
- Posts: 2
- Joined: Mon Mar 19, 2018 2:06 pm
Twenty second CV -change language
Thanks it worked perfectly

I took a look at it.
Twenty second CV -change language
This is an old subject, but I'm hoping someone is still around and may have some advices for me.
I've modified the twentysecondcv.cls file in order to put Skills in French : "Compétences"
Unfortunately, the accent is not showing properly.
Previously I had this accent problem in the template.tex file and I had added the following line :
\usepackage[utf8]{inputenc} , it did solve my problem of accent in the template file.
However this is not working for the .cls file.
How can I modify the cls file so that it accepts to show the accent properly ?
Thank you in advance :p
EDIT : Problem solved ! My bad !

I actually added :
\usepackage[utf8]{inputenc}
somewhere in the twenysecondcv.cls file, and it worked out as a charm

- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Twenty second CV -change language
\usepackage[utf8]{inputenc}
any longer. So if you need it, your (La)TeX installation is older than 2½ year.