-
Notifications
You must be signed in to change notification settings - Fork 407
Conceal support for more math text style commands #2034
Copy link
Copy link
Closed
Labels
Description
As mentioned after resolution of #1972 I use \mathds to produce (e.g.) the double-struck 1, and would like to see it concealed. Seeing as this is a fairly common use case, I would say adding it to vimtex is reasonable. @lervag agrees that concealment for some more font style commands may be added. However, which ones to add? It's beyond me to firmly judge which ones are pertinent or frivolous, but the following lists those not already in vimtex that appear at the top of this popular stackexchange answer.
To be rendered in bold:
- pmb
- bm
To be rendered as double-struck
- mathds
- mathbbb
- mathbbm
- mathbbmss
- mathbbmtt
- varmathbb
To be rendered as Goth/Frak:
- textfrak
- textswab
- textgoth
@lervag also mentioned that this might be activated upon availability of the corresponding package.
Reactions are currently unavailable