Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/mr/includes/buttons.js
3170 views
1
runlatex.texts ={
2
"Open in Overleaf": "ओव्हरलीफमध्ये उघडा",
3
"TeXLive.net": "लाटेक् ऑनलाईन",
4
"Delete Output": "फलित काढून टाका",
5
"Compiling PDF": "फलित तयार होत आहे",
6
// The following not used on learnlatex.org
7
"edit": "संपादन",
8
"copy": "नक्कल करा",
9
"Added Code": "Added code",
10
"End Added Code": "End Added code",
11
"Top Caption": "Edit and run this example:"
12
}
13
14