-
Notifications
You must be signed in to change notification settings - Fork 2
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
7 changed files
with
53 additions
and
142 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ tla/*.tex | |
tla/*.pdf | ||
tla/states | ||
|
||
lean4-verso-xp/_out |
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,18 @@ | ||
import VersoXp | ||
|
||
open Verso.Genre.Manual | ||
|
||
|
||
def main := | ||
manualMain (%doc VersoXp) (config := config) | ||
where | ||
config := { | ||
-- extraFiles := [("static", "static")], | ||
-- extraCss := ["/static/colors.css", "/static/theme.css", "/static/print.css", "/static/fonts/source-serif/source-serif-text.css", "/static/fonts/source-code-pro/source-code-pro.css", "/static/katex/katex.min.css"], | ||
-- extraJs := ["/static/katex/katex.min.js", "/static/math.js", "/static/print.js"], | ||
emitTeX := false, | ||
emitHtmlSingle := true, -- for proofreading | ||
-- logo := some "/static/lean_logo.svg", | ||
-- sourceLink := some "https://github.com/leanprover/reference-manual", | ||
-- issueLink := some "https://github.com/leanprover/reference-manual/issues" | ||
} |
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
import Mathlib | ||
import Verso | ||
import VersoXp.Basic | ||
import VersoManual | ||
|
||
open Verso.Genre Manual | ||
|
||
set_option pp.rawOnError true | ||
|
||
#doc (Manual) "The Verso exploration" => | ||
%%% | ||
tag := "verso-xp" | ||
%%% |
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 |
---|---|---|
@@ -1 +1 @@ | ||
def hello := "world" | ||
import Mathlib.Tactic.Basic |
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
leanprover/lean4:v4.12.0 | ||
leanprover/lean4:nightly-2024-10-14 |