Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/tr/includes/buttons.js
3170 views
1
runlatex.texts ={
2
"Open in Overleaf": "Overleaf ile aç",
3
"TeXLive.net": "LaTeX Online",
4
"Delete Output": "Çıktıyı Sil",
5
"Compiling PDF": "PDF Derleniyor",
6
// The following not used on learnlatex.org
7
"edit": "düzenle",
8
"copy": "kopyala",
9
"Added Code": "Added code",
10
"End Added Code": "End Added code",
11
"Top Caption": "Edit and run this example:"
12
}
13
14