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 skips before the first subexercise #1574

Closed wojtask closed 1 year ago

wojtask commented 1 year ago

When a solution is divided into \subexercises, the first one is shifted vertically, leaving empty space at the beginning. Also, consider if the same fix should apply to the exercises that start with theorems or similar.

wojtask commented 1 year ago

Fixed by applying different vertical skips with \titlespacing* The similar issue in exercises starting with theorems will be solved in #1572