Skip to content

Commit a5554a9

Browse files
Update Proof_styles.md
add example of using class="statement"
1 parent ebc4211 commit a5554a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

doc/en/Topics/Proof/Proof_styles.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ We support the following CSS styles to enable consistent display of mathematical
44

55
Note, the precise style will also depend on the styles in your learning environment. The `class="proof"` styles focus on block structure and layout, e.g. indenting blocks and column layout. Colour and typeface are generally not specified in the proof styles (although a white background is defined). Styles are defined in `styles.css` of the top-level of the STACK plugin.
66

7+
### `<div class="statement">`
8+
9+
This class can be used to present the statement of a Theorem/Lemma/etc.
10+
11+
<div class="statement"><strong>Claim:</strong>\(\displaystyle \sum_{k=1}^n k = \frac{n(n+1)}{2}\)</div>
12+
713
### `<div class="proof">`
814

915
This class is a general high level container.

0 commit comments

Comments
 (0)