This commit is contained in:
Oscar Plaisant
2024-03-28 23:40:47 +01:00
parent 32037ae8e7
commit e5ada772ca
3475 changed files with 1433 additions and 69 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +0,0 @@
{
"id": "latex-to-unicode",
"name": "LaTeX to Unicode converter",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Convert LaTeX commands into unicode sqeuences",
"author": "fjdu",
"authorUrl": "https://fjdu.github.io",
"fundingUrl": "https://www.buymeacoffee.com/fjdu",
"isDesktopOnly": false
}

View File

@@ -1,11 +0,0 @@
table.latexInputTable, #userInput, #resDisp {
width: 100%;
}
.latexInputTable td:first-child {
width: 30%;
}
.latexInputTable td:last-child {
width: 70%;
}