When I am trying urdu in the table column it is going outside of the page width in latex this is my code of writing urdu inside the table
\begin{table}[htbp]
\caption{CHECKING OF URDU IN LATEX}
\begin{center}
\begin{tabular}{|c|c|c|}
\hline
s# & Type & Words \\
\hline
1 & Normal & \begin{urdu}
ریڈیو پاکستان کی عمارت کو لیز پر دینے کا حکومتی فیصلہ ’پچاس ارب کی پراپرٹی پر مندر تو نہیں بنا سکت
\end{urdu} \\
\hline
2 & Normal & \begin{urdu}
چائنیز سفیر اردو بڑی اچھی بولتا ہے عثمان بزدار کی مسکراہٹ سے اندازہ لگا لو
\end{urdu} \\
\hline
3 & Normal & \begin{urdu}
ہم آپ سے بہت پیار کرتے ہیں، لہذا ہم اس اردو کے غلط تحریر پر ہنس نہیں کرتے ہیں
\end{urdu} \\
\end{tabular}
\label{tab1}
\end{center}
\end{table}
p{<width>}type column instead of thectype column. An alternatie would be usingXtype columns from thetabularxpackage. Apart from that, please make your code a compilable minimal working example (MWE) by adding the documentclass as well as the relevant packages. – leandriis May 03 '19 at 15:33ccolumns are always single line, if you put that much text in then you force the table wide, this is unrelated to Urdu, you would see the same in any language. – David Carlisle May 03 '19 at 15:35biblatexand at least prima facie not a lot to do withlatex3. – moewe May 03 '19 at 15:35ccctollp{6cm}or whatever width you want for the third column, – David Carlisle May 03 '19 at 16:02