Authors: Arthur Paulino, Damiano Testa, Edward Ayers, Evgenia Karunus, Henrik Böving, Jannis Limperg, Siddhartha Gadgil, Siddharth Bhat
译者:subfish_zhou
-
The textbook in html format is here.
-
中文版网页链接在这里
-
A PDF is available here for download (中文版PDF会乱码).
The markdown files are generated automatically via mdgen. Thus, if you're going to write or fix content for the book, please do so in the original Lean files inside the lean directory.
Important: since mdgen
is so simple, please avoid using comment sections
in Lean code blocks with /- ... -/
. If you want to insert commentaries, do so
with double dashes --
.
This is not required, but if you want to build the markdown files, you can do so by running lake run build
.