Prepare for the end is near. 🌋 🌋 🍃
To install TeX simply run:
sudo apt install texlive texlive-lang-cyrillic texlive-latex-extra
# For VS Code integration
sudo apt install latexmk
Then in VSCode:
- Install VS Code extension LaTeX Workshop
- Go to TeX sidebar tab
- Click View LaTeX PDF
ℹ️ VS Code updates automatically on .tex
save.
To install TeX follow this tutorial (it covers VS Code integartion).
Always put your topic in a folder named xx
where xx
are digits representing the topic number.
Always add your images in a subfolder of the topic folder named img
, i.e. xx/img
.
Always begin your topic title with Тема xx\\
.
You need to have installed jq, zip and docker
as a prerequisite.
We have a script that uses docker latex to build all topic tex
files, bundle them up, create a github release and upload the bundle as an asset.
You could run it with:
source .envrc # or just use direnv
GITHUB_API_TOKEN=api-token ./hack/release.sh tag=vx.x.x