Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jjtorrens
GitHub Repository: jjtorrens/learnlatex.github.io
Path: blob/main/pt/includes/buttons.js
3170 views
1
runlatex.texts ={
2
"Open in Overleaf": "Abrir no Overleaf",
3
"TeXLive.net": "Executar no TeXLive.net",
4
"Delete Output": "Excluir saída",
5
"Compiling PDF": "Construindo PDF",
6
// The following not used on learnlatex.org
7
"edit": "editar",
8
"copy": "copiar",
9
"Added Code": "Código adicionado",
10
"End Added Code": "Fim do código adicionado",
11
"Top Caption": "Editar e executar este exemplo:"
12
}
13
14