Posted By


greencocoa on 11/11/13

Tagged


Statistics


Viewed 107 times
Favorited by 0 user(s)

20130501_2013_r.7_lat_two_pictures_side_by_side


/ Published in: LaTeX
Save to your folder(s)

Sublime Text


Copy this code and paste it in your HTML
  1. <snippet>
  2. <content><![CDATA[
  3. \begin{figure}[H]
  4. \begin{minipage}[b]{0.45\linewidth}
  5. \includegraphics[width=\textwidth]{C:/Users/Moritz/Pictures/Judentum/$1}
  6. \caption{$2\cite{$3}}
  7. \label{$4}
  8. \end{minipage}
  9. \hspace{0.5cm}
  10. \begin{minipage}[b]{0.45\linewidth}
  11. \includegraphics[width=\textwidth]{C:/Users/Moritz/Pictures/Judentum/$5}
  12. \caption{$6\cite{$7}}
  13. \label{$8}
  14. \end{minipage}
  15. \end{figure}
  16. ]]></content>
  17.  
  18. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  19. <tabTrigger>pic_side_by_side</tabTrigger>
  20. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  21. <scope>text.tex.latex</scope>
  22. </snippet>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.