mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
.. | ||
figures/errors-by-epoch-pretraining | ||
abstract-500-chars.txt | ||
baseline-1.csv | ||
baseline-2-pretraining.csv | ||
baseline-2.csv | ||
ch1-introduction.tex | ||
ch2-general-system-design.tex | ||
ch3-data-and-implementation.tex | ||
ch4-algorithms.tex | ||
ch5-optimization-of-system-design.tex | ||
ch6-summary.tex | ||
ch7-mfrdb-eval.tex | ||
glossary.tex | ||
Makefile | ||
README.md | ||
sRGBIEC1966-2.1.icm | ||
variables.tex | ||
write-math-ba-paper.bib | ||
write-math-ba-paper.tex |
License
This is work is licensed under CC BY-NC-ND 3.0.
Spell checking
- Spell checking
for f in ch*.tex; do aspell --lang=en --mode=tex check $f; done
- Spell checking
for f in ch*.tex; do /home/moose/GitHub/Academic-Writing-Check/checkwriting $f; done
- Spell checking with
http://www.reverso.net/spell-checker
- https://github.com/devd/Academic-Writing-Check