【发布时间】:2019-10-25 23:52:45
【问题描述】:
如何证明出现在 Latex 中心的脚注。我试过使用 \justifyleft 但标识脚注的标签仍然居中。
\documentclass[sigconf,screen,pagebackref]{article}
\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}
【问题讨论】:
-
更正第一行:\documentclass[sigconf,screen,pagebackref]{acmart}
-
欢迎来到 Stack Overflow _ 请编辑您的帖子并添加您评论的更正 _ 谢谢
标签: latex latex-environment footnotes