I am using scrreprt class for my CV.
As usual i need to include a url, which contains symbols like '~'. I used verbatim environment for the url but it leaves some space above the url (if i click on the url seen on pdf, the link open correctly).
If i use \url {http:www.sdfjn.de} then the '~' is not displaying on pdf so if i click on the url, link does not opens correctly. The purpose is for references..
my code
Code: Select all
\documentclass[paper=a4,fontsize=12pt,BCOR=0mm,DIV=12,oneside]{scrreprt}
\linespread{1.3}
\pagestyle{plain}
\KOMAoptions{DIV=last}
\parindent 0pt
\begin{document}
\begin{enumerate}
\item
Name name,\\
Some institute,\\
Address.\\
url...here is my problem\\
Ph.: 0000000000
\item
Name name,\\
Address\\
url...here is my problem\\
\end{enumerate}
\end{document}