John Blischak Add caption for Figure 1 to section text. Still working on #23. Authorea will not display the image of figure if it is embedded within section text.  over 8 years ago

Commit id: 7e680873409b65f97a5bb0ba70ad3425b308b2ba

deletions | additions      

       

For this reason, projects under version control tend to be stored within a single directory to correspond with a single Git repository.  For strategies on how to best organize your own projects, see Noble, 2009 \cite{19649301}.  \begin{figure}[h!]  \begin{center}  \includegraphics[width=1\columnwidth]{figures/Fig1/Fig1}  \caption{\textbf{\label{fig:Fig1}}%  }  \end{center} \begin{figure}[h]  \caption{{\bf The git add/commit process.}  To store a snapshot of changes in your repository, first \verb|git add| any files to the staging area you wish to commit (for example, you've updated the \verb|process.sh| file).  Second, type \verb|git commit| with a message. Only files added to the staging area will be committed.  All past commits are located in the hidden \verb|.git| directory in your repository.}  \label{fig:Fig1}  \end{figure}  \begin{verbatim}