Skip to content

Commit

Permalink
[cheatsheet] Two superficial fixes
Browse files Browse the repository at this point in the history
- add some margin above title
- fix badly italicised entry
  • Loading branch information
hrutvik authored and mn200 committed Jan 30, 2025
1 parent 9cd9f25 commit 83213aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manual/Cheatsheet/cheatsheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h1, h2, h3 {

h1 {
font-size: 1.8rem;
margin-bottom: 30px;
margin: 30px 0;
}

h1, h2, h3, h4, h5, h6{
Expand Down
2 changes: 1 addition & 1 deletion Manual/Cheatsheet/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ In some cases, it is useful to generalise a goal in order to use a suitable indu
<code>qspec_then &grave;<i>tm&grave; thm_tactic thm</i></code>
: Instantiates the supplied (`∀`-quantified) theorem with the given term, and applies the theorem-tactic to the result.
<code>qspecl_then [&grave;<i>tm&grave;s] thm_tactic thm</i></code>
<code>qspecl_then [&grave;<i>tm</i>&grave;s] <i>thm_tactic thm</i></code>
: Like `qspec_then`, but instantiates multiple `∀`-quantified variables.
<code>imp_res_tac <i>theorem</i></code>
Expand Down

0 comments on commit 83213aa

Please sign in to comment.