Re: [NTG-context] bibliography tool

2014-07-01 Thread Gour
Joshua Krämer joshua.krae...@gmail.com
writes:

 If you use a Debian package of ConTeXt, look in the system-wide texmf
 directory, which should be something like /usr/share/texmf/, and in the
 system-wide documentation directory, which should be something
 like /usr/share/doc/.

Didn't find it, but got it offline list from Wolfgang.


Sincerely,
Gour

-- 
Even if you are considered to be the most sinful of all sinners, 
when you are situated in the boat of transcendental knowledge 
you will be able to cross over the ocean of miseries.

___
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] Resizing multi-line fill-in field

2014-07-01 Thread Michael Guravage
I am re-posting a previous question.

Is it possible to increase the height of a multi-line fill-in field when
the cumulative height of the lines typed into it exceeds the field's
initial height?

Here's an example where the field's initial height in 10em.

\usemodule[fields]
\setupinteraction[state=start]
\setupfield
  [TextSetup]
  [width=\textwidth, height=10em, background=screen, backgroundscreen=.97,
frame=off]
\definefield [Block] [text] [TextSetup] [] [What's on your mind?]

\starttext
  \field [Block] [type here]
\stoptext

I have a situation where the amount of text typed into various fields will
vary, but it is inappropriate to reserve a large block of space for each
field.

Any suggestions would be greatly appreciated.

-- 
With kind regards,

Michael Guravage
___
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] Resizing multi-line fill-in field

2014-07-01 Thread Hans Hagen

On 7/1/2014 12:37 PM, Michael Guravage wrote:

I am re-posting a previous question.

Is it possible to increase the height of a multi-line fill-in field when
the cumulative height of the lines typed into it exceeds the field's
initial height?

Here's an example where the field's initial height in 10em.

\usemodule[fields]
\setupinteraction[state=start]
\setupfield
   [TextSetup]
   [width=\textwidth, height=10em, background=screen,
backgroundscreen=.97, frame=off]
\definefield [Block] [text] [TextSetup] [] [What's on your mind?]

\starttext
   \field [Block] [type here]
\stoptext

I have a situation where the amount of text typed into various fields
will vary, but it is inappropriate to reserve a large block of space for
each field.

Any suggestions would be greatly appreciated.


You mean that the field in the pdf adapts itself? Maybe with some 
javascript magic but then it still doesn't adapt the following layout.


you can set n= to a large value to permits more than the standard 1000 chars


-
  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] Prevent hyphenation of the last word on a page

2014-07-01 Thread H. Özoguz

Hello,

how to forbid hyphenation of the last word of page? Such that no word is 
broken onto two consecutive pages like this:


page 1: Diese Unter-
page 2: brechung ist unschön.

I think the question is clear without minexample. Of course I can use 
\unhyphenated and things like that, but I would like to set this globally.


Thanks!
Huseyin
___
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] Prevent hyphenation of the last word on a page

2014-07-01 Thread Thomas A. Schmitz
On 01 Jul 2014, at 14:40, H. Özoguz h.oezo...@mmnetz.de wrote:

 Hello,
 
 how to forbid hyphenation of the last word of page? Such that no word is 
 broken onto two consecutive pages like this:
 
 page 1: Diese Unter-
 page 2: brechung ist unschön.
 
 I think the question is clear without minexample. Of course I can use 
 \unhyphenated and things like that, but I would like to set this globally.
 
 Thanks!
 Huseyin

http://article.gmane.org/gmane.comp.tex.context/45001/

Don’t know if luatex has brought any advance here…

Thomas
___
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] Mixed subscripts and superscripts

2014-07-01 Thread Yuri Teixeira
I'm trying to do this https://en.wikipedia.org/wiki/Mixed_tensor
doing this \m{T_{\alpha}^{\beta}_{\gamma}} and this
\m{T^{\alpha}_{\beta}^{\gamma}}
but I get errors for double subscript and double superscript respectively.
Then I'm doing this as a workaround T_{\alpha~\gamma}^{~\beta~}
But the ~ has the fixed width of a digit, or so I read, and I get a less
optimal spacing in this case \m{T^{i~k~m}_{~j~l~n}} in which the 'm'
appears to be after the


2014-05-21_22:04 on debian testing
___
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] Mixed subscripts and superscripts

2014-07-01 Thread Yuri Teixeira
Sorry hit send too soon

I'm trying to do this https://en.wikipedia.org/wiki/Mixed_tensor
doing this \m{T_{\alpha}^{\beta}_{\gamma}} and this
\m{T^{\alpha}_{\beta}^{\gamma}}
but I get errors for double subscript and double superscript respectively.
Then I'm doing this as a workaround T_{\alpha~\gamma}^{~\beta~}
But the ~ has the fixed width of a digit, or so I read, and I get a less
optimal spacing in this case \m{T^{i~k~m}_{~j~l~n}} in which the 'm'
appears to be after the 'n'.
I'm using version 2014-05-21_22:04 on debian testing so excuse me if this
has been changed.
Thanks
YT


2014-07-01 11:56 GMT-03:00 Yuri Teixeira yuriteixeira...@gmail.com:

 I'm trying to do this https://en.wikipedia.org/wiki/Mixed_tensor
 doing this \m{T_{\alpha}^{\beta}_{\gamma}} and this
 \m{T^{\alpha}_{\beta}^{\gamma}}
 but I get errors for double subscript and double superscript respectively.
 Then I'm doing this as a workaround T_{\alpha~\gamma}^{~\beta~}
 But the ~ has the fixed width of a digit, or so I read, and I get a less
 optimal spacing in this case \m{T^{i~k~m}_{~j~l~n}} in which the 'm'
 appears to be after the


 2014-05-21_22:04 on debian testing

___
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] Mixed subscripts and superscripts

2014-07-01 Thread Wolfgang Schuster

Am 01.07.2014 um 16:57 schrieb Yuri Teixeira yuriteixeira...@gmail.com:

 Sorry hit send too soon
 
 I'm trying to do this https://en.wikipedia.org/wiki/Mixed_tensor
 doing this \m{T_{\alpha}^{\beta}_{\gamma}} and this 
 \m{T^{\alpha}_{\beta}^{\gamma}}
 but I get errors for double subscript and double superscript respectively.
 Then I'm doing this as a workaround T_{\alpha~\gamma}^{~\beta~}
 But the ~ has the fixed width of a digit, or so I read, and I get a less 
 optimal spacing in this case \m{T^{i~k~m}_{~j~l~n}} in which the 'm' appears 
 to be after the 'n'.
 I'm using version 2014-05-21_22:04 on debian testing so excuse me if this has 
 been changed.

\starttext

\startformula
T_\alpha {}^\beta {}_\gamma
\stopformula

\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] Mixed subscripts and superscripts

2014-07-01 Thread Yuri Teixeira
Thank you very much!
T^i{}_j{}^k{}_l{}^m{}_n{} works fine as can be.

YT


2014-07-01 12:02 GMT-03:00 Wolfgang Schuster schuster.wolfg...@gmail.com:


 Am 01.07.2014 um 16:57 schrieb Yuri Teixeira yuriteixeira...@gmail.com:

 Sorry hit send too soon

 I'm trying to do this https://en.wikipedia.org/wiki/Mixed_tensor
 doing this \m{T_{\alpha}^{\beta}_{\gamma}} and this
 \m{T^{\alpha}_{\beta}^{\gamma}}
 but I get errors for double subscript and double superscript respectively.
 Then I'm doing this as a workaround T_{\alpha~\gamma}^{~\beta~}
 But the ~ has the fixed width of a digit, or so I read, and I get a less
 optimal spacing in this case \m{T^{i~k~m}_{~j~l~n}} in which the 'm'
 appears to be after the 'n'.
 I'm using version 2014-05-21_22:04 on debian testing so excuse me if this
 has been changed.


 \starttext

 \startformula
 T_\alpha {}^\beta {}_\gamma
 \stopformula

 \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

 ___

___
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] Hanging punctuation

2014-07-01 Thread Tomas Hala
I installed ConTeXt from TL 2014 and this solution works.
Thank you (and Wolfgang as well) for help.

Tomas

Tue, Jun 24, 2014 ve 08:56:05PM +0200 Pablo Rodriguez napsal(a):
# On 06/24/2014 09:42 AM, Tomas Hala wrote:
#  
#  I tried it, but unfortunately it does not work, either before, or after.
#  Is there any other way how to enable it?
# 
# Tomas,
# 
# the following works (but not for ConTeXt from TeXLive 2013):
# 
# \showframe
# \definefontfeature[default][default]
#   [expansion=quality,protrusion=quality]
# \definefontfamily[mainface][serif][Trebuchet MS]
# \setupbodyfont[mainface]
# \setupalign[hz,hanging]
# \starttext
# \input knuth
# \stoptext
# 
# Output available at http://www.ousia.tk/protrusion.pdf.
# 
# I suggest that you install the ConTeXt Suite (instructions available at
# http://wiki.contextgarden.net/ConTeXt_Standalone). You don’t need to
# uninstall anything. It is always worth having the latest beta version.
# 
# I hope it helps,
# 
# 
# 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
# 
___

 Tomáš Hála

Mendelova univerzita, Provozně ekonomická fakulta, ústav informatiky
Zemědělská 1, CZ-613 00 Brno,  tel. +420 545 13 22 28

http://akela.mendelu.cz/~thala
___
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] smallcaps with features in simplefont

2014-07-01 Thread David Wooten
Greetings,

I’ve been trying to work through a new font scheme using simplefonts, e.g. in 
simple form something like this:

\definefontfeature[main][protrusion=quality,expansion=quality,onums=yes]
\definefontfamily[mainface][rm][Adobe Jenson Pro][features=main]
\setupalign[hanging,hz]
\setupbodyfont[mainface,13pt]

In this setup, I do get protrusion  expansion in the text, —except when I 
switch to {\sc smallcaps.}

Do I need to declare the caps in some other way?

Thanks,
David___
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] context works, contextjit fails with Junicode

2014-07-01 Thread Rik Kabel

The jit engine complains

   lua errorerror on line 12 in file
   C:/Users/rik/Desktop/junicode_bold.tex:
   C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:192:
   invalid value (nil) at index 1 in table for 'concat'

and produces an incorrect document (no bold or bold italic fonts used) 
for the following document, while the standard engine produces a correct 
document without complaint:


   \starttypescript [serif] [junicode]
  \definefontsynonym [Serif]   [file:junicode]
  \definefontsynonym [SerifItalic] [file:junicode-italic]
  \definefontsynonym [SerifBold] [file:junicode-bold]
  \definefontsynonym [SerifBoldItalic] [file:junicode-bolditalic]
   \stoptypescript
   \starttypescript [junicode]
\definetypeface [junicode] [rm] [serif] [junicode] [default]
   \stoptypescript
   \setupbodyfont[junicode]
   \starttext
   
\fontalternative{\it\fontalternative}{\bf\fontalternative}{\bi\fontalternative}
   \stoptext

I also note that the standard typescript for junicode is not useful. 
Beside mentioning goudysans (a cosmetic issue only, I think) the font 
file names do not reflect current file names for the font as available 
at http://junicode.sourceforge.net. If anybody has a typescript 
reflecting current ttf file naming, I would appreciate receiving a copy, 
either via the list or directly.


(The typescript in the above is stripped to a minimum, and not what I 
would use other than in such an example.)


--
Rik Kabel
___
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] context works, contextjit fails with Junicode

2014-07-01 Thread Hans Hagen

On 7/1/2014 11:52 PM, Rik Kabel wrote:

The jit engine complains

lua errorerror on line 12 in file
C:/Users/rik/Desktop/junicode_bold.tex:
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:192:
invalid value (nil) at index 1 in table for 'concat'


only luajittex?

are there more trace lines?


and produces an incorrect document (no bold or bold italic fonts used)
for the following document, while the standard engine produces a correct
document without complaint:

\starttypescript [serif] [junicode]
   \definefontsynonym [Serif]   [file:junicode]
   \definefontsynonym [SerifItalic] [file:junicode-italic]
   \definefontsynonym [SerifBold] [file:junicode-bold]
   \definefontsynonym [SerifBoldItalic] [file:junicode-bolditalic]
\stoptypescript
\starttypescript [junicode]
 \definetypeface [junicode] [rm] [serif] [junicode] [default]
\stoptypescript
\setupbodyfont[junicode]
\starttext

\fontalternative{\it\fontalternative}{\bf\fontalternative}{\bi\fontalternative}
\stoptext

I also note that the standard typescript for junicode is not useful.
Beside mentioning goudysans (a cosmetic issue only, I think) the font
file names do not reflect current file names for the font as available
at http://junicode.sourceforge.net. If anybody has a typescript
reflecting current ttf file naming, I would appreciate receiving a copy,
either via the list or directly.

(The typescript in the above is stripped to a minimum, and not what I
would use other than in such an example.)


what font is that?

Hans

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


Re: [NTG-context] context works, contextjit fails with Junicode

2014-07-01 Thread Rik Kabel

On 2014-07-01 18:08, Hans Hagen wrote:

On 7/1/2014 11:52 PM, Rik Kabel wrote:

The jit engine complains

lua error  error on line 12 in file
C:/Users/rik/Desktop/junicode_bold.tex:
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:192:
invalid value (nil) at index 1 in table for 'concat'


only luajittex?

are there more trace lines?


and produces an incorrect document (no bold or bold italic fonts used)
for the following document, while the standard engine produces a correct
document without complaint:

\starttypescript [serif] [junicode]
\definefontsynonym [Serif] [file:junicode]
\definefontsynonym [SerifItalic] [file:junicode-italic]
\definefontsynonym [SerifBold] [file:junicode-bold]
\definefontsynonym [SerifBoldItalic] [file:junicode-bolditalic]
\stoptypescript
\starttypescript [junicode]
\definetypeface [junicode] [rm] [serif] [junicode] [default]
\stoptypescript
\setupbodyfont[junicode]
\starttext
\fontalternative{\it\fontalternative}{\bf\fontalternative}{\bi\fontalternative}
\stoptext

I also note that the standard typescript for junicode is not useful.
Beside mentioning goudysans (a cosmetic issue only, I think) the font
file names do not reflect current file names for the font as available
at http://junicode.sourceforge.net. If anybody has a typescript
reflecting current ttf file naming, I would appreciate receiving a copy,
either via the list or directly.

(The typescript in the above is stripped to a minimum, and not what I
would use other than in such an example.)


what font is that?

Hans


As I said, the not-in-time engine has no problem with the file.

The font is referenced in the free fonts page of the wiki (I updated its 
outdated link earlier today). The same version of the font is included 
in the TL and standalone distributions. I have installed the ttf files 
in my Windows/fonts directory so that lesser programs can access them as 
well, and that is where they are found by ConTeXt.


Here is the full log of the jit run. When I unwrap the line between 
\starttext and \stoptext, the errors point to lines with bold fonts:


open source  1  1  
C:/ConTeXt/tex/texmf-context/tex/context/base/cont-yes.mkiv


ConTeXt ver: 2014.06.27 10:53 MKIV beta fmt: 2014.6.27 int: english/english

system  'cont-new.mkiv' loaded
open source  2  2  
C:/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv
close source  2  2  
C:/ConTeXt/tex/texmf-context/tex/context/base/cont-new.mkiv
system  files  jobname 'junicode_bold', input './junicode_bold', 
result 'junicode_bold'

fonts  latin modern fonts are not preloaded
languages  language 'en' is active
open source  2  3  C:/Users/rik/Desktop/ContextBugs/Bugs I 
say/junicode_bold.tex

fonts  preloading modern-designsize (math)
fonts  typescripts  unknown library 'modern-designsize' or 'modern'
fonts  'fallback modern-designsize mm 12pt' is loaded
fonts  preloading modern-designsize (mono)
fonts  'fallback modern-designsize tt 12pt' is loaded
fonts  otf loading  loading 'c:/windows/fonts/junicode-bold.ttf', hash 
'junicode-bold'

fonts  otf loading  loading done
fonts  otf loading  file size: 421536
fonts  encoding  loading (extended) adobe glyph list
fonts  otf loading  fixing kernclass table of lookup 'pp_l_3_s'

lua error  error on line 19 in file 
C:/Users/rik/Desktop/ContextBugs/Bugs I say/junicode_bold.tex:


C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:192: invalid 
value (nil) at index 1 in table for 'concat'

stack traceback:
[C]: in function 'concat'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:192: in 
function 'pack_indexed'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otp.lua:375: in 
function 'enhancer'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otf.lua:302: in 
function 'enhance'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otf.lua:507: in 
function 'load'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otf.lua:2131: in 
function 'otftotfm'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-otf.lua:2176: in 
function C:/ConTeXt/tex/texmf-context/tex/context/base/font-otf.lua:2175
C:/ConTeXt/tex/texmf-context/tex/context/base/font-def.lua:313: in 
function 'loadfont'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-ctx.lua:478: in 
function 'loadfont'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-def.lua:415: in 
function 'read'
C:/ConTeXt/tex/texmf-context/tex/context/base/font-ctx.lua:1109: in 
function 'definefont_two'

[\directlua]:1: in main chunk

9 \definefontsynonym [Serif] [file:junicode]
10 \definefontsynonym [SerifItalic] [file:junicode-italic]
11 \definefontsynonym [SerifBold] [file:junicode-bold]
12 \definefontsynonym [SerifBoldItalic] [file:junicode-bolditalic]
13 \stoptypescript
14 \starttypescript [junicode]
15 \definetypeface [junicode] [rm] [serif] [junicode] [default]
16 \stoptypescript
17 \setupbodyfont[junicode]
18 \starttext
19  
\fontalternative{\it\fontalternative}{\bf\fontalternative}{\bi\fontalternative}

20 \stoptext
21


? q
OK, entering 

Re: [NTG-context] context works, contextjit fails with Junicode

2014-07-01 Thread Hans Hagen

On 7/2/2014 1:30 AM, Rik Kabel wrote:


As I said, the not-in-time engine has no problem with the file.


no problems here with luatex and luajittex and the sample code

Hans

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


Re: [NTG-context] context works, contextjit fails with Junicode

2014-07-01 Thread Rik

On 2014-07-01 20:45, Hans Hagen wrote:

On 7/2/2014 1:30 AM, Rik Kabel wrote:


As I said, the not-in-time engine has no problem with the file.


no problems here with luatex and luajittex and the sample code

Hans


Okay. I will look over my path settings and font libraries.

Thank you for checking. Sorry for the noise.

(but another issue is on the way)

--
Rik
___
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] Protrusion with compound word hyphenation (||)

2014-07-01 Thread Rik Kabel
I notice that with compound words broken across lines protrusion does 
not get applied. This looks pretty rough when there are normal 
hyphenated words in the same paragraph.


WE (exaggerated, but demonstrates the point):

   \setuppapersize[monarch]
   \definefontfeature [default] [protrusion=quality]
   \setupalign[hanging]
   \setuptolerance[horizontal,strict]
   \setuphyphenmark   [sign=small]
   \showframe [text] [text]
   \starttext
   \dorecurse{21}{Multisyllabic||words||separated||by||hyphens. }
   \stoptext

Is this expected behavior? Can it be changed?
--
Rik Kabel
___
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] Protrusion with compound word hyphenation (||)

2014-07-01 Thread Wolfgang Schuster

Am 02.07.2014 um 03:16 schrieb Rik Kabel cont...@rik.users.panix.com:

 I notice that with compound words broken across lines protrusion does not get 
 applied. This looks pretty rough when there are normal hyphenated words in 
 the same paragraph.
 
 WE (exaggerated, but demonstrates the point):
 \setuppapersize[monarch]
 \definefontfeature [default] [protrusion=quality]
 \setupalign[hanging]
 \setuptolerance[horizontal,strict]
 \setuphyphenmark   [sign=small]
 \showframe [text] [text]
 \starttext
 \dorecurse{21}{Multisyllabic||words||separated||by||hyphens. }
 \stoptext
 Is this expected behavior? Can it be changed?

Use a normal hyphen and the \setbreakpoints command.

\setuppapersize[monarch]
\definefontfeature [default] [default] [protrusion=quality]
\setupalign[hanging]
\setuptolerance[horizontal,strict]
\setbreakpoints[compound]
\showframe [text] [text]
\starttext
\dorecurse{21}{Multisyllabic-words-separated-by-hyphens. }
\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
___