Skip to content

ttobsen/docker-texlive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-texlive

docker texlive image

Spell Checking

The container includes aspell which can be used for LaTex spell checking. Use it like

find . -name "*.tex" -exec cat "{}" \; | aspell -t -d en_US list --encoding=utf-8 -p ./dict.txt

where dict.txt is a personal dictionary.