قسم الرياضيات و الإعلام الإليwww.univ-soukahras.dz/ar/dept/mi |
3 votes
|
How to put two figures within the same line in Latex ? |
نشر على 15:23, الجمعة 6 ماي 2016 By Imed Bou (-97 points) |
أجوبة (4)
جواب (1)
0 votes
|
the code: documentclass{article} usepackage{graphicx} egin{document} egin{figure}[!htb] egin{minipage}{0.48 extwidth} centering includegraphics[width=.7linewidth]{image-1} caption{Interpolation for Data 1}label{Fig:Data1} end{minipage}hfill egin {minipage}{0.48 extwidth} centering includegraphics[width=.7linewidth]{-image-2} caption{Interpolation for Data 2}label{Fig:Data2} end{minipage} end{figure} end{document} |
نشر على 00:00, الخميس 1 ينا 1970 by houssem djefaflia |
جواب (2)
0 votes
|
this is an example: // this is for figure 1
|
نشر على 01:16, السبت 7 ماي 2016 by Aterrai Zakaria |
جواب (3)
2 votes
|
better make use of the subfigure package ? |
نشر على 08:29, السبت 7 ماي 2016 by Imed BOUCHRIKA |
جواب (4)
-1 votes
|
two figures within the same line and the same caption ( title) \begin{figure}[h] |
نشر على 17:47, الجمعة 27 ماي 2016 by amirat abdallah |