1
1
Suppose I have table in rich-text document:
┌─┬─┐
│A│D│
├─┼─┤
│B│E│
├─┼─┤
│C│F│
└─┴─┘
If I insert numbering in usual way, it'll look like this:
┌────┬────┐
│1. A│2. D│
├────┼────┤
│3. B│4. E│
├────┼────┤
│5. C│6. F│
└────┴────┘
But I instead want something like this (different variants of same idea):
┌────┬────┐ ┌────┬────┐ ┌────┬────────┐
│1. A│1. D│ │1. A│4. D│ │1. A│<K+0>. D│
├────┼────┤ ├────┼────┤ ├────┼────────┤
│2. B│2. E│ │2. B│5. E│ │2. B│<K+1>. E│
├────┼────┤ ├────┼────┤ ├────┼────────┤
│3. C│3. F│ │3. C│6. F│ │3. C│<K+2>. F│
└────┴────┘ └────┴────┘ └────┴────────┘
I.e. (two different phrasings of the same thing):
- I want different columns to have individual numbering.
- I want numbering order to be not row/column, but column/row.
Any ideas?
And how cross-platform are your ideas (e.g. "Microsoft Office only", "LibreOffice only", "OpenOffice.org only", "Google Docs only", "LibreOffice + OpenOffice.org", "all desktop offices", etc)?
Upd.: This question got an answer. But it's quite unexpected; I don't understand how it works, nor how I can use it in practice (answer is good, but the way typical word-processor works appear to be quite tangled). So I asked another question.
Given you want this kind of flexibility, isn't publisher a better option to work in? – LPChip – 2017-01-13T13:38:03.193
@LPChip, what flexibility? – Sasha – 2017-01-13T14:04:29.967
Publisher is aimed to create documents with a versatile layout. It has options to design where text is placed, how it is placed and the same is true for images. Think of a newspaper. Publisher is much better suited for creating a newspaper layout than word is. Of course publisher is from the MS Office suite, and every office suite has its alternative. – LPChip – 2017-01-13T15:23:02.877
@LPChip, I asked "what flexibility" did you see in my requests (not in Publisher): as what I request is quite basic thing (not related to layout). Still, thanks for your suggestion: I've never heard of Publisher before (and didn't know that
.pub
it can be opened in LibreOffice since 2012). However, overall.pub
support seems still to be lower than for.doc
,.xls
, etc. – Sasha – 2017-01-14T07:56:23.627