Skip to content

Commit 65a6de1

Browse files
committed
limit to PDF and PNG
1 parent 55af22a commit 65a6de1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

author-guide.pdf

1.28 MB
Binary file not shown.

author-guide.tex

+7-5
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ \section{Preparing a submission}
130130
\item \file{RJwrapper.pdf}
131131
\item \file{yourname.tex}
132132
\item \file{yourname.bib}
133-
\item all necessary figure files
133+
\item all necessary figure files (only PDF or PNG files are accepted)
134134
\item an R script permitting the reproduction of examples in your submission and small data files --- use built-in data sets where sensible, see below.
135135
\item Do not include \file{RJournal.sty} or style files for other latex packages needed by your article.
136136
\end{itemize}
@@ -354,18 +354,20 @@ \section{Figures and tables}
354354
A simple table with booktabs formatting.}
355355
\end{table}
356356

357+
Figures should be submitted as PDF or PNG format files; other formats are not accepted.
358+
357359
Variants of the figure and table environments that span the full width of the document are avialable: these are called \verb|widefigure| and \verb|widetable|. Figures~\ref{fig:regular} and \ref{fig:wide} show the difference between the regular and wide figure variants.
358360

359361
\begin{figure}[htbp]
360-
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.jpg}%
361-
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.jpg}
362+
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.png}%
363+
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.png}
362364
\caption{This figure should be the same width as the text.}
363365
\label{fig:regular}
364366
\end{figure}
365367

366368
\begin{widefigure}[htbp]
367-
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.jpg}%
368-
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.jpg}
369+
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.png}%
370+
\includegraphics[width=0.5\linewidth]{tests/wild_blackberries.png}
369371
\caption{This figure should span the page, but the caption should be the same width as the text. Use this environment sparingly}
370372
\label{fig:wide}
371373
\end{widefigure}

tests/wild_blackberries.png

1.48 MB
Loading

0 commit comments

Comments
 (0)