Re: [NTG-context] Alignment of bullets withn \tabulate within \itemize

2021-08-04 Thread Wolfgang Schuster via ntg-context
Lukas/ConTeXt via ntg-context schrieb am 04.08.2021 um 17:03: Hello, let's have the following sample: \starttext \startitemize[packed_,][headstyle_=,] \item CC \starttabulate[|l|||] \NI aa \NC bb \NC\NR \stoptabulate \item AA \stopitemize \stoptext

[NTG-context] Alignment of bullets withn \tabulate within \itemize

2021-08-04 Thread Lukas/ConTeXt via ntg-context
Hello, let's have the following sample: \starttext \startitemize[packed_,][headstyle_=,] \item CC \starttabulate[|l|||] \NI aa \NC bb \NC\NR \stoptabulate \item AA \stopitemize \stoptext How do I make bullets (\itemtag) horizontally aligned one bellow

[NTG-context] Alignment with an enumeration

2021-04-12 Thread Fabrice Couvreur
Hi, Is it possible that the first item is on the baseline of the definition environment title ? Thank you. Fabrice \define\ItemCommand {\hskip\zeropoint\relax\autoinsertnextspace} \setupitemgroup [itemize] [color=darkred, style=bold, distance=\spaceamount] \setupitemgroup

Re: [NTG-context] alignment parameters

2020-01-19 Thread Henning Hraban Ramm
> Am 2020-01-20 um 05:57 schrieb Wolfgang Schuster > : >> I already learned that \setuplayout[grid=strut] makes more problems than it >> solves while fontfeature dimensions=strut is good;I should avoid frames in >> section titles (not necessarily, but it’s more controllable without); how to

Re: [NTG-context] alignment parameters

2020-01-19 Thread Wolfgang Schuster
On Sun, 19 Jan 2020 22:44:02 +0100 Henning Hraban Ramm wrote: > > > Am 2020-01-19 um 21:01 schrieb Wolfgang Schuster > > : > >>> > Hi, for my section titles I’m looking for the alignment parameters that > give me: > - left aligned > - no hyphenation (or only where I set

Re: [NTG-context] alignment parameters

2020-01-19 Thread Henning Hraban Ramm
> Am 2020-01-19 um 21:01 schrieb Wolfgang Schuster > : >>> Hi, for my section titles I’m looking for the alignment parameters that give me: - left aligned - no hyphenation (or only where I set breakpoints manually) - no overfull hboxes At the moment I have

Re: [NTG-context] alignment parameters

2020-01-19 Thread Wolfgang Schuster
On Sun, 19 Jan 2020 20:56:53 +0100 Henning Hraban Ramm wrote: > > > Am 2020-01-19 um 20:02 schrieb Wolfgang Schuster > > : > > > > On Sun, 19 Jan 2020 13:59:15 +0100 > > Henning Hraban Ramm wrote: > > > >> Hi, for my section titles I’m looking for the alignment parameters that > >> give

Re: [NTG-context] alignment parameters

2020-01-19 Thread Henning Hraban Ramm
> Am 2020-01-19 um 20:02 schrieb Wolfgang Schuster > : > > On Sun, 19 Jan 2020 13:59:15 +0100 > Henning Hraban Ramm wrote: > >> Hi, for my section titles I’m looking for the alignment parameters that give >> me: >> - left aligned >> - no hyphenation (or only where I set breakpoints manually)

Re: [NTG-context] alignment parameters

2020-01-19 Thread Wolfgang Schuster
On Sun, 19 Jan 2020 13:59:15 +0100 Henning Hraban Ramm wrote: > Hi, for my section titles I’m looking for the alignment parameters that give > me: > - left aligned > - no hyphenation (or only where I set breakpoints manually) > - no overfull hboxes > > At the moment I have >

[NTG-context] alignment parameters

2020-01-19 Thread Henning Hraban Ramm
Hi, for my section titles I’m looking for the alignment parameters that give me: - left aligned - no hyphenation (or only where I set breakpoints manually) - no overfull hboxes At the moment I have align={flushleft,extremestretch,nothyphenated} (would use also hz and hanging, if they don’t

Re: [NTG-context] Alignment

2019-05-13 Thread Wolfgang Schuster
Fabrice Couvreur schrieb am 13.05.2019 um 22:45: Hi, Not having too many ideas, I did this: is there not a more elegant way ? \definemathmatrix [pmatrix] [matrix:parentheses] [simplecommand=MATRIX] \starttext \startformula   \startmathalignment   \NC P \times M = P \NC \iff \MATRIX{x,y}

[NTG-context] Alignment

2019-05-13 Thread Fabrice Couvreur
Hi, Not having too many ideas, I did this: is there not a more elegant way ? Thank you. Fabrice \definemathmatrix [pmatrix][matrix:parentheses][simplecommand=MATRIX] \starttext \startmidaligned \startxtable[align={middle,lohi},frame=off,offset=0.8ex] \startxrow

[NTG-context] Alignment problem in a table

2017-08-22 Thread Fabrice Couvreur
Hello, How to align the text of the seventh line to the left ? Thanks Fabrice \unexpanded\def\pcent#1{\math{#1\,\%}} \startsetups [table:one] \setupTABLE[start][align={middle,lohi},width=2.2cm,offset=0.8ex] \setupTABLE[column][first][width=2.5cm,align={right}]

Re: [NTG-context] alignment problem in a table

2016-07-19 Thread Alan BRASLAU
On Tue, 19 Jul 2016 15:19:11 +0200 Fabrice Couvreur wrote: > The third column of matrix is not centered vertically and > horizontally. You should note that it is NECESSARY to present a MINIMAL Working Example, that is stripped-down to ONLY the minimum necessary to

Re: [NTG-context] alignment problem in a table

2016-07-19 Thread Wolfgang Schuster
Fabrice Couvreur 19. Juli 2016 um 15:19 Hello, The third column of matrix is not centered vertically and horizontally. Add the following two lines to your example \setupformula [option=frame] \setupformulaframed[offset=0pt] and you can see the

[NTG-context] alignment problem in a table

2016-07-19 Thread Fabrice Couvreur
Hello, The third column of matrix is not centered vertically and horizontally. thank you, Fabrice \setupbodyfont[pagella,11pt] \definemathmatrix [pmatrix] [left={\left(\,},right={\,\right)}] \define[3]\coef{\math{#1_{#2, #3}}\autoinsertnextspace} \startsetups[table:initialize]

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Mari Voipio
Thanks, Wolfgang! \symbol[square] doesn't work for me, because the inside of the box has to be white also when on gray background, i.e. I need a box filled with white. I decided to do what I should've done in the first place and brushed up enough of my MetaPost that I could create a box with

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Wolfgang Schuster
Mari Voipio 19. Mai 2016 um 12:45 On Thu, May 19, 2016 at 1:04 PM, Wolfgang Schuster This kind of works. The box and the number are now on the same line, but one of them - the number, I think - is offset and that looks funny. Is there a trick that'd fix that? 1. Lower

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread luigi scarso
On Thu, May 19, 2016 at 12:45 PM, Mari Voipio wrote: > On Thu, May 19, 2016 at 1:04 PM, Wolfgang Schuster > wrote: > > > > \dontleavehmode\externalfigure[box3mm] > > This kind of works. The box and the number are now on the same line, > but

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Mari Voipio
On Thu, May 19, 2016 at 1:04 PM, Wolfgang Schuster wrote: > > \dontleavehmode\externalfigure[box3mm] This kind of works. The box and the number are now on the same line, but one of them - the number, I think - is offset and that looks funny. Is there a trick

Re: [NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Wolfgang Schuster
Mari Voipio 19. Mai 2016 um 11:37 Hi, I have a little problem with a table. It works fine otherwise, but in the first column the box and the number should be on the same line. This goes right with 3a, but all the other ones place the box on the first line and the

[NTG-context] Alignment/line break in a TABLE cell

2016-05-19 Thread Mari Voipio
Hi, I have a little problem with a table. It works fine otherwise, but in the first column the box and the number should be on the same line. This goes right with 3a, but all the other ones place the box on the first line and the number on the second. Widening column 1 doesn't help. How do I

Re: [NTG-context] Alignment for narrower text

2016-04-03 Thread Wolfgang Schuster
Jan Tosovsky 2. April 2016 um 23:42 I thought Hans could also mean something like example below, but while leftskip should 'indent' all lines inside paragraph, it works only for the first one. Moreover, protrusion is not applied as well. And \crlf doesn't seem to

Re: [NTG-context] Alignment for narrower text

2016-04-02 Thread Jan Tosovsky
On 2016-04-02 Wolfgang Schuster wrote: > On 2016-04-01, Jan Tosovsky wrote: > > On 2016-04-01 Hans Hagen wrote: > > > On 2016-03-31, Jan Tosovsky wrote: > > > > > > > > http://tracker.luatex.org/view.php?id=884 > > > > > > > > Use case: > > > > - book uses global indentation > > > > - there is

Re: [NTG-context] Alignment for narrower text

2016-04-02 Thread Wolfgang Schuster
Hans Hagen 1. April 2016 um 09:21 On 3/31/2016 9:28 PM, Jan Tosovsky wrote: On 2016-03-31 Hans Hagen wrote: On 3/30/2016 8:55 PM, Jan Tosovsky wrote: On 2014-01-30 Jan Tosovsky wrote: I'd expect that starting french quote sign outside the left text edge - similarly

Re: [NTG-context] Alignment for narrower text

2016-04-01 Thread Jan Tosovsky
On 2016-04-01 Hans Hagen wrote: > On 3/31/2016 9:28 PM, Jan Tosovsky wrote: > > On 2016-03-31 Hans Hagen wrote: > >> On 3/30/2016 8:55 PM, Jan Tosovsky wrote: > >>> > >>> http://tracker.luatex.org/view.php?id=884 > >> > >> indenting prohibits protrusion > >> > > Are there alternative ways? > >

Re: [NTG-context] Alignment for narrower text

2016-04-01 Thread Hans Hagen
On 3/31/2016 9:28 PM, Jan Tosovsky wrote: On 2016-03-31 Hans Hagen wrote: On 3/30/2016 8:55 PM, Jan Tosovsky wrote: On 2014-01-30 Jan Tosovsky wrote: I'd expect that starting french quote sign outside the left text edge - similarly like it is aligned the main flow when the hanging feature is

Re: [NTG-context] Alignment for narrower text

2016-03-31 Thread Jan Tosovsky
On 2016-03-31 Hans Hagen wrote: > On 3/30/2016 8:55 PM, Jan Tosovsky wrote: > > On 2014-01-30 Jan Tosovsky wrote: > >> > >> I'd expect that starting french quote sign outside the left > >> text edge - similarly like it is aligned the main flow when > >> the hanging feature is enabled. > >> > >>

Re: [NTG-context] Alignment for narrower text

2016-03-30 Thread Hans Hagen
On 3/30/2016 8:55 PM, Jan Tosovsky wrote: On 2014-01-30 Jan Tosovsky wrote: I'd expect that starting french quote sign outside the left text edge - similarly like it is aligned the main flow when the hanging feature is enabled. Now I've found it works as expected when the indenting is

Re: [NTG-context] Alignment for narrower text

2016-03-30 Thread Jan Tosovsky
On 2014-01-30 Jan Tosovsky wrote: > > I'd expect that starting french quote sign outside the left text edge - > similarly like it is aligned the main flow when the hanging feature is > enabled. > > Now I've found it works as expected when the indenting is disabled... >

Re: [NTG-context] Alignment on the baseline in a itemize environment with \dfrac{}{}

2015-03-23 Thread Fabrice
Hi Wolfgang, Thank you for these three solutions. One thing I'm missing is the role of grid I did not know. Fabrice ___ If your question is of interest to others as well, please add an entry to the Wiki!

Re: [NTG-context] Alignment on the baseline in a itemize environment with \dfrac{}{}

2015-03-22 Thread Wolfgang Schuster
Am 22.03.2015 um 13:10 schrieb Fabrice Couvreur fabrice1.couvr...@gmail.com: The alignment of the second item on the baseline is not correct if I use the command \dfrac{}{}. How to solve this problem without using the command \framed ? Best regards, Fabrice \starttext

[NTG-context] Alignment on the baseline in a itemize environment with \dfrac{}{}

2015-03-22 Thread Fabrice Couvreur
The alignment of the second item on the baseline is not correct if I use the command \dfrac{}{}. How to solve this problem without using the command \framed ? Best regards, Fabrice \starttext \startitemize[columns,A,joinedup,three][stopper={)},style=bold] \item $f^{\prime}(x) = \dfrac{- 1}{(x +

Re: [NTG-context] Alignment, indenting and font inside floats

2014-07-29 Thread Joshua Krämer
On 2014-07-28, 17:23, Rik Kabel wrote: You may be able to get away with style=ss instead of a new font definition if the sans is linked to the main serif font. This doesn't work for me, because I want the math to be typeset in the new typeface, too. The contents of a float are styled

[NTG-context] Alignment, indenting and font inside floats

2014-07-28 Thread Joshua Krämer
Dear list, I want to setup all my floats' contents to be middle-aligned, not indented and typeset in a distinct font. How can I do this? The attached example does not work. Thank you and kind regards, Joshua Krämer \setupindenting [yes, \the\baselineskip] \definefontfamily [figurefamily]

Re: [NTG-context] Alignment, indenting and font inside floats

2014-07-28 Thread Rik Kabel
On 2014-07-28 15:29, Joshua Krämer wrote: Dear list, I want to setup all my floats' contents to be middle-aligned, not indented and typeset in a distinct font. How can I do this? The attached example does not work. Thank you and kind regards, Joshua Krämer \setupindenting [yes,

Re: [NTG-context] Alignment, indenting and font inside floats

2014-07-28 Thread Rik Kabel
On 2014-07-28 17:23, Rik Kabel wrote: (much snipped) The contents of a float are styled according to the type of float. Sorry, that last statement should have been: The contents of a float are styled according to the type of contents. That is, if a table is floated (with placetable or

[NTG-context] Alignment for narrower text

2014-01-30 Thread Jan Tosovsky
Dear All, how can I specify the alignment of narrower text, 'hanging' in my case? \definefontfamily[palatino][rm][Palatino Linotype][features={default, quality}] \setupbodyfont[palatino] \setupalign[hz, hanging] \setupindenting[medium, yes] \starttext \input{tufte} \setupnarrower[left=0cm] %

Re: [NTG-context] Alignment for narrower text

2014-01-30 Thread Wolfgang Schuster
Am 30.01.2014 um 20:08 schrieb Jan Tosovsky j.tosov...@email.cz: Dear All, how can I specify the alignment of narrower text, 'hanging' in my case? What do you expect from the output? Wolfgang ___ If your

Re: [NTG-context] Alignment for narrower text

2014-01-30 Thread Jan Tosovsky
On 2014-01-30 Wolfgang Schuster wrote: Am 30.01.2014 um 20:08 schrieb Jan Tosovsky j.tosov...@email.cz: how can I specify the alignment of narrower text, 'hanging' in my case? What do you expect from the output? I'd expect that starting french quote sign outside the left text edge -

Re: [NTG-context] Alignment table with comma, and long long space after

2013-10-05 Thread Hans Hagen
On 10/5/2013 5:37 AM, hwit...@gmail.com wrote: I'd like to try out the new experimental mechanism for tables mentioned below. Is it correct that I need the standalone version to do this? indeed If standalone, are there differenct versions that I must select between? For example a stable

Re: [NTG-context] Alignment table with comma, and long long space after

2013-10-04 Thread Hans Hagen
On 9/23/2013 8:11 PM, Wolfgang Schuster wrote: Am 23.09.2013 um 15:45 schrieb Xan dxpubl...@telefonica.net: On Sun, 22 Sep 2013 19:31:33 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: You can show us a *complete* minimal example. Wolfgang What is at final? It’s a bug in

Re: [NTG-context] Alignment table with comma, and long long space after

2013-10-04 Thread hwitloc
I'd like to try out the new experimental mechanism for tables mentioned below. Is it correct that I need the standalone version to do this? If standalone, are there differenct versions that I must select between? For example a stable standalone, verses experimental by date or name. Thanks

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-24 Thread Xan
On Mon, 23 Sep 2013 20:11:01 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: Am 23.09.2013 um 15:45 schrieb Xan dxpubl...@telefonica.net: On Sun, 22 Sep 2013 19:31:33 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: You can show us a *complete* minimal

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-23 Thread Xan
On Sun, 22 Sep 2013 19:31:33 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: You can show us a *complete* minimal example. Wolfgang What is at final? Xan ___ If your question is of interest to

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-23 Thread Wolfgang Schuster
Am 23.09.2013 um 15:45 schrieb Xan dxpubl...@telefonica.net: On Sun, 22 Sep 2013 19:31:33 +0200 Wolfgang Schuster schuster.wolfg...@gmail.com ha escrit: You can show us a *complete* minimal example. Wolfgang What is at final? It’s a bug in the alignment mechanism and looking for a

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-22 Thread Xan
It does not work with that: %%% Per a què les taules se me puguin alinear amb les comes \chardef\characteralignmentmode=2 \chardef\characteralignmentmode\plustwo %%% http://randomdeterminism.wordpress.com/2012/11/18/separation-of-content-and-presentation-for-tables-part-1/ \startsetups

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-22 Thread Wolfgang Schuster
Am 22.09.2013 um 19:13 schrieb Xan dxpubl...@telefonica.net: It does not work with that: %%% Per a què les taules se me puguin alinear amb les comes \chardef\characteralignmentmode=2 \chardef\characteralignmentmode\plustwo %%%

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-22 Thread Xan
Yes: You can show us a *complete* minimal example. Wolfgang % Regime \enableregime[utf] % Choose a language, and associated hyphenation rules. \mainlanguage[ca] % AMSTHM equivalent %% Exercici %% Mirar http://wiki.contextgarden.net/Command/setupdescriptions %%% posar alternative=left per

[NTG-context] Alignment table with comma, and long long space after

2013-09-21 Thread Xan
Hi, I have this \startsetups table:style \setupTABLE[row][first][background=color, backgroundcolor=tablecolor, color=black, align={middle,lohi},style=ss] \setupTABLE[column][1][align={right,lohi}] \setupTABLE[column][2][align={left,lohi},alignmentcharacter={,},aligncharacter=yes] %

Re: [NTG-context] Alignment table with comma, and long long space after

2013-09-21 Thread Wolfgang Schuster
Am 21.09.2013 um 16:22 schrieb Xan dxpubl...@telefonica.net: Hi, I have this \startsetups table:style \setupTABLE[row][first][background=color, backgroundcolor=tablecolor, color=black, align={middle,lohi},style=ss] \setupTABLE[column][1][align={right,lohi}]

Re: [NTG-context] Alignment of inmframed

2013-06-15 Thread Aditya Mahajan
On Sat, 15 Jun 2013, Hans Hagen wrote: On 6/14/2013 9:06 PM, Aditya Mahajan wrote: \inmframed (and by extension \definemathframed[...][location=low,...]) does not get the right vertical space. For example, \starttext \startformula \ln (1+x) = \inmframed{x - {\frac {x^2}{2}}} +

[NTG-context] Alignment of inmframed

2013-06-14 Thread Aditya Mahajan
\inmframed (and by extension \definemathframed[...][location=low,...]) does not get the right vertical space. For example, \starttext \startformula \ln (1+x) = \inmframed{x - {\frac {x^2}{2}}} + \frac{x^3}{3}-\cdots. \stopformula \stoptext Note that the two fractions do not align at the

Re: [NTG-context] Alignment of inmframed

2013-06-14 Thread Hans Hagen
On 6/14/2013 9:06 PM, Aditya Mahajan wrote: \inmframed (and by extension \definemathframed[...][location=low,...]) does not get the right vertical space. For example, \starttext \startformula \ln (1+x) = \inmframed{x - {\frac {x^2}{2}}} + \frac{x^3}{3}-\cdots. \stopformula \stoptext Note

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Alan BRASLAU
On Wed, 13 Feb 2013 06:54:18 +0100 Lutz Haseloff lutz.hasel...@gmail.com wrote: Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Keith J. Schultz
Hi Lutz, With This is LuaTeX, Version beta-0.74.0-2012122517 (rev 4541) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.9 int: english/english Things look fine. Actually, without textext the left and right seem to be aligned on the baseline. Where with textext it is aligned in the middle of

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
Hi Keith, following testfile perhaps describes my problem better: \starttext \startMPpage drawdot (origin); label.rt (textext(right) , origin) ; label.top (textext(top) , origin) ; label.lft (textext(left) , origin) ; label.bot (textext(bottom) , origin) ; \stopMPpage \stoptext If i run it by

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Alan BRASLAU
On Wed, 13 Feb 2013 11:11:23 +0100 Lutz Haseloff lutz.hasel...@gmail.com wrote: Hi Keith, following testfile perhaps describes my problem better: \starttext \startMPpage drawdot (origin); label.rt (textext(right) , origin) ; label.top (textext(top) , origin) ; label.lft (textext(left)

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Keith J. Schultz
Hi Lutz, Just updated, to make sure I have the latest. I see the problems. top bottom labels are not centered correctly bottom label not low enough left and right labels are not aligned at the same height Sorry, no ansers. regards Keith. Am 13.02.2013 um

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems to me, that the label.xx mechanism is completely broken. the results of label, label.rt and label.lft are exactly the same if i set labeloffset := 0bp ; (default is 3bp) 2013/2/13 Keith J. Schultz keithjschu...@web.de Hi Lutz, Just updated, to make sure I have the latest. I see

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems, that my ConTeXt installation was broken in this point. A complete new installation of the standalone heped. Sorry for the noise. 2013/2/13 Lutz Haseloff lutz.hasel...@gmail.com It seems to me, that the label.xx mechanism is completely broken. the results of label, label.rt and

[NTG-context] Alignment problem with labels and textext

2013-02-12 Thread Lutz Haseloff
Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem with labels using textext. Labels without textext work ok. Small example showing the

[NTG-context] Alignment problem with labels and textext

2013-02-11 Thread Lutz Haseloff
Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem with labels using textext. Labels without textext work ok. Small example showing the

Re: [NTG-context] Alignment in combination

2012-10-03 Thread Wolfgang Schuster
Am 03.10.2012 um 13:47 schrieb Marco Patzer home...@lavabit.com: Hi, how to left align the elements of a combination? \useMPlibrary [dum] \setupexternalfigures [height=2cm] \starttext %% does nothing: \setupcombinations [align=flushleft] \startcombination [2*2]

Re: [NTG-context] alignment in TABLE (solved)

2012-07-25 Thread Peter Münster
On Wed, Jul 25 2012, Aditya Mahajan wrote: Each cell of a TABLE is already a \frame, so you don't need to add a \framed inside a cell. Indeed, but at some point during my experimentation, I found differences with or without inner frame... I think, I've found, what had bothered me: strut=yes

Re: [NTG-context] alignment in TABLE (solved)

2012-07-25 Thread Hans Hagen
On 25-7-2012 12:31, Peter Münster wrote: On Wed, Jul 25 2012, Aditya Mahajan wrote: Each cell of a TABLE is already a \frame, so you don't need to add a \framed inside a cell. Indeed, but at some point during my experimentation, I found differences with or without inner frame... I think,

Re: [NTG-context] alignment in TABLE (solved)

2012-07-25 Thread Wolfgang Schuster
Am 25.07.2012 um 12:31 schrieb Peter Münster: On Wed, Jul 25 2012, Aditya Mahajan wrote: Each cell of a TABLE is already a \frame, so you don't need to add a \framed inside a cell. Indeed, but at some point during my experimentation, I found differences with or without inner frame...

[NTG-context] alignment in TABLE

2012-07-24 Thread Peter Münster
Hi, How could I please align vertically the 2 table cells in the following example: --8---cut here---start-8--- \starttext \bTABLE \bTR \bTD 1 \eTD \bTD \framed{1 Über} \eTD \eTR \eTABLE \stoptext --8---cut here---end---8---

Re: [NTG-context] alignment in TABLE

2012-07-24 Thread Rogers, Michael K
On Jul 24, 2012, at 5:45 PM, Peter Münster wrote: Hi, How could I please align vertically the 2 table cells in the following example: --8---cut here---start-8--- \starttext \bTABLE \bTR \bTD 1 \eTD \bTD \framed{1 Über} \eTD \eTR \eTABLE \stoptext

Re: [NTG-context] alignment in TABLE

2012-07-24 Thread Aditya Mahajan
On Tue, 24 Jul 2012, Peter Münster wrote: Hi, How could I please align vertically the 2 table cells in the following example: --8---cut here---start-8--- \starttext \bTABLE \bTR \bTD 1 \eTD \bTD \framed{1 Über} \eTD \eTR \eTABLE \stoptext

Re: [NTG-context] alignment in TABLE

2012-07-24 Thread luigi scarso
On Tue, Jul 24, 2012 at 11:49 PM, Rogers, Michael K mrog...@emory.eduwrote: On Jul 24, 2012, at 5:45 PM, Peter Münster wrote: Hi, How could I please align vertically the 2 table cells in the following example: --8---cut here---start-8---

[NTG-context] Alignment in \framed

2012-06-04 Thread Marcin Borkowski
Hi, I'd like to have a big \framed with a small text, positioned at the bottom left corner. I tried something like this: \starttext \framed[width=100mm,height=100mm,align={bottom,left}]{text} \stoptext but text appears in the exact opposite corner. What am I doing wrong? TIA -- Marcin

Re: [NTG-context] Alignment in \framed

2012-06-04 Thread Hans Hagen
On 4-6-2012 23:15, Marcin Borkowski wrote: Hi, I'd like to have a big \framed with a small text, positioned at the bottom left corner. I tried something like this: \starttext \framed[width=100mm,height=100mm,align={bottom,left}]{text} \stoptext but text appears in the exact opposite

Re: [NTG-context] Alignment in \framed

2012-06-04 Thread Marcin Borkowski
Dnia 2012-06-04, pon o godzinie 23:26 +0200, Hans Hagen pisze: On 4-6-2012 23:15, Marcin Borkowski wrote: Hi, I'd like to have a big \framed with a small text, positioned at the bottom left corner. I tried something like this: \starttext

Re: [NTG-context] Alignment in \framed

2012-06-04 Thread Marcin Borkowski
Dnia 2012-06-04, pon o godzinie 23:31 +0200, Marcin Borkowski pisze: Dnia 2012-06-04, pon o godzinie 23:26 +0200, Hans Hagen pisze: On 4-6-2012 23:15, Marcin Borkowski wrote: Hi, I'd like to have a big \framed with a small text, positioned at the bottom left corner. I tried

Re: [NTG-context] Alignment in \framed

2012-06-04 Thread Marco
On 2012-06-04 Marcin Borkowski mb...@wmi.amu.edu.pl wrote: What am I doing wrong? left == raggedleft you can use flushright Thanks a lot! But what about vertical alignment? \framed[width=100mm,height=100mm,align={low,flushleft}]{text} I don't know if the alignment key

Re: [NTG-context] alignment in a footer

2012-05-31 Thread Jan Pohanka
Thank you for answer, I have discovered, that \tbox does the job for me. \startoverlay {\leftaligned{nazev}} {\midaligned{\pagenumber /\totalnumberofpages}} {\rightaligned{\tbox{\externalfigure[jc_logo_small][width=4cm]}}} \stopoverlay regards Jan Dne Wed, 30 May 2012

Re: [NTG-context] alignment in a footer

2012-05-30 Thread Willi Egger
In such cases I define a layer and put the individual pieces into the right spot. The layer can be used as a background then. Willi On May 30, 2012, at 2:19 PM, Jan Pohanka wrote: Hello, I'm making a template for company documents and we need to have something similar in the footer

[NTG-context] Alignment of arrows and spacing of indices

2011-04-16 Thread Mathieu Boespflug
Hi, in the following document, \starttext foo $a \longrightarrow_\sigma b$ bar. \stoptext the arrow doesn't look right and the spacing of the \sigma is wrong. Latest beta (2011.04.13). Regards, Mathieu ___ If your

[NTG-context] alignment in TABLE

2010-06-15 Thread Peter Münster
Hello, Here is an alignment problem due to the rulethickness. Is there a cleaner and more elegant solution? \starttext \section{First line shifted to the right by a bit less than 2pt} \setupTABLE[offset=0pt, frame=off] \setupTABLE[r][1][bottomframe=on, rulethickness=2pt] \bTABLE \bTR\bTD bla

Re: [NTG-context] alignment explanation

2010-03-15 Thread Mehdi Omidali
On 3/15/2010 2:21 AM, Aditya Mahajan wrote: On Mon, 15 Mar 2010, Mehdi Omidali wrote: Hi, Finally, after reading source code of math-ali.mkiv, I found the best way to typeset my multiline equation as follows \starttext \placeformula \startformula \startalign[n=3] This means that

Re: [NTG-context] alignment explanation

2010-03-15 Thread Aditya Mahajan
On Mon, 15 Mar 2010, Mehdi Omidali wrote: On 3/15/2010 2:21 AM, Aditya Mahajan wrote: On Mon, 15 Mar 2010, Mehdi Omidali wrote: Hi, Finally, after reading source code of math-ali.mkiv, I found the best way to typeset my multiline equation as follows \starttext \placeformula

Re: [NTG-context] alignment explanation

2010-03-15 Thread Mehdi Omidali
On 3/15/2010 8:10 PM, Aditya Mahajan wrote: On Mon, 15 Mar 2010, Mehdi Omidali wrote: ConTeXt does not support that directly, but you can fake it. \def\NRtag{\global\let\doalignNC\dodoalignNC\doalignNRtag}% \def\doalignNRtag[#1]% {#1\crcr} \starttext \placeformula \startformula

Re: [NTG-context] alignment explanation

2010-03-15 Thread Aditya Mahajan
On Mon, 15 Mar 2010, Mehdi Omidali wrote: Thank you. It is perfect now. I think this solution deserve appearing in your MyWay manual. In fact, it deserves to be supported directly in MKIV. I'll add it to the MyWay. MkIV will support it when we eventually get down to an overhaul of display

[NTG-context] alignment explanation

2010-03-14 Thread Mehdi Omidali
Hi, Finally, after reading source code of math-ali.mkiv, I found the best way to typeset my multiline equation as follows \starttext \placeformula \startformula \startalign[n=3] \NC x^2 + y^2 \NC = z^2 \NC \NR[eq:1] \NC\NC = w^2 \NC + u^2\NC \text{(by \in{Equation}[eq:2])} \cr \NC\NC +

[NTG-context] Alignment in tables

2009-08-14 Thread Curiouslearn
Can someone please tell me why the following does not center the text in the first row? Thanks in advance. \setupTABLE[row][1][align={middle}] \setupTABLE[column][1][width=2.5in,align={lohi}] \setupTABLE[column][2][width=3in,align={lohi}] \bTABLE \bTR \bTD {\bf Concept} \eTD

Re: [NTG-context] Alignment in tables

2009-08-14 Thread Wolfgang Schuster
Am 14.08.2009 um 14:55 schrieb Curiouslearn: Can someone please tell me why the following does not center the text in the first row? Thanks in advance. \setupTABLE[row][1][align={middle}] \setupTABLE[column][1][width=2.5in,align={lohi}] This setup overwrites the previous one, write them

Re: [NTG-context] Alignment in tables

2009-08-14 Thread Curiouslearn
Can someone please tell me why the following does not center the text in the first row? Thanks in advance. \setupTABLE[row][1][align={middle}] \setupTABLE[column][1][width=2.5in,align={lohi}] This setup overwrites the previous one, write them in reverse order and it will work.

Re: [NTG-context] Alignment in tables

2009-08-14 Thread Wolfgang Schuster
Am 14.08.2009 um 15:04 schrieb Curiouslearn: I tried \setupTABLE[column][1][width=2.5in,align={lohi}] \setupTABLE[column][2][width=3in,align={lohi}] \setupTABLE[row][1][align={middle}] But that does not work either. weird but this works \setupTABLE[row][first][align=middle,style=bold]

Re: [NTG-context] Alignment in tables

2009-08-14 Thread Curiouslearn
Yes, that worked great. After looking at your solution, I vaguely remember that this had happened before. For the first row, first has worked 1 did not. It was so long back that I had forgotten about it. Thanks for the solution. On Fri, Aug 14, 2009 at 9:15 AM, Wolfgang Schuster

Re: [NTG-context] Alignment of Itemize

2008-05-15 Thread Olivier Guéry
On Thu, May 15, 2008 at 8:42 AM, Wolfgang Schuster [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 10:36 PM, [EMAIL PROTECTED] wrote: I have put this in my source file: \startitemize[R][4*broad,stopper=---] \startitemize[R,4*broad][stopper=---] And in the output the m rule (---) was

Re: [NTG-context] Alignment of Itemize

2008-05-15 Thread Wolfgang Schuster
On Wed, May 14, 2008 at 10:36 PM, [EMAIL PROTECTED] wrote: I have put this in my source file: \startitemize[R][4*broad,stopper=---] \startitemize[R,4*broad][stopper=---] And in the output the m rule (---) was overlapped by the roman numeral. By the way I would like to align the roman

[NTG-context] Alignment of Itemize

2008-05-14 Thread cidadaum
I have put this in my source file: \startitemize[R][4*broad,stopper=---] And in the output the m rule (---) was overlapped by the roman numeral. By the way I would like to align the roman numeral to the right more or less like this (it is difficult to do in text format) I ---

Re: [NTG-context] alignment

2006-07-10 Thread Hans Hagen
Hans van der Meer wrote: Question:� Why does this gives an error \midaligned{% \starttabulate[|r|c|l|] \NC abc \NC : \NC PQR \NC\NR \NC def \NC : \NC XYZ \NC\NR \stoptabulate } ! Missing } inserted. inserted text � � � � � � � � } to be read again � � � � � � � � �� \vskip \whitespace

[NTG-context] alignment

2006-07-06 Thread Hans van der Meer
Question:  Why does this gives an error \midaligned{% \starttabulate[|r|c|l|] \NC abc \NC : \NC PQR \NC\NR \NC def \NC : \NC XYZ \NC\NR \stoptabulate }! Missing } inserted.inserted text                 }to be read again                    \vskip \whitespace ...\parskip \zeropoint \relax \vskip    

[NTG-context] alignment problems of units in table

2006-04-13 Thread Wolfgang
Hello I get the units always left aligned in my table while the rest gets the correct alignement. What do I do wrong? \starttable[|l|r|r|r|r|r|] \HL \NC sample \NC length \NC width \NC height \NC dry weight \NC density \FR \NC \NC \Milli \Meter \NC \Milli \Meter \NC \Milli \Meter \NC \Gram \NC

Re: [NTG-context] alignment problems of units in table

2006-04-13 Thread Hans Hagen
Wolfgang wrote: Hello I get the units always left aligned in my table while the rest gets the correct alignement. What do I do wrong? \starttable[|l|r|r|r|r|r|] \HL \NC sample \NC length \NC width \NC height \NC dry weight \NC density \FR \NC \NC \Milli \Meter \NC \Milli \Meter \NC

Re: [NTG-context] alignment problems of units in table

2006-04-13 Thread Wolfgang
Hello, thanks a lot! I will have a look at the wiki and try to add this (will be my first addition). Wolfgang Hans Hagen schrieb: Wolfgang wrote: Hello I get the units always left aligned in my table while the rest gets the correct alignement. What do I do wrong?

[NTG-context] alignment

2006-02-17 Thread Hans van der Meer
There is something I do not understand with alignment. My idea was to put a small text in the middle of the line. The minimal example below does center he first but not the second alignment. Is this intentionale or an unforseen interaction between alignment and framed? \starttext

Re: [NTG-context] alignment

2006-02-17 Thread Taco Hoekwater
Hans van der Meer wrote: There is something I do not understand with alignment. My idea was to put a small text in the middle of the line. The minimal example below does center he first but not the second alignment. Is this intentionale or an unforseen interaction between alignment and

  1   2   >