PreTeXtBook / pretext

PreTeXt: an authoring and publishing system for scholarly documents
https://pretextbook.org
Other
266 stars 208 forks source link

vertical alignment of pargaraphs in a table in LaTeX #845

Open Alex-Jordan opened 6 years ago

Alex-Jordan commented 6 years ago

See the Table 13.12 here: http://mathbook.pugetsound.edu/examples/sample-article/derivatives.pdf

In source, valign is set to top for each row, but currently the paragraph entries in a row start lower than the non-paragraph entries.

rbeezer commented 6 years ago

Seems there is a \hypertarget{}{} being used so the paragraph can be the target of a cross-reference, which when removed restores the expected behavior.

Not sure yet what the cure should be.

On 03/05/2018 12:20 PM, Alex Jordan wrote:

See the Table 13.12 here: http://mathbook.pugetsound.edu/examples/sample-article/derivatives.pdf

In source, valign is set to top for each row, but currently the paragraph entries in a row start lower than the non-paragraph entries.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rbeezer/mathbook/issues/845, or mute the thread https://github.com/notifications/unsubscribe-auth/ABy2ckCi1_6gdfhmLJbcUqm3PPTRFgboks5tbZ4kgaJpZM4SdjXB.

rbeezer commented 6 years ago

The \raisebox{} solution here appears to be a (very ugly) fix.

https://tex.stackexchange.com/questions/325450/jumping-to-hypertarget-in-a-longtable-lands-too-low-in-the-row