Search found 1 match

by mthorpe
Mon Jul 30, 2007 10:40 pm
Forum: General
Topic: side-by-side subfigures with the \input command?
Replies: 1
Views: 3156

side-by-side subfigures with the \input command?

for side by side subfigures the guide discusses the use of the \includegraphics{file} instruction within the \subfloat{} environment
but for graphics created from gnuplot for the epslatex color terminal it is necessary to use the
\input{file} instruction. This also works within subfloat but I am ...