add references section
This commit is contained in:
		
							
								
								
									
										25
									
								
								2colscv.cls
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								2colscv.cls
									
									
									
									
									
								
							| @@ -215,11 +215,25 @@ | |||||||
|     \end{flushleft} |     \end{flushleft} | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  |  | ||||||
| % empty fallback | % empty fallback | ||||||
| \newcommand{\giventextskill}{} | \newcommand{\giventextskill}{} | ||||||
|  |  | ||||||
|  | % references | ||||||
|  | \newcommand{\references}[1]{% | ||||||
|  |   \renewcommand{\givenreferences}{% | ||||||
|  |     \noindent | ||||||
|  |     \begin{flushleft} | ||||||
|  |       \begin{enumerate}[label={}, leftmargin=1cm, itemsep=3pt, topsep=3pt] | ||||||
|  |         \foreach \r in {#1} { | ||||||
|  |           \item \normalsize{\href{mailto:\r}{\textcolor{cerulean}{\r}}} | ||||||
|  |         } | ||||||
|  |       \end{enumerate} | ||||||
|  |     \end{flushleft} | ||||||
|  |   }% | ||||||
|  | } | ||||||
|  | % empty fallback | ||||||
|  | \newcommand{\givenreferences}{} | ||||||
|  |  | ||||||
| \newcommand{\makeprofile} | \newcommand{\makeprofile} | ||||||
| { | { | ||||||
|   % grey bar on the left side |   % grey bar on the left side | ||||||
| @@ -267,10 +281,12 @@ | |||||||
|       % CV email |       % CV email | ||||||
|       \ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\Large\icon{\faEnvelope[regular]}} & \href{mailto:\givencvmail}{\givencvmail}}% |       \ifthenelse{\equal{\givencvmail}{}}{}{\textsc{\Large\icon{\faEnvelope[regular]}} & \href{mailto:\givencvmail}{\givencvmail}}% | ||||||
|     \end{tabular} |     \end{tabular} | ||||||
|  |     \vspace{1em} | ||||||
|  |  | ||||||
|       % about me text |       % about me text | ||||||
|       \profilesection{About me}{3.2cm} |       \profilesection{About me}{3.2cm} | ||||||
|       \givenaboutme |       \givenaboutme | ||||||
|  |       \vspace{1em} | ||||||
|       % skills section |       % skills section | ||||||
|       % languages |       % languages | ||||||
|       \profilesection{Languages}{2.7cm} |       \profilesection{Languages}{2.7cm} | ||||||
| @@ -280,6 +296,11 @@ | |||||||
|       \noindent |       \noindent | ||||||
|       \scriptsize |       \scriptsize | ||||||
|       \noindent |       \noindent | ||||||
|  |       \vspace{1cm} | ||||||
|  |  | ||||||
|  |       % references | ||||||
|  |       \profilesection{References}{2.7cm} | ||||||
|  |       \givenreferences | ||||||
|  |  | ||||||
|     \end{flushleft} |     \end{flushleft} | ||||||
|   \end{textblock} |   \end{textblock} | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								cv.tex
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								cv.tex
									
									
									
									
									
								
							| @@ -30,6 +30,12 @@ Computer science enthusiast and open-source contributor. | |||||||
|     German/B1 |     German/B1 | ||||||
| } | } | ||||||
|  |  | ||||||
|  | \references{ | ||||||
|  |   teacher1@mail.com, | ||||||
|  |   teacher2@mail.com, | ||||||
|  |   mentor@example.org | ||||||
|  | } | ||||||
|  |  | ||||||
| \makeprofile | \makeprofile | ||||||
| %%%%%%%%%%%%%%%%%%%% | %%%%%%%%%%%%%%%%%%%% | ||||||
| %%END PROFILE SIDE BAR%% | %%END PROFILE SIDE BAR%% | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user