[NTG-context] mathalign with \{ ?

2009-09-02 Thread Xan

Hi,

I have

\placeformula[-]
\startformula
 F(n) = \startdisplaycases
   \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ 
parell} \NR
   \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ 
senar} \NR

 \stopdisplaycases
\stopformula

and I want to put

\placeformula[-]
\{
\startformula
 F(n) = \startdisplaycases
   \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ 
parell} \NR
   \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ 
senar} \NR

 \stopdisplaycases
\stopformula

But I received error.
I have MKII.

How can I put braces and do that enumeration formula is at middle 
possition (not in first or last line, just in the middle). I use Aditya 
manual but I did not see it.


Xan.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Paragraphs that start with formatting fail to wrap around floats

2009-09-02 Thread Brian Wedde
I found what appears to be a bug. I can't find any documentation on it. If i'm 
doing something wrong, i would really appreciate it if someone would tell me 
so. Otherwise, please tell me it is a bug so i can stop pulling my hair out. If 
a paragraph starts with anything but plain text, it will not honor floating 
objects and will run over them.

Here is an example:

\starttext

\placefigure[right,here]{none}{\framed[width=0.3\textwidth,height=0.3\textwidth]{Floating
 Thingoid}}

{\bf T}his simple paragraph does not wrap around the floated figure. You can 
see it starts with a single boldface command.x xxx  xxx x  x xx 
 x  xx

\bf{T}his paragraph will also not honor the float. It has an alternate form of 
the boldface command

And yet this paragraph will. It starts with just plain text.  xxx  xxx 
x  x xx  x.   xxx  xxx x  x xx  x   
xxx  xxx x  x xx  x   xxx  xxx x  x xx 
 x. 

\stoptext


Any feedback or advice would be greatly appreciated.

[and if i'm posting this in the wrong place, please advise. I could not find 
any info on submitting or reviewing bug reports. ]

Thanks!

- lev
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Intro to Luatex

2009-09-02 Thread John Culleton
On Monday 31 August 2009 13:37:04 luigi scarso wrote:
 On Sat, Aug 29, 2009 at 11:35 PM, John 
Culletonj...@wexfordpress.com wrote:
  Luatex has a lot of features that Context doesn't. Where is 
the best
  place to start learning about it?

 For example ?

 --
 luigi

It appears to me that there are significant changes to the font 
handling in Luatex.  There may be other changes.  I am looking for 
any comprehensive guidance that would supplement or even 
supplant the 2001 Context documentation for users. 
-- 
John Culleton
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Aditya Mahajan

On Wed, 2 Sep 2009, Xan wrote:


Hi,

I have

\placeformula[-]
\startformula
F(n) = \startdisplaycases
  \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ parell} 
\NR
  \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ senar} 
\NR

\stopdisplaycases
\stopformula

and I want to put

\placeformula[-]
\{
\startformula
F(n) = \startdisplaycases
  \NC F(0) + 2 \ln n!!  - \frac{n}{2} \ln 2  \MC \text{si } n \text{ parell} 
\NR
  \NC F(1) + 2 \ln n!! - \frac{n+1}{2} \ln 2 \MC \text{si } n \text{ senar} 
\NR

\stopdisplaycases
\stopformula

But I received error.
I have MKII.

How can I put braces and do that enumeration formula is at middle possition 
(not in first or last line, just in the middle). I use Aditya manual but I 
did not see it.


Can you visually show what you want to achieve?

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Intro to Luatex

2009-09-02 Thread Aditya Mahajan

On Wed, 2 Sep 2009, John Culleton wrote:


It appears to me that there are significant changes to the font
handling in Luatex.  There may be other changes.  I am looking for
any comprehensive guidance that would supplement or even
supplant the 2001 Context documentation for users.


For fonts see the chapters of the new manual.

http://context.aanhet.net/svn/contextman/context-reference/en/co-typography.pdf
http://context.aanhet.net/svn/contextman/context-reference/en/co-fonts.pdf

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Xan

Can you visually show what you want to achieve?
Aditya



Yes. I attached a hand free picture.
I hope this serves you.

Thanks,
Xan.

inline: Sense títol.png___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] How can I start wiith 2 in itemize?

2009-09-02 Thread Xan

Hi,

I want to start itemize with 2.
I put \startitemize[n][start=2] but it does not work.

Strange?

Xan.
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Aditya Mahajan

On Wed, 2 Sep 2009, Xan wrote:


Can you visually show what you want to achieve?
Aditya



Yes. I attached a hand free picture.
I hope this serves you.


\definemathmatrix[GROUP]
 [left={\left\{\,}, right={\right.},
  align={right,middle,left}, style=\displaystyle,
  distance=0.2em]

\starttext

\placeformula \startformula
\startGROUP
  \NC E \NC = \NC mc^2 \NR
  \NC \Delta \NC = \NC 3 \NR
\stopGROUP
\stopformula
\stoptext

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] mathalign with \{ ?

2009-09-02 Thread Xan

Thanks Aditya, very much.
Xan
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Intro to Luatex

2009-09-02 Thread luigi scarso
On Wed, Sep 2, 2009 at 3:50 PM, John Culletonj...@wexfordpress.com wrote:
 On Monday 31 August 2009 13:37:04 luigi scarso wrote:
 On Sat, Aug 29, 2009 at 11:35 PM, John
 Culletonj...@wexfordpress.com wrote:
  Luatex has a lot of features that Context doesn't. Where is
 the best
  place to start learning about it?

 For example ?

 --
 luigi

 It appears to me that there are significant changes to the font
 handling in Luatex.  There may be other changes.
Yes, unicode for example.
I believe that you are making a comparison between pdftex+context mkii
and luatex
It's wrong .
The right comparison is between pdftex+context mkii,
xetex+mkii,
luatex+mkiv



-- 
luigi
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] How can I start wiith 2 in itemize?

2009-09-02 Thread Peter Rolf

Hi Xan,

looks like you have to separate the setup in this case.

\starttext
\setupitemize[start=2]
\startitemize[n]
\item foo
\stopitemize
\stoptext


Best wishes,  Peter


Xan schrieb:

Hi,

I want to start itemize with 2.
I put \startitemize[n][start=2] but it does not work.

Strange?

Xan.
___ 

If your question is of interest to others as well, please add an entry 
to the Wiki!


maillist : ntg-context@ntg.nl / 
http://www.ntg.nl/mailman/listinfo/ntg-context

webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___ 





___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] How can I start wiith 2 in itemize?

2009-09-02 Thread Aditya Mahajan

On Thu, 3 Sep 2009, Peter Rolf wrote:


Hi Xan,

looks like you have to separate the setup in this case.

\starttext
\setupitemize[start=2]
\startitemize[n]
\item foo
\stopitemize
\stoptext


\startitemize[n][start=2] works in mkiv.

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___