added problemname and illustraton commands to aspell tex #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
KFFI/aspell!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "aspell-custom-tex-commands"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Opening this PR early for a discussion, I'm currently looking into more things to improve/customizing this repo for FKF.
Kannski bæta href við líka
Perhaps we should ask the others if they feel that there are any other annoyances, or maybe we should just go for another PR?
Note to self, make sure URL filter is enabled
And use
aspell --reset-tex-command config tex-commandto see current tex filtersShould we enable case sensitivity?
I believe case sensitivity is on as there is a difference in behaviour between "Arnar" and "arnar" when adding words to dictionary.
@ -11,7 +11,11 @@ files = ARGV[0].shellsplit.flat_map { |path| Dir.glob(path) }extra_words_files = ARGV[1].shellsplit.flat_map { |path| Dir.glob(path) }Probably want to print args as we want the full argument list not just what the user sends in.