Curricula Vitae / RésumésTwo websites in Classicthesis-Styled CV

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
antonind
Posts: 1
Joined: Tue Aug 18, 2015 1:43 pm

Two websites in Classicthesis-Styled CV

Post by antonind »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Two websites in Classicthesis-Styled CV

Post by Stefan Kottwitz »

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 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
leave an empty line, for a paragraph break, then insert a similar line like this:

Code: Select all

\NewEntry{forum}{\href{http://latex-community.org}{http://latex-community.org}} % Forum website
It will be added to the template then:
cv.png
cv.png (42.27 KiB) Viewed 4440 times
Stefan
LaTeX.org admin
Post Reply