Skip to content

paolobettelini/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Welcome to my notes! The following is a collection of math notes and related subjects. These notes are organized using the stellar software.

Website preview

universe preview course preview

How to run

Install stellar and compile all the snippets.

cd source
./compile
cd ..

This script uses tectonic to compile all the tex file and then runs stellar-cli to generate the snippets and import them in the database. To compile the nannou snippets you also need wasm-pack and npm. Make sure to open the script and change your configurations. A mongoDB database is needed. It is advisable to set the CARGO_TARGET_DIR variable so that the rust projects share the same target folder.

Then, open the web server

stellar-cli web --data data/ --connection-url "mongodb://localhost"

Go to localhost:8080/universe/math.

Periodic fetch

If you want to periodically update the content automatically you can call source/try_pull_and_compile using a scheduler (for example crontab or systemd).

Cite me

@online{paolobettelini,
  author    = {Paolo Bettelini},
  title     = {notes},
  year      = {2024},
  publisher = {GitHub},
  journal   = {GitHub repository}
}