Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Comments on Posts with math are very, very tall in the feed

Parent

Posts with math are very, very tall in the feed

+4
−0

With the recent post previews, posts with previewed math end up becoming ridiculously tall

Screenshot

tall posts in post list

This obviously both looks ugly and means that fewer posts can fit on the page at once. There are two main ways that I think this could be resolved: forcing inline math display in previews or fixing the height and just cutting off the overflow. The latter being more consistent since it would be fixed height, though it might cut equations in half.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+1
−0

I think that forcing inline display of a given MathJax segment in some contexts but not others is not a great solution because there are a few things which get treated differently in the two contexts, to the extent that I change some markup if I decide to change a block to an inline block.

However, one thing which I noticed in your screenshot is that the first title used block display (and needed a content correction), and someone else noticed the block display too because I found an edit pending approval.

I think it would be reasonable to force inline display on MathJax in titles in all contexts (including the question page).

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

I don't think it's technically possible to block display math on parts of a page (but I might be wron... (2 comments)
I don't think it's technically possible to block display math on parts of a page (but I might be wron...
celtschk‭ wrote over 1 year ago

I don't think it's technically possible to block display math on parts of a page (but I might be wrong on this). But maybe submitting a title with it can be blocked.

Peter Taylor‭ wrote over 1 year ago

I think it would be possible to replace $$ with $, similarly with whatever other block markers are configured, and \begin with % or something else which makes the eqnarray or cases or whatever environment obviously not render so that the poster realises there's something to fix.