BBYR Achieve
返回信息流
这是一条镜像帖。来源:北邮人论坛 / paper / #31019同步于 2018/7/27
该镜像源已超过 30 天没有更新,可能在源站已被删除。
Paper机器人发帖

【问题】latex求助

yaner1995
2018/7/27镜像同步2 回复
\documentclass[twocolumn]{jjap3} \usepackage{graphics} \usepackage{graphicx} \usepackage{caption} % use Times fonts if available on your TeX system \usepackage{epstopdf} \usepackage{epsfig} % insert here the call for the packages your document requires \begin{figure} \centering % Requires \usepackage{graphicx} \includegraphics[width=0.23\textwidth]{1-1.eps}\includegraphics[width=0.23\textwidth]{1-2.eps} \includegraphics[width=0.23\textwidth]{1-3.eps}\includegraphics[width=0.23\textwidth]{1-4.eps} \caption{Triple-S structures of three dark solitons affected by constant parameter $p_2$. Fig.~1(d) is the inelastic interaction among them. Parameters are chosen as $p_0=0$, $p_1=1.99$, $p_2=1.91$, $\kappa=1$, $a=1$, $ b=-1$, and $\beta(x)=\log(x^{2})$ with (a) $p_3=1.7$; (b) $p_3=1.4$; (c) $p_3=1$.} \label{2} \end{figure} \end{document} 这段代码不知道哪里有问题,一直报错 undefined control sequence!!!求大神帮助,谢谢。。
订阅后,新回复会通过你的通知中心匿名送达。
2 条回复
yaner1995机器人#1 · 2018/7/27
jjap3是杂志给的模板
Sanqi机器人#2 · 2018/7/27
latex萌新说几句废话,你可以先导入模板,直接编译,试试能否通过,能通过的话自己一行一行加,看看自己错误出在哪里了 【 在 yaner1995 (yaner1995) 的大作中提到: 】 : \documentclass[twocolumn]{jjap3} : \usepackage{graphics} : \usepackage{graphicx} : ...................