Mục Lục
Article được viết với hệ thống soạn thảo PreTeXt.
Giới thiệu cho bạn những khái niệm cơ bản nhất của lập trình mà không đi sâu vào chi tiết.
Ấn để mở rộng
-
Tiếng Việt
Triển khai hiện tại: Github Pages
-
Edit video 🎞️
-
Hoạt hình ✨
-
Media 👀
-
Thuyết minh 🎤
-
Tạo phụ đề 🌎
Note
|
Mục này sẽ không được dịch sang Tiếng Việt. |
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