added all-bit-i config option
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
/// - width (float): TODO -> remove
|
||||
/// - height (float): TODO -> remove
|
||||
/// - full-page (bool): If true, the page will be resized to fit the diagram and take the background color
|
||||
/// - all-bit-i (bool): If true, all bit indices will be rendered, otherwise, only the ends of each range will be displayed
|
||||
/// -> dictionary
|
||||
#let config(
|
||||
default-font-family: "Ubuntu Mono",
|
||||
@ -49,7 +50,8 @@
|
||||
left-labels: false,
|
||||
width: 1200,
|
||||
height: 800,
|
||||
full-page: false
|
||||
full-page: false,
|
||||
all-bit-i: true
|
||||
) = {}
|
||||
|
||||
/// Dark theme config
|
||||
|
BIN
docs/schema.pdf
BIN
docs/schema.pdf
Binary file not shown.
Reference in New Issue
Block a user