المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مساعدة من فظكم


حسناء 1961
2011-08-10, 14:02
السلام عليكم
اريد كتابة مذكرة بواسطة latex
لكن عندي مشكل في ادراج الصور
ارجو من احد يعرف استخدامه مساعدتي
وجزاكم الله كل خير

** أم عبد الرحمن **
2011-08-10, 14:38
وعليكم السلام ورحمة الله وبركاته
صراحة أخيتي لا أعرف استخدام Latex وأريد تعلمه لما فيه من خصائص رائعة ولكن تفضلي هذا الرابط ممكن يُفيدك.
هنا (http://www.siteduzero.com/tutoriel-3-258577-redigez-des-documents-de-qualite-avec-latex.html)
أو
هنا أيضا (http://www.siteduzero.com/forum-83-595357-p1-les-images-latex.html)
وفقك الله لكل خير
في أمان الله

abou marwan
2011-08-10, 16:04
أي برنامج تستخدمين ؟
في لينكس استخدم kile

حسناء 1961
2011-08-10, 23:47
السلام عليكم
شكرا لك اختي امة الله لكني اتبعت كما هو في الرابط الذي اعطيتني اياه ولكن دائما هناك خلل في ادراج صورة
شكرا لك اخي abou marwan انا استعمل windows xp
miktex 2.9 ;TeXnicCenter

kemis
2011-08-11, 00:28
هذا الرابط يفيدك
http://www.tech-wd.com/wd/2009/09/25/how-to-prepare-technical-report-using-latex/
بالتوفيق

ملاحظة: الرابط به كتاب وقمت بتحميله وهو يشرح لك Latex بطريقة رائعة

abou marwan
2011-08-11, 12:01
هناك طريقتلن لادراج الصور إما تحويلها إلة صيغة eps و تكون بالشكل mon image.eps يمكنك استعمال برنامج ImageMagick (http://www.imagemagick.org/)
و تكون النتيجة بالشكل
\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage{graphicx}
\begin{document}

\includegraphics{monimage.eps}

\end{document}

أو الطريقة الثانية (Bounding Box)
\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage{graphicx}
\begin{document}

\includegraphics[bb=0 0 00 00]{monamage.png}

\end{document}

مع تغيير 00 00 0 0 بقيم مثلا 50 180 0 0

الصور تكون موضوع حيث ملف المشروع
و إن كانت في مكان آخر في القرص الصلب فعليك وضع المسار إلى الصورة
.

حسناء 1961
2011-08-12, 17:43
شكرا لكم على الردود
ولكن للاسف لم اوفق في ادراج الصورة
شكرا لكم مرة اخرى

abou marwan
2011-08-13, 10:16
`ن امكن الطريقة التي اتبعتها
الكود الذي استخدمته لإدراج الصورة

kemis
2011-08-13, 18:35
The compiler pdflatex (Unix) and TeXShop (Macintosh) convert LaTeX source directly to PDF, and do not accept PostScript images. Instead, they take PDF images, as well as bitmap pictures in PNG or JPEG or GIF format. So to use pdflatex, you must convert any PostScript images to one of these other forms. For photos, JPEG is best. For other bitmap images, PNG is best. For non-bitmap images (e.g., graphs, drawings, stuff with text and symbols) it is best to convert to PDF, using the command epstopdf (in the usual TeX bin directory, e.g., /usr/local/tex/bin/epstopdf). The command

unix> epstopdf myfig.eps

produces the file myfig.pdf, which can then be used in the command \includegraphics{myfig.pdf}. for compilation with pdflatex or TeXShop.

The possible \includegraphics options with PDF/PNG/JPEG images are much the same as with PostScript, e.g.,

\includegraphics{myfig.pdf}
\includegraphics[width=60mm]{myfig.png}
\includegraphics[height=60mm]{myfig.jpg}
\includegraphics[scale=0.75]{myfig.pdf}
\includegraphics[angle=45,width=52mm]{myfig.jpg}

With PNG or JPEG you should specify an explicit width or height rather than "scale", since bitmap images have no intrinsic size, nothing corresponding to Bounding Box information, although graphicx seems to use 72 pixels per inch as a default size for bitmap images.

المصدر
http://amath.colorado.edu/documentation/LaTeX/reference/figures.html#pdf

بحيث .myfig إسم الصورة أو ملفpdf

kemis
2011-08-13, 18:55
هناك طريقتلن لادراج الصور إما تحويلها إلة صيغة eps و تكون بالشكل mon image.eps يمكنك استعمال برنامج imagemagick (http://www.imagemagick.org/)
و تكون النتيجة بالشكل
\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage{graphicx}
\begin{document}

\includegraphics{monimage.eps}

\end{document}

أو الطريقة الثانية (bounding box)
\documentclass[a4paper,10pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage{graphicx}
\begin{document}

\includegraphics[bb=0 0 00 00]{monamage.png}

\end{document}

مع تغيير 00 00 0 0 بقيم مثلا 50 180 0 0

الصور تكون موضوع حيث ملف المشروع
و إن كانت في مكان آخر في القرص الصلب فعليك وضع المسار إلى الصورة
.

طريقتك كذلك صحيحة أخي ممكن تحول الصورة الى eps

kemis
2011-08-14, 01:14
هذا الكتاب يفيدك كثيرا
http://www.free-livres.com/2011/03/redigez-des-documents-de-qualite-avec.html

حسناء 1961
2011-08-14, 14:34
شكرا جزيلا