You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PreTeXt support
I have a definition/statement/sbsgroup with two sidebysides. The sbsgroup is followed by a p. The spacing between the sbsgroup and the p is nonexistent (screenshot attached).
Note that I have two things in my latex.preamble.late that you can see in the shot. One is that I have \parindent set to 0, and the other is that I have \parskip set to 0.5pc.
Does the p that follows my sbsgroup need to have a `\par`? Specifically, should this line from `mathbook-latex` be changed to include sbsgroup? `<xsl:if test="preceding-sibling::*[not(&SUBDIVISION-METADATA-FILTER;)][1][self::p or self::paragraphs or self::sidebyside]">`