7d174318378e

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Nov 2023 18:39:57 -0500
parents e425d2210404
children 5890a310d1cb
branches/tags (none)
files README.markdown

Changes

--- 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.