-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use hyperref package + change to URL * Only run the Makefile stage if not on main * Configure font style for URLs to be the same * Update README * Remove leading spaces in lines of code * Update Makefile to work properly when cleaning
- Loading branch information
Showing
5 changed files
with
41 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,10 @@ | |
|
||
\documentclass[hidelinks,letterpaper]{twentysecondcv} % a4paper for A4 | ||
|
||
\usepackage{hyperref} | ||
|
||
\urlstyle{same} % Force URLs to have the same font style as the rest of the document | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% PERSONAL INFORMATION | ||
%---------------------------------------------------------------------------------------- | ||
|
@@ -35,7 +39,7 @@ | |
\cvdate{25 April 1995} % Date of birth | ||
\cvaddress{Madrid, Spain} % Short address/location, use \newline if more than 1 line is required | ||
\cvnumberphone{+34 671 22 66 52} % Phone number | ||
\cvsite{https://www.linkedin.com/ in/RobertoPastorMuela} % Personal website | ||
\cvsite{\url{https://www.linkedin.com/in/RobertoPastorMuela}} % Personal website | ||
\cvmail{[email protected]} % Email address | ||
|
||
%---------------------------------------------------------------------------------------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |