3
votes
2answers
34 views

How to use \url in sloppypar to make url into multi-lines?

I met a problem about how to make the long link into a multi-lines one. The following is LaTeX code: \documentclass[11pt]{article} \usepackage[colorlinks,citecolor=black,linkcolor=black]{hyperref} ...
1
vote
1answer
65 views

Insert a url in a footnote [duplicate]

I would like to insert a url in a footnote but that isn't working. I use the following code : \documentclass[a4paper,11pt,final]{article} \usepackage{color} ...
5
votes
2answers
76 views

Font size of \url in footnote

I use this \renewcommand{\UrlFont}{\normalsize} for make the fontsize smaller. I will like to make somthing similar for making only the \url smaller and only when it is used in a footnote. Text in ...
0
votes
0answers
36 views

Changing formatting URL biblatex verbose stile parentheses and Times New Roman Font [duplicate]

I am writing my thesis and I have some problems with the URL reference notes. I am using the verbose footcite package. I did some changes to the style but I still have problems with the URL's in ...
2
votes
3answers
152 views

How to fill an underfull box in footnote with url?

Could someone help to correct the warning I get related to an underfull box with the following code? I have tried \hfill, hspace*{\hfill} etc with no luck. \documentclass[twocolumn,draft]{svjour3} ...
4
votes
2answers
207 views

unwanted pagebreak in footnote

I'm trying to reference a long URL in a footnote. I'm usig hyperref-package (which loads automatically the url-package). \usepackage[unicode=true, ...
10
votes
2answers
437 views

How to break URLs when footnotes are on same line?

Question Footnotes on the same line revealed that it is a good idea to use \usepackage[para]{footmisc}. However, this does not seem to work with URLs: \documentclass{article} \usepackage{hyperref} ...
0
votes
2answers
190 views

How can I have a footnote witn an \url in a section title?

When I have a footnote with an url in the section-header, the table of contents shows nothing with it. Why and how can I fix the issue?
4
votes
2answers
2k views

Displaying % (percent) symbol in footnotes using \url [duplicate]

Possible Duplicate: Getting percent sign into an URL in a footnote In reference to this question: Getting percent sign into an URL in a footnote I'm using the url package and am still ...
2
votes
2answers
960 views

Best practice for quoting a website

How should I quote a website? E.g. I'm using the android reference. Here is my BibTeX entry: @ELECTRONIC{Google2012, author = {Google}, month = {01}, year = {2012}, title = {Android ...
2
votes
1answer
127 views

Wrapfigure & Footnote, hyperlinks

I want to include a figure in my text. The text should be wrapped around this figure, thus using environment wrapfigure. In the figure's caption I need a footnote, that includes the reference to the ...
6
votes
1answer
596 views

Special footnotes for URL

I've made one command so as to not polluate text with web links. I would like to improve my command so as to do the following things. I would like that the footnotes used for URL have their own ...
7
votes
1answer
1k views

URL linebreak in footnote

I use a footnote with a too long url, so that I'd like to see a linebreak. The url package does linebreaks automatically as far as i know, but in the footnote it won't do it. Anyone have a solution to ...
6
votes
1answer
962 views

Clickable, bottom page reference ?! Possible ?

I'm new here but I see the place looks hyperactive. I guess I'll ask a lot in the next months. So new to LaTeX and starting my PhD thesis redaction. I got this template for a PhD thesis at ...