/electronics-laboratory

Repo with all the material for the Lab3 course.

Primary LanguageTeXGNU Affero General Public License v3.0AGPL-3.0

electronics-laboratory

Building latex source

  1. Setup environment variables for private data: copy the .env.template file and update it with the correct data.
    cp sessions/.env.template sessions/.env
  2. cd to lab session directory
    cd sessions/session-name
  3. run
    pipenv run build:report
    to compile latex files once, or
    pipenv run watch:report
    to build latex on file change.
  4. Hope you have all the needed dependencies. Otherwise, tlmgr is your friend :).
  5. The pdf file will be generated in the build folder inside the session folder.