tex - LaTeX - Description list - Split the item across multiple lines -
I have the following latex file Notice how the item on the description is too long ... foo ...
.
\ documentclass {article} \ start {document} \ start {description} \ item [foo foo foo foo foo foo foo foo foo foo foo fu fu fu fu fu fu fu fu Fu Fu Fu Fu Fu Fu Fu Fu Fu Fu] Bar \ Object [Buzz] Bang \ & {Details} \ End {Document}
This generates a file like this:
Fu
is all on one line and will participate from the side. Is there no way to split the details portion in many places, so he does not take part from the edge of the page? I just want to be able to do this in the preamble, because I can not edit the actual body of the document.
mdwlist: \ usepackage {mdwlist}
\ renewenvironment {description } Change the description environment in preamble using {%} {originemcript} {\ desclabelstyle {\ nextlinelabel}, \ Renewcommand {\ makelabel} [1] {% \ parbox [b] {\ textwidth} {\ bfseries ## 1}%}% \ desclabelwidth {2em}}} {\ end [drawing]}
Comments
Post a Comment