Replies: 1 comment
-
|
See issue #127. You can make a pull request if you need this feature. It should be an easy job. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have multiple tables that share common characteristics, so I defined
But in a given table, I also want to set the first line in slanted, so I say
My problem is that the font specification in the env replaces the one given in the general definition. I tried to say
font+=\slshapebut this is an error.I would like to keep a separation between the general font setting (that sets the size), and the specific thing for the first row of a specific table.
Beta Was this translation helpful? Give feedback.
All reactions