my goal is to put my text in two columns, as in the attached image. The particular features are the following :
- The separator line between the two columns must always be in the same place on the page. So it must not adapt to the length of the text.
- I should be able to define if the left column is justified on the left (like the image) or on the right.
- I should be able to put more elements on the right column than on the left column (i.e. the blanc space under "Température et humidité").
Code: Select all
\begin{myTab}{Title of the tab (Conditions climatiques)}
\item{Left column 1 (Température et humidité)}
{right column 1 (système intégral de température...)\\
right column 2 (un humidificateur mobile...)\\
etc...\\}
\item{Left column 2 (Température dans les salles)}
{21°C\\
etc...}
etc...
\end{monTableau}

TJ