I have a little problem when I write text in a table...
When I use:
Code: Select all
\documentclass[11pt, twoside, a4paper]{article}
\usepackage[portuguese]{babel}
\usepackage[applemac]{inputenc}
\usepackage[left=2.0cm,top=1.5cm,right=2.0cm,bottom=1.5cm]{geometry}
\usepackage{amsmath,amssymb,amsfonts,textcomp,setspace,graphicx,makeidx, color,fancyhdr,enumerate,environ,tikz}
\usepackage[bottom]{footmisc}
\usepackage[none]{hyphenat}
\pagestyle{fancy}
\setcounter{tocdepth}{3}
\renewcommand{\headrulewidth}{0pt} % retirar linha
\renewcommand{\footrulewidth}{1pt} % colocar linha
\renewcommand*{\theenumii}{\arabic{enumii}}
\renewcommand*{\labelenumii}{\theenumi.\theenumii.}
\fancyhead{}
\lfoot{\tiny Prof. Paulo Sousa}
\cfoot{\tiny Matemática A 2012/2013}
\rfoot{\tiny \thepage}
\begin{document}
\begin{tabular}{cclcc}
\textbf{1.} & & & & \\
& \textbf{1.1.} & \multicolumn{2}{l}{................................................................................................................} & 50 pontos \\
& & Assinalando em cada cruzamento um vértice e a respetiva letra, ligando-as por arestas, obtem-se o grafo seguinte: & & \\
& \textbf{1.2.} & \multicolumn{2}{l}{................................................................................................................} & 50 pontos \\
& \textbf{1.3.} & \multicolumn{2}{l}{................................................................................................................} & 50 pontos \\
& \textbf{1.4.} & \multicolumn{2}{l}{................................................................................................................} & 50 pontos \\
& & Indicar um circuito possível, por exemplo, & & \\
& & $ABCDEHGFEKJHGIOIJNONMLKCALA$ ............... & 50 pontos & \\
\end{tabular}
\end{document}
Is this possible?
Who can help me?
regards,
Paulo