Hey members of the community,
I'm using the template I found here: http://www.latextemplates.com/template/ ... -styled-cv and I would like to have two urls. How can we do this in this template?
Thanks in advance for your help!
Antonin
Curricula Vitae / Résumés ⇒ Two websites in Classicthesis-Styled CV
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Two websites in Classicthesis-Styled CV
What do you mean? You can get urls with package url and its command
\url{www.somewhere.org}
.The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Two websites in Classicthesis-Styled CV
Hi Antonin,
welcome to the forum!
The template already loads the hyperref package with support for URLs, so you don't need to load the
There's already a website in the CV. I understand, that you would like to add another one. For this, simply place another line in the CV.
Below this website line:
leave an empty line, for a paragraph break, then insert a similar line like this:
It will be added to the template then:
Stefan
welcome to the forum!
The template already loads the hyperref package with support for URLs, so you don't need to load the
url
package.There's already a website in the CV. I understand, that you would like to add another one. For this, simply place another line in the CV.
Below this website line:
Code: Select all
\NewEntry{website}{\href{http://www.johnsmith.com}{http://www.johnsmith.com}} % Personal website
Code: Select all
\NewEntry{forum}{\href{http://latex-community.org}{http://latex-community.org}} % Forum website
Stefan
LaTeX.org admin