I have lost hours to this... How do I align a series of tcolorboxes based on the first baseline (or a certain mm of shift). I'll have somewhere around 60 of these per document, and 15 documents...I need a fix! Or an alternative way to the same visual result
What I have:
\usepackage[most]{tcolorbox}
\tcbset{sharp corners, frame hidden, boxrule=0mm, colframe=white, box align=top}
later in document
\begin{enumerate}
\item \begin{tcolorbox}{(Proof 1.1) For $a$ and $b$, two elements of a Field $F$, using only the axioms for a field, proofs:}\end{tcolorbox}
\begin{itemize}
\item \openq $\forall a \in F$, $0a = 0$ \closeq
...
There has to be a way...


\documentclass...and ending by\end{document}! (ii) do you really needtcolorbox? from image i see thatcolorboxfromthexcolor` package should be suficient and better suited to your need. – Zarko Aug 31 '18 at 21:25