Tagged Questions
2
votes
1answer
53 views
footnote rule on cover page
I have a document with a cover page and foonote. I would like to add a rule above the foonote. What is the way to do this?
\documentclass[english,titlepage]{article}
\begin{document}
\title{ddd}
...
4
votes
1answer
152 views
Footnote rule in beamer showing too early with overlays
Consider the following MWE :
\documentclass{beamer}
\begin{document}
\begin{frame}
\begin{itemize}[<+->]
\item item
\item item\footnote<.->{footnote}
\item item
\end{itemize}
...
5
votes
1answer
164 views
Add indent to \footnoterule
I would like to show the footnote rule with the same indentation as the footnote. I have tried with something like
\renewcommand\footnoterule{%
\kern-3\p@
\rule{.4\columnwidth}{0.4pt}
...
1
vote
1answer
148 views
Footnote separator for wrapped footnote, problems with Hebrew
In a previous question I asked how to format the footnote separator for wrapped footnotes. However, the provided solution unfortunately did not seem to work with my document. Now I have found that ...
1
vote
1answer
261 views
Footnote separator for wrapped footnote
In a text I am writing I have a couple of quite long footnotes which start on one page and continue on the next one. In order to comply with style requirements the line separating the body text and ...
3
votes
2answers
629 views
Longtable and modified \footnoterule [duplicate]
Possible Duplicate:
How can I change the footnote line (thickness, length)
I want to modify the \footnoterule and still be able to use longtable but the following code doesn't compile:
...
9
votes
2answers
528 views
Extending the line drawn above footnotes
By default the line drawn where the footer begins is small in size. How can I make it bigger and make it match with the document text area size?
5
votes
3answers
5k views
How can I change the footnote line (thickness, length)
I am using pdflatex and just want to know how to change the footnote line (thickness, length).
Besides that: How can I set the distance between text-lines in the text.
10
votes
2answers
2k views