We Recommend

SQL Cookbook SQL Cookbook
Written in O'Reilly's popular Problem/Solution/Discussion style, the SQL Cookbook is sure to please. Anthony's credo is: "When it comes down to it, we all go to work, we all have bills to pay, and we all want to go home at a reasonable time and enjoy what's still available of our days." The SQL Cookbook moves quickly from problem to solution, saving you time each step of the way.


Ballyhoo


Posted By

banditint on 01/29/08


Tagged

table LaTeX


Versions (?)


longtable


Published in: LaTeX 


  1. \begin{figure}[H]
  2. \begin{center}
  3. \subfigure[<text>]{\label{fig:<text>}\includegraphics[width=1.0\textwidth]{figures/<name>}}
  4. %\hspace{1cm}
  5. \subfigure[<text>]{\label{fig:<text>}\includegraphics[width=0.45\textwidth]{figures/<name>}}
  6. \caption{<text>}
  7. \label{fig:<text>}
  8. \end{center}
  9. \end{figure}

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: banditint on February 5, 2008

Great. Thanks for the quick response.

Posted By: jaytee on January 29, 2008

I just added LaTeX as a language in Snipplr... hope you don't mind that I moved this snippet to the new language to test out the syntax highlighting.

You need to login to post a comment.