Skip to content

Commit

Permalink
- adding the spell check stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Rodner authored and Erik Rodner committed Oct 6, 2011
1 parent cc92e68 commit 6138a32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spellcheck
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

aspell --add-tex-command "ref p" --add-tex-command "eqref p" --add-tex-command "citet p" --add-tex-command "citep p" -l en_US -t check $*
3 changes: 3 additions & 0 deletions spellcheck_german
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

aspell --add-tex-command "ref p" --add-tex-command "eqref p" --add-tex-command "citet p" --add-tex-command "citep p" -l de_DE -t check $*

0 comments on commit 6138a32

Please sign in to comment.