# HG changeset patch # User Steve Losh # Date 1699486797 18000 # Node ID 7d174318378ee086446305474bd6cc9f3239731c # Parent e425d22104047b5e33fa3a49ccb6352274228eb4 Update diff -r e425d2210404 -r 7d174318378e README.markdown --- a/README.markdown Wed Nov 08 10:04:12 2023 -0500 +++ b/README.markdown Wed Nov 08 18:39:57 2023 -0500 @@ -824,3 +824,16 @@ ## 2023-11-08 HG545 this morning, about recombination. + +BS521 homework. Finally figured out how to get rid of the stupid +`\begin{description}` hanging indent: + + \usepackage{enumitem} + \setlist{leftmargin=!,labelwidth=2em} + +and how to tell LaTeX where to put page breaks: + + \pagebreak[1] % Meh. + \pagebreak[2] % This would be a reasonable place to break. + \pagebreak[3] % Prefer to page break here unless it seems ridiculous not to. + \pagebreak[4] % Page break here, dammit.