- Defining Styles
- Using Style Settings
- Class Reference
-
Settings Reference
-
Document Settings
- baseline-grid-size
- column-count
- column-spacing-width
- footnote-enumeration
- footnote-placement
- footnote-style
- locale
- page-binding
- page-height
- page-inset-bottom
- page-inset-inner
- page-inset-outer
- page-inset-top
- page-number-format
- page-number-reset
- page-number-style
- page-orientation
- page-width
- section-break
- two-sided
- Headers and Footers
- Footnotes Area
- Inline
- Media
- Footnotes
- Paragraph
- Divider
- List
- Table
- Table Cell
- Table of Contents
- Table of Contents Item
-
Document Settings
- Editor Plugins
two-sided
Specifies whether the output should be generated for two-sided printing or not. If two-sided printing is activated, page-inset-inner and page-inset-outer will be switched according to the page-binding. Furthermore, first pages will be forced for placement on the left or right side (see page-binding.
Availability
Available in: Document Settings
Type
Available values
| Value | Description |
|---|---|
no |
Single sided output. All pages are treated as first pages. Inner and outer margins are not switched. New sections start on the next page. Used as default. |
yes |
Create two-sided output. Switch inner and outer page inset. Force first pages to be placed on the left / right side accordin to page binding. |
Default value
Yes
Inherited
Yes.
Example
document-settings {
page-inset-inner: 4cm
page-inset-outer: 2cm
page-binding: left
section-break: heading-2
two-sided: yes
}