在图片下添加标题

在图片下添加标题

我试图将“图 1”作为图片下的标题,但由于某种原因它没有显示,有人能发现我的错误吗?

我删除了不会影响这部分代码的文本/公式,并包含了我正在使用的包......

\documentclass[a4paper,12pt]{article}

\usepackage{amsmath,graphicx,hyperref,parskip}
\usepackage[cm]{fullpage}
\usepackage[capposition=top]{floatrow}
\setlength{\headsep}{0.6 cm}
\pagestyle{myheadings}
\begin{document}
\maketitle

\section{The Model}

\graphicspath{ {graph/} }
\begin{figure}
\includegraphics[scale=0.75]{graph}
\caption{A possible graph for the concentration of a drug in function of time}
\end{figure}
\end{document}

相关内容