Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/vi/includes/buttons.js
3170 views
1
runlatex.texts ={
2
"Open in Overleaf": "Mở trong Overleaf",
3
"TeXLive.net": "Chạy với TeXLive.net",
4
"Delete Output": "Xóa output",
5
"Compiling PDF": "Đang biên dịch PDF",
6
// The following not used on learnlatex.org
7
"edit": "sửa",
8
"copy": "sao chép",
9
"Added Code": "Đoạn mã được thêm tự động",
10
"End Added Code": "Kết thúc đoạn mã được thêm tự động",
11
"Top Caption": "Chỉnh sửa và biên dịch ví dụ này:"
12
}
13
14