Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Thanks @egreg. The zero height \hrule does the trick. I was trying with blank spaces or \hfill which did not do anything. Btw, is the width really the issue here? I do trim off the excess width in my actual document (just did not that include in the mwe) but the issue of the vertical spacing remains. But more than just fix the problem, I was hoping to understand why this happens to improve my understanding of latex. Commented Jul 8, 2017 at 2:03
  • @welcomb I added the explanation Commented Jul 8, 2017 at 8:39
  • Wow that's a very detailed explanation. I sort of get it but I guess I am still not familiar enough with how latex works. But nonetheless your fix works. I also found that if I put a \medskip at the top of the minipage, it also causes a \baselineskip minus some length. Commented Jul 8, 2017 at 14:46
  • @welcomb A \medskip adds some vertical space, less than \baselineskip, as you discovered. Commented Jul 8, 2017 at 14:47