Search found 2 matches

by WingnutWilson
Wed Nov 09, 2011 12:05 pm
Forum: Text Formatting
Topic: BibTeX URLs don't work
Replies: 2
Views: 2478

BibTeX URLs don't work

Sorry, here is an example of the tex file:
\documentclass{article}
\usepackage{url}

%% Define a new 'leo' style for the package that will use a smaller font.
\makeatletter
\def\url@leostyle{%
\@ifundefined{selectfont}{\def\UrlFont{\sf}}{\def\UrlFont{\small\ttfamily}}}
\makeatother
%% Now actually ...
by WingnutWilson
Wed Nov 09, 2011 12:51 am
Forum: Text Formatting
Topic: BibTeX URLs don't work
Replies: 2
Views: 2478

BibTeX URLs don't work

Hi there I hope someone can help, I'm pretty new to LaTeX and am just getting my head around the concepts, but I have to write a paper for it pretty quick :? My problem is with inserting URLs into the .bib file of a sample document I am playing around with. I've spend about 3 hours playing around ...