-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
101 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
marp: true | ||
math: katex | ||
paginate: true | ||
footer: https://github.com/sano-jin/busproofs-html | ||
--- | ||
|
||
# Integration with Marp is easy! | ||
|
||
Here comes a proof tree: | ||
\begin{prooftree} | ||
\AXC{$1 + 2$} | ||
\AXC{$1 + 2 + 3$} | ||
\BIC{$1 + 2$} | ||
\AXC{$1 + 2 + 3$} | ||
\RightLabel{Label} | ||
\BIC{$1 + 2 + 3 + 4$} | ||
\end{prooftree} | ||
|
||
--- | ||
|
||
# Here is the code for the previous page. | ||
|
||
```md | ||
# Integration with Marp is easy! | ||
|
||
Here comes a proof tree: | ||
\begin{prooftree} | ||
\AXC{$1 + 2$} | ||
\AXC{$1 + 2 + 3$} | ||
\BIC{$1 + 2$} | ||
\AXC{$1 + 2 + 3$} | ||
\RightLabel{Label} | ||
\BIC{$1 + 2 + 3 + 4$} | ||
\end{prooftree} | ||
|
||
<script type="module"> | ||
import { renderProofTreesOnLoad } from "https://sano-jin.github.io/busproofs-html/assets/prooftree.js"; | ||
renderProofTreesOnLoad(); | ||
</script> | ||
``` | ||
|
||
<script type="module"> | ||
import { renderProofTreesOnLoad } from "https://sano-jin.github.io/busproofs-html/assets/prooftree.js"; | ||
renderProofTreesOnLoad(); | ||
</script> |
Binary file not shown.
File renamed without changes
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Bussproofs Rendering | ||
|
||
Testing an integration with | ||
neovim-markdown-preview: | ||
|
||
- **first** element. | ||
- second element. | ||
|
||
Here comes a proof tree: | ||
|
||
\begin{prooftree} | ||
\AXC{$1 + 2 + 3 + 4 + 5$} | ||
\RightLabel{Label 7} | ||
\UIC{$1 + a$} | ||
\RightLabel{Label 6} | ||
\UIC{$1 + 2 + 3$} | ||
\AXC{$1 + 2$} | ||
\RightLabel{Long Label 2} | ||
\UIC{$1 + 2 + 3$} | ||
\RightLabel{Label 3} | ||
\BIC{$1 + 2$} | ||
\AXC{$1 + 2$} | ||
\RightLabel{Label 4} | ||
\BIC{$1 + 2 + 3 + 4 + 5$} | ||
\end{prooftree} | ||
iage | ||
aiaiaia | ||
jiage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.