added problemname and illustraton commands to aspell tex #2

Merged
SvartaHjarta merged 8 commits from aspell-custom-tex-commands into main 2024-02-19 21:45:27 +00:00
SvartaHjarta commented 2024-02-12 13:24:08 +00:00 (Migrated from github.com)

Opening this PR early for a discussion, I'm currently looking into more things to improve/customizing this repo for FKF.

Opening this PR early for a discussion, I'm currently looking into more things to improve/customizing this repo for FKF.
Tagl (Migrated from github.com) reviewed 2024-02-12 18:19:08 +00:00
Tagl (Migrated from github.com) commented 2024-02-12 18:19:08 +00:00

Kannski bæta href við líka

    default: '--lang=en_GB --mode=tex --add-tex-command="problemname P" --add-tex-command="illustration ppP"'
Kannski bæta href við líka ```suggestion default: '--lang=en_GB --mode=tex --add-tex-command="problemname P" --add-tex-command="illustration ppP"' ```
SvartaHjarta commented 2024-02-12 22:53:25 +00:00 (Migrated from github.com)

Perhaps we should ask the others if they feel that there are any other annoyances, or maybe we should just go for another PR?

Perhaps we should ask the others if they feel that there are any other annoyances, or maybe we should just go for another PR?
SvartaHjarta commented 2024-02-12 23:49:11 +00:00 (Migrated from github.com)

Note to self, make sure URL filter is enabled

And use aspell --reset-tex-command config tex-command to see current tex filters

Should we enable case sensitivity?

Note to self, make sure URL filter is enabled And use `aspell --reset-tex-command config tex-command` to see current tex filters Should we enable case sensitivity?
Tagl commented 2024-02-13 10:06:36 +00:00 (Migrated from github.com)

I believe case sensitivity is on as there is a difference in behaviour between "Arnar" and "arnar" when adding words to dictionary.

I believe case sensitivity is on as there is a difference in behaviour between "Arnar" and "arnar" when adding words to dictionary.
SvartaHjarta (Migrated from github.com) reviewed 2024-02-19 16:09:39 +00:00
@ -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) }
SvartaHjarta (Migrated from github.com) commented 2024-02-19 16:09:39 +00:00
puts args

Probably want to print args as we want the full argument list not just what the user sends in.

```suggestion puts args ``` Probably want to print args as we want the full argument list not just what the user sends in.
Sign in to join this conversation.
No description provided.