-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement landscape mode for content (or just tables...?) #173
Comments
Page break in asciidoc is:
Asciidoc markup allows options on pagebreak:
So the appropriate markup can be introduced, and will need to be converted in Word into section breaks. The challenge will be whether this can be done without unworkable additions to Word's CSS defining page layouts. |
https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm and other online references notwithstanding, |
Needed changes in Word for every single gem are:
In isodoc:
This all is tractable, but it's also a big refactor. Again. I would rather this not hold up Friday release of gems. |
Also need to add WordSection3P (portrait) as well as WordSection3L, and WordSection2P and WordSection2L. All these continuation sections need to resume page numbering from the previous section, so they have different |
* master: (66 commits) namespace: metanorma/metanorma-iso#307 root and namespace variables: #155 refactor section names: closes metanorma/metanorma-iso#313 landscape/portrait page breaks: #173 bug version bump caller location: #197 version bump empty attributes refinement smart quotes on boilerplate boilerplate refactor boilerplate file refactor boilerplate functionality: #157 user supplied labels in autofetch references: #159 version bump plantuml robust under Windows: closes #187 #154 concept: #154 rspec grammar ...
As seen here: metanorma/metanorma-iso#263 sometimes tables are too wide and require landscape mode.
ITU OB sample: https://github.com/ituob/service-publications-refs/tree/master/974-F.400
There should be a syntax to mark content as "landscape" mode in Metanorma.
The text was updated successfully, but these errors were encountered: