Tagged Questions
6
votes
2answers
235 views
How to make URL bold?
%url package
\usepackage{url}
%code that makes URL font the same
\newcommand{\urlwofont}[1]
{
\urlstyle{same}\url{#1}
}
\begin{figure}[htbp]
\centering
\includegraphics[width=8cm, ...
8
votes
1answer
1k views
Url with fragments in bold
I need to write document containing a lot of URLs but some fragments of these URLs have to be in bold. How can I accomplished this? For urls I use \nolinkurl but I can't use \bf in it.