mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
add aspell
This commit is contained in:
parent
e95b229bc6
commit
d7713d8dba
1 changed files with 13 additions and 0 deletions
|
@ -76,3 +76,16 @@ ram.runtime = "3G"
|
|||
|
||||
[resources.apt]
|
||||
packages = "texlive, texlive-xetex, texlive-base, texlive-font-utils, redis-server, latexmk, python3-pygments"
|
||||
|
||||
packages = [
|
||||
# Overleaf dependencies
|
||||
"texlive", "texlive-xetex", "texlive-base", "texlive-font-utils", "redis-server", "latexmk", "python3-pygments",
|
||||
# Aspell dependencies
|
||||
"aspell-af", "aspell-ar", "aspell-ar-large" \
|
||||
"aspell-bg", "aspell-br", "aspell-ca", "aspell-cs", "aspell-cy", "aspell-da", "aspell-de", "aspell-de-1901",
|
||||
"aspell-el", "aspell-en", "aspell-eo", "aspell-es", "aspell-et", "aspell-eu-es", "aspell-fa",
|
||||
"aspell-fo", "aspell-fr", "aspell-ga", "aspell-gl-minimos", "aspell-hr", "aspell-hsb",
|
||||
"aspell-id", "aspell-it", "aspell-kk", "aspell-ku", "aspell-lt", "aspell-lv", "aspell-nl", "aspell-no",
|
||||
"aspell-nr", "aspell-ns", "aspell-pa", "aspell-pl", "aspell-pt-br", "aspell-pt-pt", "aspell-ro" \
|
||||
"aspell-ru", "aspell-sk", "aspell-sl", "aspell-st", "aspell-sv", "aspell-tl", "aspell-tn", "aspell-ts", "aspell-xh",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue