附录插入算法伪代码第一页为空白页
#135
-
在附录中插入算法伪代码第一页为空白页,两个算法全跑到了在第二页中,有什么办法解决吗? info = {
appendix={appendix.tex}
} appendix.tex: \chapter{}
\begin{algorithm}
......
\end{algorithmic}
\end{algorithm} |
Beta Was this translation helpful? Give feedback.
Answered by
note286
May 24, 2023
Replies: 1 comment 3 replies
-
你试试给 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
note286
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你试试给
algorithm
加上[h]
。