【发布时间】:2022-01-17 01:23:38
【问题描述】:
我是乳胶新手,并尝试将图形添加到乳胶文件中,如下所示:
\documentclass{bmcart}
%%% Load packages
\usepackage{amsthm,amsmath}
\usepackage[utf8]{inputenc} %unicode support
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{graphicx}
\def\includegraphic{}
\def\includegraphics{}
\startlocaldefs
\endlocaldefs
\begin{document}
\begin{figure}[h!]
\includegraphics{figures/GBMfigure3.jpg}
\caption{show the results of the different settings for the parameters of the penalty model for solving the problem \ref{q11}.}
\end{figure}
\end{document}
但是,没有显示图形,而是显示了文本本身而不是图形,例如生成的文件如下:
那么,请问这个问题的解决方案是什么。
【问题讨论】: