An article produced with the amazing authoring system PreTeXt.
Introduces you to fundamentals concepts of programming without going into all the details.
Click to expand
-
English
Current deployment: Github Pages
-
Video editing 🎞️
-
Animation ✨
-
Media 👀
-
Voice-overs 🎤
-
Subtitles generation 🌎
If you use MiKTeX, when you first build a PreTeXt project, it will ask for permission to install the requisite packages.
PreTeXt-tools is an official extension for VSCode, which offers language support and more for PreTeXt projects.
Navigate to a suitable directory and clone the repository:
git clone https://github.com/VinhPhmCng/basic-programming-article.git
They are located in basic-programming/source/.
-
Build HTML:
pretext build web
OR
python -m pretext build web
-
View HTML:
pretext view web