Advertisement
Guest User

subfloat example

a guest
Jul 14th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.56 KB | None | 0 0
  1.  
  2. \usepackage{subfig}
  3.  
  4.  
  5.  
  6.  
  7.  
  8. \begin{figure}[t]
  9.  \centering
  10.  \subfloat[The ten sample points. Interior sample points sorted into three different buckets.]{
  11.    \begin{tikzpicture}
  12.      \input{curve1.tex}
  13.    \end{tikzpicture}
  14.    \label{fig:patch} }
  15.  \quad
  16.  \subfloat[The interior feature points kept after partitioning.] {
  17.    \begin{tikzpicture}
  18.      \input{curve2.tex}
  19.    \end{tikzpicture}
  20.    \label{fig:patches} }
  21.  \caption{Ten points and the linear interpolation in-between drawn as vectors.}
  22.  \label{fig:bucket_partitioning}
  23. \end{figure}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement