ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: about \startcombination
@ 2012-01-12  2:21 dalyoung
  0 siblings, 0 replies; 5+ messages in thread
From: dalyoung @ 2012-01-12  2:21 UTC (permalink / raw)
  To: netuse; +Cc: ntg-context

Dear Marco,

Thank you for your reply.
It is totally my fault. 
I should be more careful to edit.

Best regards,

Dalyoung
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: about \startcombination
  2012-01-11 13:45 ` Hans Hagen
@ 2012-01-11 14:03   ` dalyoung
  0 siblings, 0 replies; 5+ messages in thread
From: dalyoung @ 2012-01-11 14:03 UTC (permalink / raw)
  To: ntg-context

Dear Hans,

I am sorry for the false alarm.
I should be more careful.

Thank you.

Best regards,

Dalyoung

2012. 1. 11., 오후 10:45, Hans Hagen 작성:

> On 11-1-2012 14:35, dalyoung wrote:
>> Hi,
>> 
>> Today, I found a strange behavior of \startcombination.
>> 
>> case 1.
>> 
>> \placefigure[][]{}
>> {\startcombination[3*1]
>> {\externalfigure[cow][width=.3\makeupwidth]}
>> {\externalfigure[cow][width=.3\makeupwidth]}
>> {\externalfigure[cow][width=.3\makeupwidth]}
>> \stopcombination}
>> 
>> I got an error message as following:
>> 
>> 
>> ......
>> 
>> fonts>  virtual math>  unable to resolve name mapsfromchar
>> fonts>  fallback modern rm 12pt is loaded
>> ! Missing { inserted.
>> system>  tex>  error on line 8 in file Workshop.tex: Missing { inserted ...
>> 1 \starttext
>> 2
>> 3 \placefigure[][]{}
>> 4 {\startcombination[3*1]
>> 5 {\externalfigure[cow][width=.3\makeupwidth]}
>> 6 {\externalfigure[cow][width=.3\makeupwidth]}
>> 7 {\externalfigure[cow][width=.3\makeupwidth]}
>> 8>>  \stopcombination}
>> 9
>> 10 \stoptext
>> 11
>> 12
>> 13
>> <inserted text>
>> {
>> <to be read again>
>> &
>> \docombination_b ->&
>> &&\hskip \combinationparameter \c!distance&\docombination
>> l.8 \stopcombination}
>> ?
>> 
>> case 2: If I changed [3*1] to [2*1], then no errors. But the output is as same as the case of [1*2], that is, two cows are aligned vertically not horizontally.
> 
> \startcombination[3*1]
>   {\externalfigure[cow][width=.3\makeupwidth]}{1}
>   {\externalfigure[cow][width=.3\makeupwidth]}{2}
>   {\externalfigure[cow][width=.3\makeupwidth]}{3}
> \stopcombination
> 
> so, combinations come in pairs where the even ones can be empty
> 
> -----------------------------------------------------------------
>                                         Hans Hagen | PRAGMA ADE
>             Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>   tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                            | www.pragma-pod.nl
> -----------------------------------------------------------------

___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: about \startcombination
  2012-01-11 13:35 dalyoung
  2012-01-11 13:44 ` Marco
@ 2012-01-11 13:45 ` Hans Hagen
  2012-01-11 14:03   ` dalyoung
  1 sibling, 1 reply; 5+ messages in thread
From: Hans Hagen @ 2012-01-11 13:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: dalyoung

On 11-1-2012 14:35, dalyoung wrote:
> Hi,
>
> Today, I found a strange behavior of \startcombination.
>
> case 1.
>
> \placefigure[][]{}
> {\startcombination[3*1]
> {\externalfigure[cow][width=.3\makeupwidth]}
> {\externalfigure[cow][width=.3\makeupwidth]}
> {\externalfigure[cow][width=.3\makeupwidth]}
> \stopcombination}
>
> I got an error message as following:
>
>
> ......
>
> fonts>  virtual math>  unable to resolve name mapsfromchar
> fonts>  fallback modern rm 12pt is loaded
> ! Missing { inserted.
> system>  tex>  error on line 8 in file Workshop.tex: Missing { inserted ...
> 1 \starttext
> 2
> 3 \placefigure[][]{}
> 4 {\startcombination[3*1]
> 5 {\externalfigure[cow][width=.3\makeupwidth]}
> 6 {\externalfigure[cow][width=.3\makeupwidth]}
> 7 {\externalfigure[cow][width=.3\makeupwidth]}
> 8>>  \stopcombination}
> 9
> 10 \stoptext
> 11
> 12
> 13
> <inserted text>
> {
> <to be read again>
> &
> \docombination_b ->&
> &&\hskip \combinationparameter \c!distance&\docombination
> l.8 \stopcombination}
> ?
>
> case 2: If I changed [3*1] to [2*1], then no errors. But the output is as same as the case of [1*2], that is, two cows are aligned vertically not horizontally.

\startcombination[3*1]
     {\externalfigure[cow][width=.3\makeupwidth]}{1}
     {\externalfigure[cow][width=.3\makeupwidth]}{2}
     {\externalfigure[cow][width=.3\makeupwidth]}{3}
\stopcombination

so, combinations come in pairs where the even ones can be empty

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: about \startcombination
  2012-01-11 13:35 dalyoung
@ 2012-01-11 13:44 ` Marco
  2012-01-11 13:45 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Marco @ 2012-01-11 13:44 UTC (permalink / raw)
  To: ntg-context

On 2012-01-11 dalyoung <haksan@me.com> wrote:

> Today, I found a strange behavior of \startcombination.
> 
> case 1.
> 
> \placefigure[][]{}
> {\startcombination[3*1]
> {\externalfigure[cow][width=.3\makeupwidth]}
> {\externalfigure[cow][width=.3\makeupwidth]}
> {\externalfigure[cow][width=.3\makeupwidth]}
> \stopcombination}

\placefigure[][]{}
{\startcombination[3*1]
{\externalfigure[cow][width=.3\makeupwidth]}{}
{\externalfigure[cow][width=.3\makeupwidth]}{}
{\externalfigure[cow][width=.3\makeupwidth]}{}
\stopcombination}

> case 2: If I changed [3*1] to [2*1], then no errors. But
> the output is as same as the case of [1*2], that is, two
> cows are aligned vertically not horizontally.

Add the missing braces. Works here.

Marco


___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* about \startcombination
@ 2012-01-11 13:35 dalyoung
  2012-01-11 13:44 ` Marco
  2012-01-11 13:45 ` Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: dalyoung @ 2012-01-11 13:35 UTC (permalink / raw)
  To: ntg-context

Hi, 

Today, I found a strange behavior of \startcombination.

case 1.

\placefigure[][]{}
{\startcombination[3*1]
{\externalfigure[cow][width=.3\makeupwidth]}
{\externalfigure[cow][width=.3\makeupwidth]}
{\externalfigure[cow][width=.3\makeupwidth]}
\stopcombination}

I got an error message as following:


.....

fonts > virtual math > unable to resolve name mapsfromchar
fonts > fallback modern rm 12pt is loaded
! Missing { inserted.
system > tex > error on line 8 in file Workshop.tex: Missing { inserted ...
1 \starttext
2
3 \placefigure[][]{}
4 {\startcombination[3*1]
5 {\externalfigure[cow][width=.3\makeupwidth]}
6 {\externalfigure[cow][width=.3\makeupwidth]}
7 {\externalfigure[cow][width=.3\makeupwidth]}
8 >> \stopcombination}
9
10 \stoptext
11
12
13
<inserted text>
{
<to be read again>
&
\docombination_b ->&
&&\hskip \combinationparameter \c!distance &\docombination
l.8 \stopcombination}
? 

case 2: If I changed [3*1] to [2*1], then no errors. But the output is as same as the case of [1*2], that is, two cows are aligned vertically not horizontally.

\placefigure[][]{}
{\startcombination[2*1]
{\externalfigure[cow][width=.3\makeupwidth]}
{\externalfigure[cow][width=.3\makeupwidth]}
\stopcombination}

Since there is no question about this in the list, I wonder it happens in my system only.
Would you please test the above?

The versions of LuaTeX and of ConTeXt are as following:

This is LuaTeX, Version beta-0.70.1-2011051908 (rev 4277)
ConTeXt ver: 2011.12.23 09:52 MKIV fmt: 2011.12.31

Thank you.

Best regards,

Dalyoung




___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-12  2:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-12  2:21 about \startcombination dalyoung
  -- strict thread matches above, loose matches on Subject: below --
2012-01-11 13:35 dalyoung
2012-01-11 13:44 ` Marco
2012-01-11 13:45 ` Hans Hagen
2012-01-11 14:03   ` dalyoung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).