大图,标题部分显示/无法扩展到下一页

大图,标题部分显示/无法扩展到下一页

我尝试了所有能找到的选项,但还是没能找到解决方案。我有一个很大的图,里面有很多子图,老板要求所有图都附上很长的标题。我遇到的问题是,当我编译代码时,标题被截断了,而不是继续到下一页。我完全不知所措,有点抓狂,因为我的论文很快就要交了。任何帮助都将不胜感激!

\begin{figure*}
    \centering
    %FosTrap Scheme
    \begin{subfigure}[b]{1\textwidth}   
        \centering      
        \includegraphics[width=\textwidth]{2-PAG/DREADDS Inactivaton/trap scheme dreadds.png}
        \caption{}   
        \label{}
    \end{subfigure}

     %Injection Area and Representative Slice
    \begin{subfigure}[b]{0.475\textwidth}   
        \centering 
        \includegraphics[width=.7\textwidth]{2-PAG/DREADDS Inactivaton/viral_injection_scheme.png}
        \includegraphics[width=.7\textwidth]{2-PAG/DREADDS Inactivaton/dreadd_ExpressionZoom.png}
        \caption{}
    \end{subfigure}
    \hfill
    \begin{subfigure}[b]{0.475\textwidth}   
        \centering 
        \includegraphics[width=\textwidth]{2-PAG/DREADDS Inactivaton/dreadds_LatencyMount.png}
        \caption{}
    \end{subfigure}
    \hfill
    
    %Appetitive/Proceptive Behaviors
    \begin{subfigure}[b]{0.475\textwidth}\ContinuedFloat   
        \centering 
        \includegraphics[width=1.1\textwidth]{2-PAG/DREADDS Inactivaton/dreadds_latencySucMount.png}
        \caption{} 
    \end{subfigure}\hfill
    \begin{subfigure}[b]{0.475\textwidth}   
        \centering 
        \includegraphics[width=1.1\textwidth]{2-PAG/DREADDS Inactivaton/dreadds_rejection.png}
        \caption{}
    \end{subfigure}\hfill
    \captionsetup{parbox=none}
    \caption{\textbf{Chemogenetic inhibition of fosTRAP2 neurons does not alter female receptive behaviors}}
    \footnotesize
    \textbf{a} FosTrap2 induction protocol. Mice are first ovariectomized the injected with AAV-DiO-hm4d. Following two bouts of sexual habituation, the female is undergoes fosTRAPPing protocol immediatedly after the third session. Two weeks later, fosTRAPPed feamles are then assayed two more times (one session with Saline, one session with DCZ)
    \textbf{b} Viral injection site for DREADDS virus and representative image showing DREADD expression in the lPAG. Cells colored in red are positive for hm4d-mCherry (fosTRAPPED cells).
    \textbf{c} Latency to first mount attempt by males in females treated with either saline or DCZ
    \textbf{d} Latency to first mount with intromissions performed by the male. This event marks the transition between the appetitive stage and consummatory stage of sexual behavior
    \textbf{e} Percentage of rejected mount from the female. Percentage was determined by the number of rejections with respect to all mounting events (rejections, mounts w/probing and mounts w/intromissions). Black dots in all graphs represent individual animals between testing sessions. Bars represent mean of all animals +s.e.m; NS P>0.05, * P<0.05, ** P<0.01, *** P<0.001, paired \textit{t}-test
\end{figure*}

答案1

这里的关键是将整个图形*放入保存箱并将\vsplit其分成两个图形*。

列举是我个人的随意选择。其实并不需要。

\documentclass[twocolumn]{article}
\usepackage[draft]{graphicx}
\usepackage{subcaption}
\usepackage{lipsum}

\newsavebox{\tempbox}
  
\begin{document}
\begin{figure*}
\global\setbox\tempbox=\vbox{%
    \centering
    %FosTrap Scheme
    \begin{subfigure}[b]{\textwidth}   
        \centering      
        \includegraphics[width=\textwidth, height=4cm]{2-PAG/DREADDS Inactivaton/trap scheme dreadds.png}
        \caption{}   
        \label{}
    \end{subfigure}

     %Injection Area and Representative Slice
    \begin{subfigure}[b]{0.475\textwidth}   
        \centering 
        \includegraphics[width=.7\textwidth, height=1cm]{2-PAG/DREADDS Inactivaton/viral_injection_scheme.png}
        \includegraphics[width=.7\textwidth, height=1cm]{2-PAG/DREADDS Inactivaton/dreadd_ExpressionZoom.png}
        \caption{}
    \end{subfigure}
    \hfill
    \begin{subfigure}[b]{0.475\textwidth}   
        \centering 
        \includegraphics[width=\textwidth, height=2cm]{2-PAG/DREADDS Inactivaton/dreadds_LatencyMount.png}
        \caption{}
    \end{subfigure}
    \hfill
    
    %Appetitive/Proceptive Behaviors
    \begin{subfigure}[b]{0.475\textwidth}\ContinuedFloat   
        \centering 
        \includegraphics[width=\textwidth]{2-PAG/DREADDS Inactivaton/dreadds_latencySucMount.png}
        \caption{} 
    \end{subfigure}\hfill
    \begin{subfigure}[b]{0.475\textwidth}   
        \centering 
        \includegraphics[width=\textwidth]{2-PAG/DREADDS Inactivaton/dreadds_rejection.png}
        \caption{}
    \end{subfigure}\hfill
    \captionsetup{parbox=none}
    \caption{\textbf{Chemogenetic inhibition of fosTRAP2 neurons does not alter female receptive behaviors}}%
    \footnotesize
\begin{enumerate}\def\theenumi{\alph{enumi}}%
    \item FosTrap2 induction protocol. Mice are first ovariectomized the injected with AAV-DiO-hm4d. Following two bouts of sexual habituation, the female is undergoes fosTRAPPing protocol immediatedly after the third session. Two weeks later, fosTRAPPed feamles are then assayed two more times (one session with Saline, one session with DCZ)\\
    \item Viral injection site for DREADDS virus and representative image showing DREADD expression in the lPAG. Cells colored in red are positive for hm4d-mCherry (fosTRAPPED cells).\\
    \item Latency to first mount attempt by males in females treated with either saline or DCZ\\\
    \item Latency to first mount with intromissions performed by the male. This event marks the transition between the appetitive stage and consummatory stage of sexual behavior\\
    \item Percentage of rejected mount from the female. Percentage was determined by the number of rejections with respect to all mounting events (rejections, mounts w/probing and mounts w/intromissions). Black dots in all graphs represent individual animals between testing sessions. Bars represent mean of all animals +s.e.m; NS P>0.05, * P<0.05, ** P<0.01, *** P<0.001, paired \textit{t}-test
\end{enumerate}}% end tempbox
\setbox0=\vsplit\tempbox to \textheight
\unvbox0
\end{figure*}
\begin{figure*}
\unvbox\tempbox
\end{figure*}

\lipsum[1-8]
\end{document}

相关内容