Curricula Vitae / Résumés ⇒ Two websites in Classicthesis-Styled CV
Two websites in Classicthesis-Styled CV
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
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Two websites in Classicthesis-Styled CV
\url{www.somewhere.org}
.- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Two websites in Classicthesis-Styled CV
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