با استفاده از بسته framed و در محیط shaded نمیتوان figure تعریف کرد (خطا میدهد). آیا این مسئله بعلت ماهیت بسته framed است یا راهحلی برای آن وجود دارد؟
http://macosx-tex.576846.n2.nabble.com/Framed-Shaded-Box-td5223641.html
(http://macosx-tex.576846.n2.nabble.com/Framed-Shaded-Box-td5223641.html)
از بستهی mdframed، فایل نمونه mdframed-example-pstricks را ببینید.
اینم یک روش مبتدیانه! :)
البته با تعریف کردن دستورها به صورت یک محیط، کار سادهتر میشه.
\documentclass{article}
\usepackage{xcolor}
\usepackage{framed}
\usepackage{graphicx}
\definecolor{shadecolor}{gray}{0.9}
\usepackage{lipsum}
\begin{document}
\lipsum[2]
\begin{shaded}
\lipsum[2]
\begin{center}
\rule{60mm}{40mm}
\addtocounter{figure}{1}
\begin{center}
\textbf{\figurename \ \thefigure.} {\small this is a caption}
\end{center}
\end{center}
\lipsum[2]
\end{shaded}
\lipsum[1]
\end{document}
نقل قول از: مرتضی در نوامبر 27, 2012, 03:09:08 قبل از ظهر
با استفاده از بسته framed و در محیط shaded نمیتوان figure تعریف کرد (خطا میدهد). آیا این مسئله بعلت ماهیت بسته framed است یا راهحلی برای آن وجود دارد؟
اگر منظورت محیط figure هست باید بگم نمیتونی.
نقل قول از: هادی صفیاقدم در نوامبر 27, 2012, 03:52:02 قبل از ظهر
http://macosx-tex.576846.n2.nabble.com/Framed-Shaded-Box-td5223641.html
(http://macosx-tex.576846.n2.nabble.com/Framed-Shaded-Box-td5223641.html)
از بستهی mdframed، فایل نمونه mdframed-example-pstricks را ببینید.
بسته mdframed پشتیبانی نمیشه. پس جوابت کمکی نمیکنه.
نقل قول
اینم یک روش مبتدیانه! :)
البته با تعریف کردن دستورها به صورت یک محیط، کار سادهتر میشه.
\documentclass{article}
\usepackage{xcolor}
\usepackage{framed}
\usepackage{graphicx}
\definecolor{shadecolor}{gray}{0.9}
\usepackage{lipsum}
\begin{document}
\lipsum[2]
\begin{shaded}
\lipsum[2]
\begin{center}
\rule{60mm}{40mm}
\addtocounter{figure}{1}
\begin{center}
\textbf{\figurename \ \thefigure.} {\small this is a caption}
\end{center}
\end{center}
\lipsum[2]
\end{shaded}
\lipsum[1]
\end{document}
کاملاً اشتباه است.