[NTG-context] SyncTeX and mkiv

2015-03-31 Thread Otared Kavian
Hi all,

Using TeXShop on a Mac (with Mac OS X 10.2) I noticed that some of my documents 
typeset with mkiv do not respond correctly regarding SyncTeX: when I do « 
Command-Click » on a specific part of the resulting PDF there is no reaction at 
all, that is I do not get to the corresponding part of the source TeX file.
Nevertheless when I click in the source TeX file, SyncTeX shows the 
corresponding highlighted part of the PDF file.

So my question is the following: is there some change in mkiv, or in the way 
TeXShop has to be tuned? 

The command I use to typeset is:
 context --synctex=1 --autogenerate "$1" —purgeall
and the version of ConTeXt I have is
ConTeXt ver: 2015.03.30 23:33 MKIV beta fmt: 2015.3.31

Thanks in advance for any help.
OK
___
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] line break between number and footnote text in paragraph footnotes

2015-03-31 Thread Hans Hagen

On 4/1/2015 12:15 AM, mf wrote:

Hello,
I have a problem with paragraph footnotes. I don't know how to prevent a
line break occurring between the footnote number and the footnote text.
Sometimes a thing like this happens:

... [main text] ...

--
1. text of the first footnote --- 2. text of the second one --- 3.
text of the third one

Is there a way to force ConTeXt to keep the "3." with "text of the third
one"?


example needed

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

[NTG-context] line break between number and footnote text in paragraph footnotes

2015-03-31 Thread mf
Hello,
I have a problem with paragraph footnotes. I don't know how to prevent a
line break occurring between the footnote number and the footnote text.
Sometimes a thing like this happens:

... [main text] ...

--
1. text of the first footnote --- 2. text of the second one --- 3.
text of the third one

Is there a way to force ConTeXt to keep the "3." with "text of the third
one"?

Thanks in advance,
Massi

___
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] Vertical space after \head

2015-03-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

thank you, Wolfgang; I wasn't aware of "afterhead" option.

I added some info (and a snip) here:

http://wiki.contextgarden.net/Command/startitemize

although I found some existing info on wiki/\setupitemgroup;
however, I wasn't able to add some useful info onto the latter place.

Best regards,

Lukas


On Tue, 31 Mar 2015 15:39:14 +0200, Wolfgang Schuster 
 wrote:


\starttext

\setupitemize[headstyle=bold,afterhead={\blank[medium]}]

\startitemize
\starthead{Ward}
\input ward
\stophead
\startitem
\input weisman
\stopitem
\stopitemize

\stoptext

Wolfgang


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

___
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] Vertical space after \head

2015-03-31 Thread Wolfgang Schuster

> Am 31.03.2015 um 09:03 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
> :
> 
> Hello,
> 
> is it possible to affect simply vertical space being generated after \head?
> 
> Here:
> 
> 
> \starttext
>  \startitemize[][headstyle=bold]
>\head Something\par
>  \input knuth
>  \stopitemize
> \stoptext
> 
> 
> I'd like to have space of size \blank[medium] between the head and the 
> following text.
> 
> But it seems nothing of "joinedup", "after", "before" or "inbetween" affects 
> the space.
> 
> So - is it possible somehow?

\starttext

\setupitemize[headstyle=bold,afterhead={\blank[medium]}]

\startitemize
\starthead{Ward}
\input ward
\stophead
\startitem
\input weisman
\stopitem
\stopitemize

\stoptext

Wolfgang
___
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] Spurious registers log entry?

2015-03-31 Thread Hans Hagen

On 3/31/2015 2:11 AM, Rik Kabel wrote:

On 2015-03-29 17:47, Rik Kabel wrote:

The following code:

\setupregister[index][n=1]
\starttext
\index{A}\index{A+A}AA\seeindex{AA}{A+A}.
\placeindex
\stoptext

generates the following log entry.

structure   > registers > invalid see entry in register
'index', reference 'AA'

No similar entry is produced for a non-+ target. This does not appear
to cause a problem in the output, but the log message
is annoying, and may point to incorrect logic in the source
(strc-reg.lua).


Nice fix, thank you.


i commented the message ... not the best solution

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

[NTG-context] Vertical space after \head

2015-03-31 Thread Procházka Lukáš Ing . - Pontex s . r . o .

Hello,

is it possible to affect simply vertical space being generated after \head?

Here:


\starttext
  \startitemize[][headstyle=bold]
\head Something\par
  \input knuth
  \stopitemize
\stoptext


I'd like to have space of size \blank[medium] between the head and the 
following text.

But it seems nothing of "joinedup", "after", "before" or "inbetween" affects 
the space.

So - is it possible somehow?

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.  | mailto:pon...@pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751
Fax: +420 244 461 038

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