Here is a example : in an insert with an existing /home/zia folder and an existing essai.pas in /home/zia folder.
packages used :
Code: Select all
\usepackage{multirow}
\usepackage{graphicx}
the code (in an insert)
Code: Select all
\renewcommand\multirowsetup{\centering}
\hline \hline
\begin{tabular}{|c|l|c|c|c|}
\multirow{4}{22 mm}{\bf{Appel n°1} \includegraphics[width=11mm]{/home/zia/essai.ps}} & picto & & /0,5 & \\ \cline{2-5}
\hline \hline
\end{tabular}
If I don't put the "°" in Appel n°1 and if I don't put
Code: Select all
\includegraphics[width=11mm]{/home/zia/essai.ps}
I have an pdf output but with this error :
Can't find Latex command for '°' (point 0xb0 of the code)
but in French.
Thank you for your help.