-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't ignore second argument of \setkomavar
#373
Comments
The problem is {
"ltex.latex.commands": {
"\\setkomavar{}": "ignore",
"\\setkomavar{}{}": "default"
}
} should work, but it doesn't due to a bug. |
Ok, but I right, that it it not possible by default to mix different settings for different arguments? That would be good, in order to do stuff like this, e.g.
|
It would definitely not be a “minor change,” as this would require a complete rewrite of the command matching system. PRs are appreciated, though. I don't see a real-world example that's used widely, which is a necessary condition for feature requests. Your example with |
\setkomavar
Ok, thanks for the explanations. A appreciate your work and "easy" was probably the wrong word anyway. |
Fixed in 11.0.0. |
Hello, is it currently possibly to mix checking for different arguments, e.g. only check the second argument in
\setkomavar{fistname}{Maxxxx}
?Maybe I am missing something here, but if not, such a feature would be great.
Thanks.
The text was updated successfully, but these errors were encountered: