startcombination place reference left of images instead below
Hi When using refernece instead of column mode in start combination: Is it possible to tell context to place the reference label left or right of the picture/table etc and not below? Or do i have to use multiple columns and put reference manually and how? Following: +----------------------------+ a) | first comination element | +----------------------------+ +----------------------------+ b) | second comination element | +----------------------------+ instead of: +----------------------------+ | first comination element | +----------------------------+ (a) +----------------------------+ | second comination element | +----------------------------+ (b) Best Xristoph
Christoph Hintermüller schrieb am 23.03.2020 um 15:27:
Hi When using refernece instead of column mode in start combination: Is it possible to tell context to place the reference label left or right of the picture/table etc and not below? Or do i have to use multiple columns and put reference manually and how?
Following:
+----------------------------+ a) | first comination element | +----------------------------+
+----------------------------+ b) | second comination element |
+----------------------------+
instead of: +----------------------------+ | first comination element | +----------------------------+ (a) +----------------------------+ | second comination element |
+----------------------------+ (b)
Best Xristoph
This is not possible but maybe the following is a alternative for you. The tabulate can be used in combination with an item group to have auto generated numbers in a given column. \starttext \startitemize[a][stopper=)] \starttabulate \NI First entry \NC\NR \NI Second entry \NC\NR \NI Third entry \NC\NR \NI Fourth entry \NC\NR \stoptabulate \stopitemize \stoptext Wolfgang
Hi Wolfgang On Mon, 2020-03-23 at 15:56 +0100, Wolfgang Schuster wrote:
This is not possible but maybe the following is a alternative for you.
The tabulate can be used in combination with an item group to have auto generated numbers in a given column.
\starttext
\startitemize[a][stopper=)] \starttabulate \NI First entry \NC\NR \NI Second entry \NC\NR \NI Third entry \NC\NR \NI Fourth entry \NC\NR \stoptabulate \stopitemize
\stoptext
Just a short Followup and Summary. First, standard packages in Ubuntu Bionic including the Packages built by JonathonF for TeXLive 2018 (*) seem to not yet provide \NI. (*) The 2019 Packages are broken in the JonathonF repo Second the non documented \itemtag which should be replaced by \NI works on my installation Third i Figured \itemtag also works for \starttable not just for \starttabulate. Fourth this allows me to use \Raise / Lower commands to move \itemtag to top of my Metapost picture which without would be placed at bottom of column (**) (**) I did not manage to get same effect with A{} (alignment) style on tabulate. I fear i did not get how that works or \itemtag simply ignores it which would explain amongst others why it stayed undocumented. Anyway i do get my Subfigure tags positioned and aligned the way i need it. Thank you very much again. Best Xristoph
Christoph Hintermüller schrieb am 26.03.2020 um 21:23:
Hi Wolfgang
On Mon, 2020-03-23 at 15:56 +0100, Wolfgang Schuster wrote:
This is not possible but maybe the following is a alternative for you.
The tabulate can be used in combination with an item group to have auto generated numbers in a given column.
\starttext
\startitemize[a][stopper=)] \starttabulate \NI First entry \NC\NR \NI Second entry \NC\NR \NI Third entry \NC\NR \NI Fourth entry \NC\NR \stoptabulate \stopitemize
\stoptext
Just a short Followup and Summary.
First, standard packages in Ubuntu Bionic including the Packages built by JonathonF for TeXLive 2018 (*) seem to not yet provide \NI.
(*) The 2019 Packages are broken in the JonathonF repo
Second the non documented \itemtag which should be replaced by \NI works on my installation
Third i Figured \itemtag also works for \starttable not just for \starttabulate.
Fourth this allows me to use \Raise / Lower commands to move \itemtag to top of my Metapost picture which without would be placed at bottom of column (**)
(**) I did not manage to get same effect with A{} (alignment) style on tabulate. I fear i did not get how that works or \itemtag simply ignores it which would explain amongst others why it stayed undocumented.
Anyway i do get my Subfigure tags positioned and aligned the way i need it.
\setupexternalfigure[location=default] \starttext \starttabulate[|l|l|] \NC A \NC \tbox{\externalfigure[hacker]} \NC\NR \NC B \NC \tbox{\externalfigure[cow]} \NC\NR \stoptabulate \stoptext Wolfgang
participants (2)
-
Christoph Hintermüller
-
Wolfgang Schuster