• Welcome to پارسی‌لاتک.
 
از تاریخ ۱۳۹۳/۸/۱۴ به دلیل ارائه خدمات بهتر به سایت جدید پرسش و پاسخ مهاجرت کرده‌ایم؛ از این رو امکان عضویت و ارسال پست در تالار غیرفعال شده است. لطفاً برای پرسیدن سوال‌های خود به سایت جدید مراجعه کنید.

ورود به سایت جدید

اشکال در نمونه پایان‌نامه دانشگاه شریف در استفاده از subfig

نویسنده ebi2012, ژانویه 25, 2013, 07:26:23 بعد از ظهر

« قبلی - بعدی »

ebi2012

اگر به نمونه پایان نامه دانشگاه شریف، بسته subfig اضافه شود، آن‌گاه توضیحات همه شکل‌ها و جدول‌ها به صورت فایل پی‌دی‌اف زیر در می‌آید. که این یک مشکل است.
اگر از این بسته  (و یا بسته‌هایی مانند caption, subcaption) استفاده نکنیم همه چی درست است.

vafa

مشکلی است که با استفاده از کلاف koma-script ، بسته subfig و بسته bidi وجود دارد. یک فایل کمینه که نشان‌دهنده مشکل است:

\documentclass{scrartcl}
\usepackage[demo]{graphicx}
\usepackage{subfig}
\usepackage[RTLdocument]{bidi}
\begin{document}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
\begin{figure}[ht!]
\centering
\includegraphics[width=0.5\textwidth]{1}
\label{fig:f2}
\caption[]
{
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
}
\end{figure}
\end{document}

پیشنهاد می‌کنم مشکل را در لیست مشکلات بسته bidi در github گزارش کنی. اما امیدی به درست‌شدنش نداشته باش.