0

In the original document enumerated paragraphs are indented on their labels an continue flush-left on the page. TeX indents everything by default. How can I modify the provided code to produce the format shown in the final screen-scrape?

\documentclass[a4paper,10pt]{article}

\usepackage{enumitem}
\usepackage{amsmath}

\begin{document}



\begin{enumerate}[label=\arabic*$^{\circ}$),leftmargin=*,topsep=0pt,itemsep=0pt,parsep=0pt]
\item Quando l'equazione\verb|~\eqref{eq:4}| è identica, l'equazione\verb|~\eqref{eq:3}| 
ha un integrale finito con una costante arbitraria, epperò le superfici ortogonali sono 
in numero infinito ;
\item Quando l'equazione\verb|~\eqref{eq:4}| non è identica, ma stabilisce fra $t$, $u$,
 $v$ una relazione che sodisfa all'equazione differenziale\verb|~\eqref{eq:3}|, questa non 
possiede che una integrale particolare, che è la stessa equazione\verb|~\eqref{eq:4}|, 
epperò non esiste che una sola superficie ortogonale ;
\item Finalmente, se non si verifica alcuno dei due casi precedenti, non esiste alcuna 
superficie ortogonale e quindi il problema non ammette soluzione.
\end{enumerate}
\end{document}

Produces:

enter image description here

The desired format is:

enter image description here

0

1 Answer 1

3

With:

\begin{enumerate}[label=\arabic*\textdegree), wide, nolistsep]

enter image description here

2
  • Yer smarter than Grok! Commented 17 hours ago
  • Being smarter than Grok (and many other AI chats) isn't that hard. Commented 17 hours ago

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.