شما از ستون l
استفاده کردهاید، در این وضعیت حتی طول ستون آخر از پهنای متن (\textwidth
) هم بزرگتر است. بنابراین باید از ستون X
استفاده کنید:
\documentclass[10pt,conference]{IEEEtran}
\usepackage{tabularx}
\begin{document}
\begin{table*}
\begin{tabularx}{\textwidth}{|X|}\hline
\textit{distributed interference price bargaining algorithm} \\ \hline
%1. MBS initiates the algorithm with an arbitrary price and broadcasts it to the users\\
1. Initialize .\\
2. \textbf{repeat} \\
3. rf ;lrv m lrkmv lrkm
4.kjnnvl odjfmcf kjdn oifjm eojm lemd eok pork e;om orm eofk ae[pdk opdm elm dfmnlk prfmf erkmk vnldkf rjv sdrpok e[k ofm rlkfv lrkmf lrknf \\ \hline
\end{tabularx}
\end{table*}
\end{document}
توجه داشته باشید حتی نیازی نیست که جدول به اندازه طول متن باشد. جدول شما میتواند به اندازه طول ستون باشد که ظاهر بسیار قشنگتری هم خواهد داشت:
\documentclass[10pt,conference]{IEEEtran}
\usepackage{tabularx}
\begin{document}
\noindent
\begin{tabularx}{\columnwidth}{|X|}\hline
\textit{distributed interference price bargaining algorithm} \\ \hline
%1. MBS initiates the algorithm with an arbitrary price and broadcasts it to the users\\
1. Initialize .\\
2. \textbf{repeat} \\
3. rf ;lrv m lrkmv lrkm
4.kjnnvl odjfmcf kjdn oifjm eojm lemd eok pork e;om orm eofk ae[pdk opdm elm dfmnlk prfmf erkmk vnldkf rjv sdrpok e[k ofm rlkfv lrkmf lrknf \\ \hline
\end{tabularx}
\end{document}
در ضمن دستور \it
حدود ۲۰ سالی است که منسوخ شده است. در نمونه بالا من از دستور \textit
استفاده کردم. در پایان محیط tabularx
احتیاجی به \\
نیست که آن را هم حذف کردم.