Plural acronyms
Hey,
first of all: thank you for your fantastic work.
One thing I am missing and would love to have added to the acronym implementation is plurals. I export to latex and it would be great if i was able to use \acp in addition to \ac. I am not sure how proper MMD syntax would would look for this, however. Maybe an extension of the acronym definition to include a plural? Ideally, the lower-case-s syntax would be automatic (that is "GB" => "\ac{gummibear}" and "GBs" => "\acp{gummibear}) and special cases would be part of the definition somehow.
As it, it seems that I either have to include raw latex for the plural or to define a second abbreviation. The latter will unfortunately also lead to a second first mention.
Thank you for your time,
Jan
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by fletcher on 20 Mar, 2017 02:10 PM
Jan,
My apologies -- going through email and realized that I never replied to this.
As you may or may not be aware, I have been hard at work on MMD v 6 for quite a while, and it is nearing completion (for 6.0.0 anyway!). I have made an extensive rewrite to the support for abbreviations, acronyms. However, I am not sure that specifically supporting plurals is the way I want to go.
I recognize the utility of this function, and understand why its included in LaTeX, which is definitely an "everything but the kitchen sink" sort of program, which is why it is so powerful and useful.
MMD, however, is (in my opinion) powerful and useful as much for what it does not include as for what it does include. I was on the fence about abbreviation support to begin with (though I use them on occasion myself now). But I think supporting specific plural forms is perhaps getting a bit too specific for the vast majority of users.
For now, you are correct, that raw LaTeX is one option (though not specifically supported in MMD-6 yet -- see the issues page for details). A second abbreviation is the other.
A different approach, that might be more useful, would be a syntax that indicates that an abbreviation should always be used in the abbreviated form?? In other words, every use of that abbreviation is a "subsequent mention." This would allow the plural form to be specified as a separate abbreviation, but without triggering another "first mention." I'm not sure if there is a precedent for such a thing in LaTeX already or not.
For more info on MMD-6:
https://github.com/fletcher/MultiMarkdown-6
Thanks!
Fletcher
fletcher closed this discussion on 31 Oct, 2017 08:26 PM.