Skip to content

Latest commit

 

History

History
122 lines (78 loc) · 2.7 KB

README.adoc

File metadata and controls

122 lines (78 loc) · 2.7 KB

Lập Trình Cơ Bản: Cho Người Mới Bắt Đầu

Thông tin Dự án ✨

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.

Ngôn ngữ khả dụng

Ấn để mở rộng

Triển khai hiện tại: Github Pages

Công cụ và tài nguyên để làm video 🔨

  1. Edit video 🎞️

  2. Hoạt hình ✨

  3. Media 👀

  4. Thuyết minh 🎤

  5. Tạo phụ đề 🌎

Đóng góp 🤝

Note
Mục này sẽ không được dịch sang Tiếng Việt.

Install PreTeXt

Using pip:

pip install pretext

Install a TeX distribution

I prefer MiKTeX over TeX Live and other options.

If you use MiKTeX, when you first build a PreTeXt project, it will ask for permission to install the requisite packages.

Use VSCode and PreTeXt-tools (Optional)

PreTeXt-tools is an official extension for VSCode, which offers language support and more for PreTeXt projects.

Clone the repo

Navigate to a suitable directory and clone the repository:

git clone https://github.com/VinhPhmCng/basic-programming-article.git

Edit the source files

They are located in basic-programming/source/.

Build and view the project locally

  • Build HTML:

pretext build web

OR

python -m pretext build web
  • View HTML:

pretext view web

License 🔑