Hi LyX users,
I would like to make all hyperlinks in my report more distinguishable
by formatting them in a typewriter font (\ttfamily). How do I do that?
I could't find anything about it in the hyperref-documentation, the
wiki or this list's archives.
I'm on LyX 1.6.3 for Mac OS X. My document uses the report (KOMA-
script) class and my preamble reads as follows:
\usepackage{microtype}
\usepackage{ellipsis}
\usepackage{fixltx2e}
\usepackage[pdftex]{hyperref}
\hypersetup{%
a4paper,
colorlinks=true,
citecolor=black,
urlcolor=cyan,
pdftitle={foo},
pdfauthor={foo},
pdfkeywords={foo},
pdfcreator={LyX 1.6.3 with pdfTeX},
pdfdisplaydoctitle=true
}
I would appreciate any help on how to accomplish this.
-- Christian