LaTeX Error: Unknown float option 'H'
当我尝试修复某个位置的图形时,出现错误。我已包括\usepackage{float}
。我已按照建议添加了背面,但我仍然无法解决这个问题。欧盟欧洲研究中心可用的封装信息是这里。
我的代码如下:
\documentclass[]{ceurart}
\usepackage{minted}
\setminted{breaklines=true}
\usepackage{float}
\begin{document}
\copyrightyear{2021}
\copyrightclause{some cc}
\conference{some conference}
\title{some title}
\author[1]{Auth1}[]
\address[1]{add1}
\maketitle
\section{Figures}
\begin{figure}[H]
\centering
\includegraphics[width=\linewidth]{bEGiY}
\caption{some figure}
\end{figure}
\end{document}
图片可以在这里找到关联