[NTG-context] Repeat second-level registers within index

2013-09-24 Thread Thangalin
Hi,

How do you prevent ConTeXt from hiding (collapsing?) duplicate level 2
index items?

For example:

  \startitem
5 array \index{hedgehog+SECTION A}hedgehog
  \stopitem
  \startitem
7 army \index{herring+SECTION A}herring
  \stopitem
  \startitem
100 bloat \index{hippopotamuses+SECTION A}hippopotamuses
  \stopitem

The text "SECTION A" will only appear once in the index, right after
hedgehog. I would like it to appear once per index term, always. Such as:

*H*
hedgehog
SECTION A 2
herring
SECTION A 2
hippopotamuses
SECTION A 2

For more details, see:
http://tex.stackexchange.com/questions/134952/force-second-level-index-to-be-displayed-in-context

Kindest regards.
___
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
___

Re: [NTG-context] Conditional float references

2013-09-24 Thread Otared Kavian
Hi Marco,

Your macro is a wonderful help to have smart references: I have not yet tried 
it with references to maths formulas, theorems, lemmas and such, but Iguess it 
should work as well.

In order to help you nail down some small issues, here is how I used your 
module: I put the file you sent

conditionalfloatreferences.mkvi

in a folder (i.e. a directory) and then in a TeX file I put the following (not 
so) minimal example excerpted from your file
%%% begin smartref-test.tex
\usemodule[conditionalfloatreferences]
\useMPlibrary [dum]
%\setuppagenumbering [alternative=singlesided]
\setuppagenumbering [alternative=doublesided]

\starttext
{\bf Test 1:}

See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma].
\page 
{\bf Test 2:}

See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma].

\startplacefigure [reference=fig:alpha] \externalfigure \stopplacefigure
\startplacefigure [reference=fig:beta]  \externalfigure \stopplacefigure

\page 
{\bf Test 3:}

See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma].

\startplacefigure [reference=fig:gamma] \externalfigure \stopplacefigure
\startplacefigure [reference=fig:delta] \externalfigure \stopplacefigure

\page 

{\bf Test 4:}

See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma].
\page 

{\bf Test 5:}

See \smartref{figure}[fig:alpha] and \smartref{figure}[fig:gamma].

\stoptext
%%% end smartref-test.tex

The issues I noticed are the following:
1. Typesetting the file gives an error message when there is no 
\setuppagenumbering[alternative=doublesided]
Actually it typesets if one ignores the error message (but some issues like the 
ones below remain).

2. In the above minimal example, when stating 
\setuppagenumbering[alternative=doublesided]
then Test 2 and Test 3 do not result in the smart references expected (they 
both result in « See figure 1 and figure 3. » while Test 2 should give « See 
figure 1 and figure 3 on next page. », and Test 3 should result in « See figure 
1 on previous page and figure 3. »).

Thanks again for sharing your module.

Best regards: OK

On 22 sept. 2013, at 23:02, Marco Patzer  wrote:

> Hi,
> 
> a couple of times the question came up¹²³ how to create more
> intelligent referencing. There are already mechanisms in the core,
> namely \somewhere and \atpage but they both have drawbacks.
> \somewhere happily prints its text if the figure is placed on the
> same double page. In fact, no text at all should be printed if the
> figure is visible. Furthermore it's a little verbose to use unless
> hidden in a custom macro. \atpage on the other hand doesn't hesitate
> to print “see figure 1.2 at page 42” while you're on page 42.
> 
> I'm aware that automatic generation of reference text is problematic
> since the text depends on the placement of floats which in turn
> depends on the text which might result in oscillation. I'm not sure
> how likely this is to occur in practice.
> 
> I don't know if there's interest in integrating such functionality
> into the core. I attached some code, a new macro \smartref, which
> takes the same arguments as \in.
> 
>  \smartref{figure}[fig:somefigure]
> 
> - it prints the reference if it is on the same page
>  (e.g. Figure 1.2)
> 
> - it prints the reference and a customizable text if the reference
>  is on the next/previous page (e.g. Figure 1.2 on the previous page)
> 
> - it prints the reference and the page if the reference is further
>  away than one page (e.g. Figure 1.2 on page 42)
> 
> - it adapts to single-sided and double-sided layouts
> 
> 
> Marco
> 
> ¹ http://thread.gmane.org/gmane.comp.tex.context/65295
> ² http://thread.gmane.org/gmane.comp.tex.context/59455
> ³ http://thread.gmane.org/gmane.comp.tex.context/76001
> ___
> 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
> ___

___
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
___


Re: [NTG-context] error when installing ConTeXt Standalone

2013-09-24 Thread Mica Semrick
Have you added the bin directory to your PATH?


On Tue, Sep 24, 2013 at 1:55 PM, Pablo Rodríguez  wrote:

> Dear list,
>
> I have installed a system-wide ConTeXt Standalone in Fedora 19,
> following the instructions from the wiki.
>
> But when I try to rebuild the font cache, I get the following error
> (with option verbose):
>
> resolvers   | resolving | remembering file 'font-otp.lua'cannot open
> : No such file or directory
>
> I don’t know what I’m doing wrong, but I get the error as root also.
>
> Could anyone tell me what it’s wrong here?
>
> Many thanks for your help,
>
>
> Pablo
> --
> http://www.ousia.tk
>
> ___
> 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
>
> ___
>
___
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
___

Re: [NTG-context] question about linespace adjustment

2013-09-24 Thread Aditya Mahajan

On Tue, 24 Sep 2013, Lars Huttar wrote:


environment), and the second category only affects the "font" (and I'm
still not clear on how the "body font" differs from the current font).


(Sorry for the terse replies...)

{\switchtobodyfont[14pt] Text $math$ \sans{Sans} \endgraf}

{\tfc Text $math$ \sans{Sans} \endgraf}

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


Re: [NTG-context] question about linespace adjustment

2013-09-24 Thread Lars Huttar
Luigi,
Thanks for your reply.

On 9/24/2013 2:18 PM, luigi scarso wrote:
>
> On Tue, Sep 24, 2013 at 7:45 PM, Lars Huttar  > wrote:
>
>
> Is it that \switchdobodyfont changes the *body* font, which
> engages the
> associated bodyfont environment...
> whereas \tfc changes the *font*, not the *body* font?
>
> Lars
>
> You can look into
>  font-pre.mkiv

OK. I'm looking at it,
http://repo.or.cz/w/context.git/blob/HEAD:/tex/context/base/font-pre.mkiv
Is there anything in particular you had in mind that I can learn from it?
I found some aliases, e.g. \smaller, which are handy to know. But I
don't know how much I can rely on the undocumented ones to continue to
do what they do now.

> \tfc augment the fontsize of a factor of 1.728
> It's relative to the default fount size not to the current fontsize:
> {\tfc foo {\tfc foo}} both foo have the same size

Thank you, this is an important nugget that I didn't understand when
reading the documentation. \setsmallbodyfont and \setbigbodyfont, in
contrast, change the font size relative to the current size.

>
> But interlinespace is not modified, so we need to reset
> \starttext
> OK: \input knuth\blank{\tfx WRONG: \input knuth\blank \tfc WRONG:
> \input knuth\relax} \page
> OK: \input knuth\blank{\tfx\setupinterlinespace OK: \input knuth\blank
> \tfc WRONG: \input knuth\blank} \page
> OK: \input knuth\blank{\tfx\setupinterlinespace OK: \input knuth\blank
> \tfc\setupinterlinespace OK: \input knuth\blank}
> \stoptext

Ok. This confirms what Aditya said, and what the manual says: that you
have to use \setupinterlinespace after \tfx or \tfc if you want the
interlinespace to be adjusted.

But I would really like to understand the categories involved here.
So we have one category of font size selector commands, which includes
\setsmallbodyfont and \setbigbodyfont, that cause interlinespace to be
adjusted automatically.
Then we have another category, including \tfc, \tfx, \ita, and others,
that do not cause interlinespace to be adjusted.

What is the rhyme or reason behind these categories? And that would help
me know, which other commands belong to which category? E.g. would
\serif cause interlinespace to be adjusted? An experiment would reveal
the answer, at least in the circumstances that I think of testing, but
I'd like to understand the conceptual model.
Maybe the concept is that the first category affects the "body font"
(and therefore interacts with the properties of the body font
environment), and the second category only affects the "font" (and I'm
still not clear on how the "body font" differs from the current font).

Thanks for your help,
Lars

___
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
___


[NTG-context] error when installing ConTeXt Standalone

2013-09-24 Thread Pablo Rodríguez
Dear list,

I have installed a system-wide ConTeXt Standalone in Fedora 19,
following the instructions from the wiki.

But when I try to rebuild the font cache, I get the following error
(with option verbose):

resolvers   | resolving | remembering file 'font-otp.lua'cannot open
: No such file or directory

I don’t know what I’m doing wrong, but I get the error as root also.

Could anyone tell me what it’s wrong here?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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
___


Re: [NTG-context] Conditional float references

2013-09-24 Thread Robert Blackstone

On 24 Sep 2013, at 19:43 , Marco Patzer l wrote:
> 
> 
> On 2013?09?24 Robert Blackstone wrote:
> 
>> I reproduce the error message  here, hoping that you, or somebody
>> elsm, can see what I did wrong.
> 
> I used mkvi style macros. Either place the following into the first line
> 
>  %% macros=mkvi
> 
> or change the file extension to mkvi.
> 
> Marco

That did the trick. Thank you very much. This is a very useful addition to the 
ConTeXt toolkit, imho.

Best regards,

Robert Blackstone

___
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
___


Re: [NTG-context] question about linespace adjustment

2013-09-24 Thread luigi scarso
On Tue, Sep 24, 2013 at 7:45 PM, Lars Huttar  wrote:

> On 9/24/2013 12:01 PM, Lars Huttar wrote:
> >
> > Can you explain how/why the two ways of increasing the font size should
> > have such different effects? (I have read section 5.8 and 5.9 about
> > selecting bodyfonts and interlinespace but still don't get it.)
> > \tfc is described as a "font selector" command (5.3.2). It seems to me
> > that both \tfc and \switchtobodyfont[20pt] simply attempt to switch to a
> > different size of whatever bodyfont is currently in effect. But there
> > must be something I'm missing. (Or else it's just an arbitrary
> > distinction, but that seems unlikely.)
> >
> >
>
> Is it that \switchdobodyfont changes the *body* font, which engages the
> associated bodyfont environment...
> whereas \tfc changes the *font*, not the *body* font?
>
> Lars
>
> You can look into
 font-pre.mkiv
\tfc augment the fontsize of a factor of 1.728
It's relative to the default fount size not to the current fontsize:
{\tfc foo {\tfc foo}} both foo have the same size


But interlinespace is not modified, so we need to reset
\starttext
OK: \input knuth\blank{\tfx WRONG: \input knuth\blank \tfc WRONG: \input
knuth\relax} \page
OK: \input knuth\blank{\tfx\setupinterlinespace OK: \input knuth\blank \tfc
WRONG: \input knuth\blank} \page
OK: \input knuth\blank{\tfx\setupinterlinespace OK: \input knuth\blank
\tfc\setupinterlinespace OK: \input knuth\blank}
\stoptext


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

Re: [NTG-context] question about linespace adjustment

2013-09-24 Thread Lars Huttar
On 9/24/2013 12:01 PM, Lars Huttar wrote:
>
> Can you explain how/why the two ways of increasing the font size should
> have such different effects? (I have read section 5.8 and 5.9 about
> selecting bodyfonts and interlinespace but still don't get it.)
> \tfc is described as a "font selector" command (5.3.2). It seems to me
> that both \tfc and \switchtobodyfont[20pt] simply attempt to switch to a
> different size of whatever bodyfont is currently in effect. But there
> must be something I'm missing. (Or else it's just an arbitrary
> distinction, but that seems unlikely.)
>
>

Is it that \switchdobodyfont changes the *body* font, which engages the
associated bodyfont environment...
whereas \tfc changes the *font*, not the *body* font?

Lars

___
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
___


Re: [NTG-context] question about linespace adjustment

2013-09-24 Thread Lars Huttar
Aditya wrote,
> Contrast
>
> {\switchtobodyfont[14pt] \input ward \endgraf}
>
> with
>
> {\tfc \input ward \endgraf}
>

Thanks for your help. You've left me to draw my own conclusions from
this example, so I'll say what I think this implies, and please correct
me if I'm wrong.

(Note to other non-TeXnichians: \endgraf is a TeX synonym for \par: end
of paragraph.)

I think the principle that you're trying to demonstrate is that the
answer to my last paragraph is yes: there is an important distinction
between "making a font switch," e.g. \tfc, and "using a new body font",
of which \switchtobodyfont is apparently an example.
Namely, that the latter causes the interlinespace to be automatically
adjusted, whereas the former doesn't unless you explicitly use
\setupinterlinespace.

Can you explain how/why the two ways of increasing the font size should
have such different effects? (I have read section 5.8 and 5.9 about
selecting bodyfonts and interlinespace but still don't get it.)
\tfc is described as a "font selector" command (5.3.2). It seems to me
that both \tfc and \switchtobodyfont[20pt] simply attempt to switch to a
different size of whatever bodyfont is currently in effect. But there
must be something I'm missing. (Or else it's just an arbitrary
distinction, but that seems unlikely.)

Lars

___
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
___


Re: [NTG-context] question about linespace adjustment

2013-09-24 Thread Aditya Mahajan

On Tue, 24 Sep 2013, Lars Huttar wrote:


Hello,
I'm working through the reference manual trying to understand how things
work in regard to fonts. I'll be submitting clarifications and
elaborations to the manual in an attempt to help other non-experts to
grasp the design of ConTeXt.

There's a point that's confusing to me in section 5.5, Line spacing. On
page 108 of the manual it says
"Linespacing alters when a new bodyfont is used or when linespacing is
defined explicitly by \setupinterlinespace (which is explained later)"

But on the next page it says,
"When you make a font switch the linespacing is adapted when you give
the command \setupinterlinespace without any setup parameters and also
when you add the key reset, for example..."

So here's why I'm confused. When you change fonts, (a) does linespacing
get changed automatically, or (b) do you have to say
\setupinterlinespace? If (a), then why does the second quote above seem
to say you need \setupinterlinespace to make it happen? If (b), then
isn't the first quote above inaccurate?

Is there a distinction being drawn here between "when a new bodyfont is
used" and "when you make a font switch", or are those just variant
phrasings for what is intended to mean the same thing?


Contrast

{\switchtobodyfont[14pt] \input ward \endgraf}

with

{\tfc \input ward \endgraf}

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

[NTG-context] question about linespace adjustment

2013-09-24 Thread Lars Huttar
Hello,
I'm working through the reference manual trying to understand how things
work in regard to fonts. I'll be submitting clarifications and
elaborations to the manual in an attempt to help other non-experts to
grasp the design of ConTeXt.

There's a point that's confusing to me in section 5.5, Line spacing. On
page 108 of the manual it says
"Linespacing alters when a new bodyfont is used or when linespacing is
defined explicitly by \setupinterlinespace (which is explained later)"

But on the next page it says,
"When you make a font switch the linespacing is adapted when you give
the command \setupinterlinespace without any setup parameters and also
when you add the key reset, for example..."

So here's why I'm confused. When you change fonts, (a) does linespacing
get changed automatically, or (b) do you have to say
\setupinterlinespace? If (a), then why does the second quote above seem
to say you need \setupinterlinespace to make it happen? If (b), then
isn't the first quote above inaccurate?

Is there a distinction being drawn here between "when a new bodyfont is
used" and "when you make a font switch", or are those just variant
phrasings for what is intended to mean the same thing?

Thanks for your help,
Lars

___
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
___

Re: [NTG-context] Conditional float references

2013-09-24 Thread Marco Patzer
On 2013–09–24 Robert Blackstone wrote:

> I reproduce the error message  here, hoping that you, or somebody
> elsm, can see what I did wrong.

I used mkvi style macros. Either place the following into the first line

  %% macros=mkvi

or change the file extension to mkvi.

Marco


signature.asc
Description: Digital signature
___
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
___

Re: [NTG-context] Conditional float references

2013-09-24 Thread Robert Blackstone

On 23 Sep 2013, at 09:57 , Marco Patzer  wrote:

> Subject: [NTG-context] Conditional float references
> 
> a couple of times the question came up??? how to create more
> intelligent referencing. 
> [….]
> I don't know if there's interest in integrating such functionality
> into the core. I attached some code, a new macro \smartref, which
> takes the same arguments as \in.
> 
Hi Marco, 
I would be very interested in being able to use this macro, integrated or not, 
since in my project there are numerous figures with lots of references to them 
throughout the entire text, and \at{page}[] is not satisfactory for me.

I tried the code you supplied by pasting the whole lot into a TeXShop-file, 
and, when that did not work, in Alphax, processing  the latter from Terminal, 
but in both cases I received an error message that I do not know what to do 
with. Strangely enough it complains about an error in line 1 even if that 
contains a commented out comment.

I reproduce the error message  here, hoping that you, or somebody elsm, can see 
what I did wrong. 
(I apologize on behalf of TeXShop and Alhax for the length of this message.)

Thanks in advance for any help.

Robert Blackstone

Error message:

Last login: Tue Sep 24 09:02:03 on ttys000
sh: /Users/robertblackstone/context/tex/setuptex: No such file or directory
iMac-Bergen-R-5:context-minimal-24-09 robertblackstone$ . 
/Users/robertblackstone/context-minimal-24-09/tex/setuptex
Setting "/Users/robertblackstone/context-minimal-24-09/tex" as ConTeXt root.
iMac-Bergen-R-5:context-minimal-24-09 robertblackstone$ context 
/Users/robertblackstone/Dropbox/C-tests/Referencing-Smart_referencing/Referencing-Smart_referencing-test1.tex

mtx-context | run 1: luatex 
--fmt="/Users/robertblackstone/context-minimal-24-09/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en"
 --jobname="Referencing-Smart_referencing-test1" 
--lua="/Users/robertblackstone/context-minimal-24-09/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en.lui"
 --no-parse-first-line --c:currentrun=1 
--c:fulljobname="/Users/robertblackstone/Dropbox/C-tests/Referencing-Smart_referencing/Referencing-Smart_referencing-test1.tex"
 
--c:input="/Users/robertblackstone/Dropbox/C-tests/Referencing-Smart_referencing/Referencing-Smart_referencing-test1.tex"
 --c:kindofrun=1 --c:maxnofruns=8 "cont-yes.mkiv"
This is LuaTeX, Version beta-0.76.0-2013040508 (rev 4627) 
 \write18 enabled.
(/Users/robertblackstone/context-minimal-24-09/tex/texmf-context/tex/context/base/cont-yes.mkiv

ConTeXt  ver: 2013.09.21 13:53 MKIV beta  fmt: 2013.9.24  int: english/english

system  > 'cont-new.mkiv' loaded
(/Users/robertblackstone/context-minimal-24-09/tex/texmf-context/tex/context/base/cont-new.mkiv)
system  > files > jobname 'Referencing-Smart_referencing-test1', input 
'/Users/robertblackstone/Dropbox/C-tests/Referencing-Smart_referencing/Referencing-Smart_referencing-test1',
 result 'Referencing-Smart_referencing-test1'
fonts   > latin modern fonts are not preloaded
languages   > language 'en' is active
(/Users/robertblackstone/Dropbox/C-tests/Referencing-Smart_referencing/Referencing-Smart_referencing-test1.tex
! Parameters must be numbered consecutively.

system  > tex > error on line 1 in file 
/Users/robertblackstone/Dropbox/C-tests/Referencing-Smart_referencing/Referencing-Smart_referencing-test1.tex:
 Parameters must be numbered consecutively ...

 1 >>  \unprotect
 2 \unexpanded\def\strc_references_smart
 3 {\strc_references_start_goto
 4 \let\currentreferencecontent\currentreferencedefault
 5 \strc_references_pickup_smart_goto}
 6 \def\strc_references_pickup_smart_goto
 7 {\dodoublegroupempty\strc_references_pickup_goto_smart_indeed}
 8 \starttexdefinition strc_references_pickup_goto_smart_indeed 
#left#right#dummy[#label]
 9 \leftreferencetoks
10 \iffirstargument
11 {#left}

 
l
l.1 ...ferences_pickup_goto_smart_indeed\endcsname#l
  eft#right#dummy[#label]
\ctxcommand #1i-\directlua {commands.#1}

\syst_helpers_start_tex_definition_two ...n("#1")}
  {#2}
l.32 \stoptexdefinition
 
? 


___
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
__

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  ha escrit:

> 
> Am 23.09.2013 um 15:45 schrieb Xan :
> 
> > On Sun, 22 Sep 2013 19:31:33 +0200
> > Wolfgang Schuster  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 solution.
> 
> Wolfgang

Thanks. Please notice me when you (sure) have the solution

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