Trouble with description
environment in custom latex
#4330
-
For my book, I need to have a second title page with ISBN, CC BY License, etc. according to some editorial standards. The best solution I could find was to use the Now, I have a question because when I defined this in LaTeX, I am having trouble with indentation in the When I run my code in Overleaf, the two red lines are the same. That is, the first lines of the Here's a MWE for the second page used by \noindent Words are here.
\begin{description}[labelindent=0cm,leftmargin=1cm]
\item [Ce manuel]est utilisé dans le cadre du cours \emph{Analyse et
conception de logiciels (LOG210)} à l'École de technologie supérieure
(ÉTS).
\end{description} I'm guessing somewhere Quarto has redefined the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You are talking about two different things which is not the best, i.e, a feature request and a question about a problem. Could you share a minimal (not) working example? Currently, others and/or I have to try to write an example to reproduce while you already have one ... |
Beta Was this translation helpful? Give feedback.
You are talking about two different things which is not the best, i.e, a feature request and a question about a problem.
I recommend you separate the feature request from your issue if you want it to be seen as is.
Could you share a minimal (not) working example? Currently, others and/or I have to try to write an example to reproduce while you already have one ...