{description} is about the `description` list environment. If you use this tag, add the more general {lists} tag.
3
votes
3answers
46 views
How to align all description labels with section
I am using this code
\documentclass[paper=a4, paper=portrait, pagesize=auto]{scrartcl}
\usepackage[inline]{enumitem}
\usepackage[table]{xcolor}
\definecolor{orange}{HTML}{FFC296}
\begin{document} ...
0
votes
0answers
51 views
Acronyms with description environment
I have an editorial template to write a book's chapter. The publisher wants the authors to use the description environment to display acronyms. However, due to acronym's package facilities I am trying ...
