You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In project PFR and alike, the triangle before a proof shows ▼/▶ for proof collapsing/expansion, which is the opposite of how one expects them, where ▼ should indicate proof expansion. Also, it's the opposite of project LTE.
In LTE ( code, rendered ), showmore is NOT enabled, the triangle before proof is shown as ▼, and the proof is expanded by default, so ▼ indicates proof expansion correctly.
Afterward, clicking on the triangle works as expected, the triangle toggles between ▼ and ▶ , indicating the proof is expanded and collapsed, respectively.
What went wrong
In PFR ( code, rendered ), showmore is enabled, besides the eye +/- icons appear below and can control the level of details to show, by default, it collapses proofs, but the triangle before proof is still shown as ▼, so ▼ is not correctly corresponding to the proof collapsing status but the opposite.
Afterward, clicking on the triangle will never works as expected, it's always the opposite, unless one click on the eye +/- icon odd times, then this would be reversed and fixed.
Cause
The clicking of the triangle and the show more handles the triangle states separately, causing the confliction, plus they have different defaults.
Workaround
Don't enable showmore until this issue is fixed: In web.tex
Thanks for the report. I noticed something was weird but never bothered because this convention always seemed unclear to me. It should be fixed by d336038.
TL;DR
In project PFR and alike, the triangle before a proof shows ▼/▶ for proof collapsing/expansion, which is the opposite of how one expects them, where ▼ should indicate proof expansion. Also, it's the opposite of project LTE.
Reported by @kbuzzard .
Details
What's expected
In LTE ( code, rendered ),
showmore
is NOT enabled, the triangle before proof is shown as ▼, and the proof is expanded by default, so ▼ indicates proof expansion correctly.Afterward, clicking on the triangle works as expected, the triangle toggles between ▼ and ▶ , indicating the proof is expanded and collapsed, respectively.
What went wrong
In PFR ( code, rendered ),
showmore
is enabled, besides the eye +/- icons appear below and can control the level of details to show, by default, it collapses proofs, but the triangle before proof is still shown as ▼, so ▼ is not correctly corresponding to the proof collapsing status but the opposite.Afterward, clicking on the triangle will never works as expected, it's always the opposite, unless one click on the eye +/- icon odd times, then this would be reversed and fixed.
Cause
The clicking of the triangle and the
show more
handles the triangle states separately, causing the confliction, plus they have different defaults.Workaround
Don't enable
showmore
until this issue is fixed: Inweb.tex
Change the line like
to
The text was updated successfully, but these errors were encountered: