diff options
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ The following rendering options can be supplied as [fenced code attributes][fenc | |||
49 | 49 | ||
50 | * `.centered`: centers the diagram horizontally on the page | 50 | * `.centered`: centers the diagram horizontally on the page |
51 | * `caption="Some caption"`: adds a figure caption below the diagram | 51 | * `caption="Some caption"`: adds a figure caption below the diagram |
52 | * `label="somelabel`: adds a label to the figure | 52 | * `label="somelabel"`: adds a label to the figure |
53 | * `width=\columnwidth` and `height=100pt`: resize the diagram using the `\resizebox` command, | 53 | * `width=\columnwidth` and `height=100pt`: resize the diagram using the `\resizebox` command, |
54 | keeping the aspect ration of only one of the two is given | 54 | keeping the aspect ration of only one of the two is given |
55 | 55 | ||