This commit is contained in:
2023-11-07 03:38:46 +08:00
parent 1e7c4c0e68
commit bc3890c25b
212 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
\documentclass{article}
\usepackage{graphicx}
% 加上以下语句S字母可任意修改
\renewcommand{\thefigure}{S\arabic{figure}}
\renewcommand{\theequation}{S\arabic{equation}}
\begin{document}
Here are Eq. (\ref{eq:mass_energy_equivalence}) and Fig. \ref{fig:a}.
\begin{equation}
E=mc^2 \label{eq:mass_energy_equivalence}
\end{equation}
\begin{figure}[htbp]
% \includegraphics*[width=0.5\textwidth]{a.eps}
\caption{This is a caption. Image is not shown.}
\label{fig:a}
\end{figure}
\end{document}