wojtask / clrs4e-solutions

Solutions to exercises and problems from "Introduction to Algorithms", Fourth Edition by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein
Creative Commons Attribution 4.0 International
249 stars 39 forks source link

Remove the vertical skip in solutions that start with a displaystyle #1565

Closed wojtask closed 1 year ago

wojtask commented 1 year ago

Because of the vertical skip, starting a solution with a display style math doesn't look well. Once resolved, try to remove first paragraphs in appendix A, if they aren't necessary.

wojtask commented 1 year ago

Also, make the vertical skips above and below display styles equal height and better aligned with the ones in the book.

wojtask commented 1 year ago

Consider setting \abovedisplayskip, \belowdisplayskip, \abovedisplayshortskip, \belowdisplayshortskip lengths to 0pt or something else, either globally in the preamble, or locally for specific equations.