Hello all

Please consider the following example
\documentclass[addpoints,12pt]{exam}
\begin{document}
\begin{questions}

\titledquestion{Regresión}
Se ha medido el contenido de oxígeno, $Y$, en mg/litro de un
 lago, a una profundidad de $X$ metros, obteniéndose los
 siguientes datos:
 \begin{equation*}
 \begin{tabular}{c|cccccc}
 $X$ & 15 & 20 & 30 & 40 & 50 & 60\\
 \hline
 $Y$ & 6.5 & 5.6 & 5.4 & 6 & 4.6 & 1.4
 \end{tabular}
 \end{equation*}
 \begin{enumerate}
   \item Dibujar la nube de puntos.   

   \item Calcular el coeficiente de correlación.
 \end{enumerate}
\end{questions}
\end{document}

Now I put a doble %% in the line with the first item, leaving a space

\documentclass[addpoints,12pt]{exam}
\begin{document}
\begin{questions}

\titledquestion{Regresión}
Se ha medido el contenido de oxígeno, $Y$, en mg/litro de un
 lago, a una profundidad de $X$ metros, obteniéndose los
 siguientes datos:
 \begin{equation*}
 \begin{tabular}{c|cccccc}
 $X$ & 15 & 20 & 30 & 40 & 50 & 60\\
 \hline
 $Y$ & 6.5 & 5.6 & 5.4 & 6 & 4.6 & 1.4
 \end{tabular}
 \end{equation*}
 \begin{enumerate}
   \item Dibujar la nube de puntos.   %%

   \item Calcular el coeficiente de correlación.
 \end{enumerate}
\end{questions}
\end{document}

Now for me running LaTeX-fill-environment kills %%

Can somebody please confirm it? When I delete the empty line everything
is fine, but the behavior  seems annoying.

Uwe Brauer 

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to