答案:
\counterwithin{equation}{section}
\renewcommand{\theequation}{\arabic{section}.\arabic{equation}}
放到documentclass下面
答案:
\counterwithin{equation}{section}
\renewcommand{\theequation}{\arabic{section}.\arabic{equation}}
放到documentclass下面
答案:
参考https://blog.csdn.net/yq_forever/article/details/84796802
目前通用subfig宏包,建议不再使用subfigure宏包。
或者在使用subfigure命令时,删掉PRL模板中给出的subfig宏包
采用article文档类
\documentclass[twocolumn]{article}
\usepackage{lipsum}
\usepackage{cuted}
\begin{document}
\lipsum[1]
\begin{strip}
\begin{equation}
f=f_{n 0}+\alpha| \psi|^{2}+\frac{\beta}{2}|\psi|^{4}+\frac{1}{2 m^{*}}\left\vert\left(\frac{\hbar}{i} \nabla-\frac{e^{*}}{c} \mathbf{A}\right) \psi\right\vert^{2}+\frac{H^{2}}{8\pi}
\end{equation}
\end{strip}
\lipsum[2-5]
\end{document}
加入这个宏包后,甚至无法编译了
直接用figure*环境
begin{figure*}
\centering
\includegraphics{图片/001. 带闭合路径的庞加莱球.pdf}
\caption{Caption}
\label{fig:my_label}
end{figure*}
{{image.png(uploading...)}}
答案:有人说x和M代表某个字,也就是当前字的宽高度和宽度
答案:见刘海洋 6.2风格要素
beamer主题由
该问题的答案:
\begin{frame}[t,allowframebreak]{References}
中的allowframebreak
改为allowframebreaks
答案:
begin{frame}[t,allowframebreak]{References}
中的allowframebreak改为allowframebreaks
感谢上面老哥的回复,给出一个弄好的版本
\documentclass{beamer}
\usepackage[space,hyperref,UTF8]{ctex}
\usetheme{Warsaw}
\author[Lee]{Lawrence Lee}
\date[\today]{\today}
\title[练习]{练习}
\begin{document}
\frame{\titlepage}
\begin{frame}[c]{文本字体}
\begin{description}
\item[alert] \alert{Sample Test}
\item[structure] \structure{Sample Test}
\end{description}
\end{frame}
\end{document}
我自由自己问的原因 不要跑题 各位 都是差不多的智商 就说问题本身就行
答案:vertical line and dash
答案:precede relation
问 怎么将公式编号写成(n-1),(n-2)的形式