Skip to content

Commit

Permalink
some more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpvandoorn committed Apr 11, 2024
1 parent 63bd13e commit 066e93a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
if: always()
run: |
! (find BonnAnalysis -name "*.lean" -type f -exec grep -E -H -n '^.{101,}$' {} \; | grep -v -E 'https?://')
BonnAnalysis
build_project:
runs-on: ubuntu-latest
name: Build project
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ Note: To get this repository, you will need to download Lean's mathematical libr

* Open a terminal (I recommend `git bash` on Windows, which was installed as part of git in the first step).

* Use `cd` to navigate to a directory where you would like to create the `LeanInRome` folder.
* Use `cd` to navigate to a directory where you would like to create the `BonnAnalysis` folder.

* Run `git clone https://github.com/fpvandoorn/LeanInRome.git`.
* Run `git clone https://github.com/fpvandoorn/BonnAnalysis.git`.

* Run `cd LeanInRome`
* Run `cd BonnAnalysis`

* Run `lake exe cache get!`
* This downloads mathlib, and will take a bit of time
* On Windows, if you get an error that starts with `curl: (35) schannel: next InitializeSecurityContext failed` it is probably your antivirus program that doesn't like that we're downloading many files. The easiest solution is to temporarily disable your antivirus program.

* Run `lake build +LeanInRome.Common`
* Run `lake build +BonnAnalysis.Common`
* This should take less than 1 minute. If you get more than a few lines of output, then you're rebuilding Mathlib from scratch, which means that the previous step went wrong. You can quit the execution and ask for help.

* Launch VS Code, either through your application menu or by typing
Expand All @@ -52,7 +52,7 @@ Note: To get this repository, you will need to download Lean's mathematical libr

* If you launched VS Code from a menu, on the main screen, or in the File menu,
click "Open folder" (just "Open" on a Mac), and choose the folder
`LeanInRome` (*not* one of its subfolders).
`BonnAnalysis` (*not* one of its subfolders).

* Test that everything is working by opening `LeanInRome/Test.lean`.
* Test that everything is working by opening `BonnAnalysis/Test.lean`.
It is normal if it takes 10-60 seconds for Lean to start up.
2 changes: 1 addition & 1 deletion blueprint/src/chapter/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

\title{Blueprint for the collaborative Formalization Seminar}

\author{participants to the formalization seminar}
\author{}

\maketitle

Expand Down
1 change: 0 additions & 1 deletion blueprint/src/print.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
\input{preamble/print}

\begin{document}
\maketitle
\input{chapter/main}
\end{document}
9 changes: 2 additions & 7 deletions blueprint/src/web.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@
\input{preamble/common}
\input{preamble/web}

%\home{https://github.com/teorth/pfr/}
\github{https://github.com/teorth/pfr/}
\dochome{https://teorth.github.io/pfr/docs}

\title{PFR}
\author{}
\github{https://github.com/fpvandoorn/BonnAnalysis}
\dochome{https://fpvandoorn.github.io/BonnAnalysis/docs}

\begin{document}
\maketitle
\input{chapter/main}
\end{document}

0 comments on commit 066e93a

Please sign in to comment.