Text FormattingFootnotes: left justify footnotes that appear centered

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
alexmov
Posts: 1
Joined: Sat Oct 26, 2019 1:54 am

Footnotes: left justify footnotes that appear centered

Post by alexmov »

How do I justifying footnotes that appear centered?
I've tried using \justifyleft but the label that identified the footnote was still centered.

Code: Select all

\documentclass[sigconf,screen,pagebackref]{acmart}
    \usepackage{times}
    \usepackage{epsfig}
    \usepackage{graphicx}
    \usepackage{amsmath,bm}
    \usepackage{amssymb}
    \usepackage{algorithm}
    \usepackage{appendix}
    \usepackage{float}
    \usepackage{caption}
    \usepackage{times,amsmath,epsfig,graphicx,amssymb,multirow,subfig}
    \usepackage{mathtools, cuted}
    \usepackage{empheq}
    \usepackage{url}

    \begin{document}


        \begin{algorithm}[!phb]
            \begin{minipage}{\linewidth}

                My algorithm step 1\footnote{Dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.}

                My algorithm step 2.\footnote{Dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.}
                \hrule
            \end{minipage}
        \end{algorithm}
    \end{document}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply