How to ensure that footnotes are left justified

1,814 views
Skip to first unread message

Gerry Wolff

unread,
Sep 13, 2009, 4:01:18 PM9/13/09
to LaTeX Users Group
I'm producing an article using the 'article' class and I find that,
although the text is left justified, the footnotes are justified left
and right.

How can I ensure that the footnotes are left justified as well as the
main text?

I have tried putting \raggedright in various places but nothing seems
to work.

With thanks.

Vahid Damanafshan

unread,
Sep 13, 2009, 4:25:25 PM9/13/09
to latexus...@googlegroups.com
Send your preamble lines. Otherwise, nobody can help you.
--
---------------------------------------
وحید دامن‌افشان
Vahid Damanafshan
vdaman...@yahoo.com
vdaman...@gmail.com

James & Nash

unread,
Sep 13, 2009, 4:29:39 PM9/13/09
to latexus...@googlegroups.com
Hello Gerry,

> I'm producing an article using the 'article' class and I find that,
> although the text is left justified, the footnotes are justified left
> and right.
>
> How can I ensure that the footnotes are left justified as well as the
main text?

Try putting the following into your preamble:

`usepackage[flushmargin,ragged]{footmisc}

You can then use the `footnote command as normal. I hope this fixes
your problem. Please let me know.

Take care

James

Gerry Wolff

unread,
Sep 13, 2009, 6:21:35 PM9/13/09
to LaTeX Users Group
Thanks for this advice. I have put the line in as you suggest but the
footnotes are still left and right justified. The same is true, even
when I take out 'flushmargin'.

At present, I have the following lines at the beginning of the file:

\documentclass[a4paper,12pt]{article}

\usepackage{fancyvrb}
\usepackage[round]{natbib}
\usepackage[dvipdfm]{graphicx}
\usepackage{amssymb}
\usepackage[dvipdfm, bookmarks=true]{hyperref}
\usepackage{times}
\usepackage{epsfig}
\usepackage{color}
\usepackage[ragged]{footmisc}

\bibliographystyle{apalike}

\newcommand{\superscript}[1]{\ensuremath{^{\textrm{\scriptsize #1}}}}
\newcommand{\subscript}[1]{\ensuremath{_{\textrm{\scriptsize #1}}}}

\setlength{\parindent}{6mm}
% \setlength{\parskip}{2ex}

\raggedright


On 13 Sep, 21:29, "James & Nash" <james.austin1...@googlemail.com>
wrote:

jon

unread,
Sep 13, 2009, 6:45:48 PM9/13/09
to LaTeX Users Group
On Sep 13, 6:21 pm, Gerry Wolff <gerrywolf...@googlemail.com> wrote:
> Thanks for this advice. I have put the line in as you suggest but the
> footnotes are still left and right justified. The same is true, even
> when I take out 'flushmargin'.
>
> At present, I have the following lines at the beginning of the file:
>
> \documentclass[a4paper,12pt]{article}
>
> \usepackage{fancyvrb}
> \usepackage[round]{natbib}
> \usepackage[dvipdfm]{graphicx}
> \usepackage{amssymb}
> \usepackage[dvipdfm, bookmarks=true]{hyperref}
> \usepackage{times}
> \usepackage{epsfig}
> \usepackage{color}
> \usepackage[ragged]{footmisc}
>
> \bibliographystyle{apalike}
>
> \newcommand{\superscript}[1]{\ensuremath{^{\textrm{\scriptsize #1}}}}
> \newcommand{\subscript}[1]{\ensuremath{_{\textrm{\scriptsize #1}}}}
>
> \setlength{\parindent}{6mm}
> % \setlength{\parskip}{2ex}
>
> \raggedright

then this is not really a minimal example. the above code gives me
ragged right main text and footnote text. (and many of these packages
are irrelevant to the current problem you're facing.)

send a complete minimal example, from \documentclass to \end
{document}, with as few packages loaded as you need to demonstrate
your problem and someone will probably be able to give you a solution.

cheers,
jon.
Reply all
Reply to author
Forward
0 new messages