You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For instance, when rendering a floating-point number, it is desired to specify the precision manually.
For instance, we can allow writing it like
myText = [int||My value is #f[3]{ value }|]
To avoid breaking changes (and also for the user's simplicity) we can require something different than rmode'xxx :: RMode, e.g. have a special mode with parameters:
For instance, when rendering a floating-point number, it is desired to specify the precision manually.
For instance, we can allow writing it like
To avoid breaking changes (and also for the user's simplicity) we can require something different than
rmode'xxx :: RMode
, e.g. have a special mode with parameters:And maybe we should also allow for named parameters? But not in this iteration I guess.
The text was updated successfully, but these errors were encountered: