[NTG-context] Module algorithmic

2014-10-18 Thread Fabrice Couvreur
Hi Wolfgang,
How to reduce the size of the float ?
Best regards,
Fabrice

\usemodule[algorithmic]
\definefloat[algorithm][algorithms]


\definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00]
\definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00]

\setupfloat
  [algorithm]
  [background=color,
   frame=on,
   framecolor=H1prime,
   backgroundcolor=H4,
   width=0.5\textwidth]

\starttext
\placealgorithm[none][]{}
  {\startalgorithmic\black
   \STATE{\bf Variables :}
   \STATE  $N$ et $P$ sont deux entiers naturels
   \STATE  $A$ est un nombre réel
\STATE{\bf Entrée :}
   \STATE Demander à l'utilisateur la valeur de $N$
   \STATE{\bf Initialisation :}
   \STATE Affecter à $A$ la valeur $92\,000$
   \STATE{\bf Traitement :}
   \STATE Affecter à $P$ la valeur $N-1$
   \FOR{$I=1$ to $P$}
   \STATE Affecter à $A$ la valeur $1,163 \times A$
   \STATE Afficher A
   \ENDFOR
   \stopalgorithmic}
\stoptext
___
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] Problem with last version of ConTeXt

2014-10-18 Thread Jaroslav Hajtmar

Hello ConTeXist
Already a long time I use ConTeXt for processing the same files and 
always worked very well. Yesterday I updated version of ConTeXt 
Standalone and then I (like many times before) wanted to translate his 
usual document. Unfortunately, the translation stopped with an error 
message that I do not understand. Does anyone know what this could mean? 
The source code of my source file I did not change for a very long time 
a translation by using ConTeXt from TeXLive 2014 is without problem.

Thanks for the advice.
Jaroslav Hajtmar

Here is error message.


C:\$~1da\PODNIK\ConTeXtcontext Ds477_2202421

mtx-context | warning: no (local) file './Ds477_2202421', proceeding
mtx-context | run 1: luatex 
--fmt=C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en 
--jobname=Ds477
_2202421 
--lua=C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce
0dde776fb1556f32e/formats/luatex/cont-en.lui --no-parse-first-line 
--c:currentr
un=1 --c:fulljobname=./Ds477_2202421 --c:input=./Ds477_2202421 
--c:kindofrun

=1 --c:maxnofruns=8 cont-yes.mkiv
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5041)
 \write18 enabled.
open source  1  1  
C:/context/tex/texmf-context/tex/context/base/cont-yes

.mkiv

ConTeXt  ver: 2014.09.25 18:58 MKIV beta  fmt: 2014.10.18  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 'Ds477_2202421', input 
'./Ds477_2202421', resu

lt 'Ds477_2202421'
fontslatin modern fonts are not preloaded
languageslanguage 'en' is active
open source  2  3  C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex
open source  3  4  c:/1da/tex/context/ctx_sml_library.tex
colors   'rgb' color space is supported
colors   'cmyk' color space is supported
resolversmodules  'visual' is loaded
open source  4  5  
C:/context/tex/texmf-context/tex/context/base/m-visual

.mkiv
loading  ConTeXt Tracking Macros / Visualization
close source 4  5  
C:/context/tex/texmf-context/tex/context/base/m-visual

.mkiv
setuperror in line 14, namespace 'itemgroup', instance 
'itemize', k

ey 'n'
setuperror in line 14, namespace 'itemgroup', instance 
'itemize', k

ey 'packed'
close source 3  5  c:/1da/tex/context/ctx_sml_library.tex
close source 2  5  C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex
close source 1  5  
C:/context/tex/texmf-context/tex/context/base/cont-yes

.mkiv

*
___
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] new mp feature: eofill

2014-10-18 Thread Hans Hagen

\starttext

\startMPpage

fill
fullcircle scaled 10cm --
fullcircle scaled  8cm --
fullcircle scaled  4cm -- cycle
withcolor red/4
withtransparency (1,.5) ;

currentpicture := currentpicture shifted (-5cm,0) ;

fill
fullcircle scaled 10cm --
reverse fullcircle scaled  8cm --
reverse fullcircle scaled  4cm -- cycle
withcolor green/4
withtransparency (1,.5) ;

currentpicture := currentpicture shifted (-5cm,0) ;

eofill
fullcircle scaled 10cm --
fullcircle scaled  8cm --
fullcircle scaled  4cm -- cycle
withcolor blue/4
withtransparency (1,.5) ;

currentpicture := currentpicture shifted (-5cm,0) ;

\stopMPpage

\stoptext


--

-
  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] Problem with last version of ConTeXt

2014-10-18 Thread Hans Hagen

On 10/18/2014 9:14 AM, Jaroslav Hajtmar wrote:

Hello ConTeXist
Already a long time I use ConTeXt for processing the same files and
always worked very well. Yesterday I updated version of ConTeXt
Standalone and then I (like many times before) wanted to translate his
usual document. Unfortunately, the translation stopped with an error
message that I do not understand. Does anyone know what this could mean?
The source code of my source file I did not change for a very long time
a translation by using ConTeXt from TeXLive 2014 is without problem.
Thanks for the advice.
Jaroslav Hajtmar

Here is error message.


C:\$~1da\PODNIK\ConTeXtcontext Ds477_2202421

mtx-context | warning: no (local) file './Ds477_2202421', proceeding
mtx-context | run 1: luatex
--fmt=C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en
--jobname=Ds477
_2202421
--lua=C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce
0dde776fb1556f32e/formats/luatex/cont-en.lui --no-parse-first-line
--c:currentr
un=1 --c:fulljobname=./Ds477_2202421 --c:input=./Ds477_2202421
--c:kindofrun
=1 --c:maxnofruns=8 cont-yes.mkiv
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5041)
  \write18 enabled.
open source  1  1 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

ConTeXt  ver: 2014.09.25 18:58 MKIV beta  fmt: 2014.10.18  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 'Ds477_2202421', input
'./Ds477_2202421', resu
lt 'Ds477_2202421'
fontslatin modern fonts are not preloaded
languageslanguage 'en' is active
open source  2  3  C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex
open source  3  4  c:/1da/tex/context/ctx_sml_library.tex
colors   'rgb' color space is supported
colors   'cmyk' color space is supported
resolversmodules  'visual' is loaded
open source  4  5 
C:/context/tex/texmf-context/tex/context/base/m-visual
.mkiv
loading  ConTeXt Tracking Macros / Visualization
close source 4  5 
C:/context/tex/texmf-context/tex/context/base/m-visual
.mkiv
setuperror in line 14, namespace 'itemgroup', instance
'itemize', k
ey 'n'
setuperror in line 14, namespace 'itemgroup', instance
'itemize', k
ey 'packed'


some kind of error in your \setupitemize command


close source 3  5  c:/1da/tex/context/ctx_sml_library.tex
close source 2  5  C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex
close source 1  5 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

*


a missing { or } ?

we need a real minimal example to see what is happening

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] Trying to emulate CSS

2014-10-18 Thread Hans Hagen

On 10/17/2014 10:47 PM, Stuart Hungerford wrote:

Hans Hagen pragma at wxs.nl writes:


\starttext

\framed
[offset=overlay,width=4cm,height=4cm]
{\externalfigure[t:/sources/cow.pdf][factor=max]}

\framed
[offset=overlay,width=4cm,height=6cm]
{\externalfigure[t:/sources/cow.pdf][factor=max]}

\framed
[offset=overlay,width=6cm,height=4cm]
{\externalfigure[t:/sources/cow.pdf][factor=max]}

\stoptext


This works well, but what I'd like to do is choose a fixed
size frame
for each PDF and have ConTeXt fill the frame in the same
way as these
CSS commands:

object-fit  : cover;
object-position : top left;
overflow: hidden;

(http://www.w3.org/TR/css3-images/#the-object-fit)


Many thanks -- although I don't see the effect I'm trying to get.
In the code below the cow picture should fill the three frames at
three different scales with no white bars between the frame and
the externalfigure frame:

\setupexternalfigures[location={default}]

\starttext

\framed
[offset=overlay,width=10cm,height=2cm]
{\externalfigure[cow][frame=on,factor=max]}

\framed
[offset=overlay,width=4cm,height=8cm]
{\externalfigure[cow][frame=on,factor=max]}

\framed
[offset=overlay,width=6cm,height=6cm]
{\externalfigure[cow][frame=on,factor=max]}

\stoptext


We already have a low level repeater so I've added a low level filler. 
It will be in the next beta upload (probably not today).


\setupexternalfigures[location={default}]

\starttext

\framed[offset=overlay,width=6cm,height=3cm]{\backgroundimage 
{1}{\hsize}{\vsize}{\externalfigure[cow][width=1cm]}} \blank
\framed[offset=overlay,width=6cm,height=3cm]{\backgroundimage 
{2}{\hsize}{\vsize}{\externalfigure[cow][width=1cm]}} \blank
\framed[offset=overlay,width=6cm,height=3cm]{\backgroundimage 
{3}{\hsize}{\vsize}{\externalfigure[cow][width=1cm]}}


\page


\framed[offset=overlay,width=4cm,height=2cm]{\backgroundimagefill{1}{\hsize}{\vsize}{\externalfigure[cow]}} 
\blank


\framed[offset=overlay,width=4cm,height=2cm]{\backgroundimagefill{2}{\hsize}{\vsize}{\externalfigure[cow]}} 
\blank


\framed[offset=overlay,width=4cm,height=2cm]{\backgroundimagefill{3}{\hsize}{\vsize}{\externalfigure[cow]}}

\page


\framed[offset=overlay,width=2cm,height=4cm]{\backgroundimagefill{1}{\hsize}{\vsize}{\externalfigure[cow]}} 
\blank


\framed[offset=overlay,width=2cm,height=4cm]{\backgroundimagefill{2}{\hsize}{\vsize}{\externalfigure[cow]}} 
\blank


\framed[offset=overlay,width=2cm,height=4cm]{\backgroundimagefill{3}{\hsize}{\vsize}{\externalfigure[cow]}}

\page


\framed[offset=overlay,width=4cm,height=2cm]{\backgroundimagefill{1}{\hsize}{\vsize}{\externalfigure[mill]}} 
\blank


\framed[offset=overlay,width=4cm,height=2cm]{\backgroundimagefill{2}{\hsize}{\vsize}{\externalfigure[mill]}} 
\blank


\framed[offset=overlay,width=4cm,height=2cm]{\backgroundimagefill{3}{\hsize}{\vsize}{\externalfigure[mill]}}

\page


\framed[offset=overlay,width=2cm,height=4cm]{\backgroundimagefill{1}{\hsize}{\vsize}{\externalfigure[mill]}} 
\blank


\framed[offset=overlay,width=2cm,height=4cm]{\backgroundimagefill{2}{\hsize}{\vsize}{\externalfigure[mill]}} 
\blank


\framed[offset=overlay,width=2cm,height=4cm]{\backgroundimagefill{3}{\hsize}{\vsize}{\externalfigure[mill]}}

\stoptext


[I'm sending this via the Gmane interface as this thread hasn't come through
via the mailing list daily digests via email yet).


please avoid duplicate postings

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] \startitem and \startparagraph

2014-10-18 Thread Wolfgang Schuster

 Am 17.10.2014 um 17:11 schrieb Rik Kabel cont...@rik.users.panix.com:
 
 On 2014-10-17 03:50, Hans Hagen wrote:
 On 10/17/2014 3:02 AM, Rik Kabel wrote:
 What is the proper way to delimit paragraphs within an itemized list
 using \start..\stop tagging (as for epub and such)? When I wrap
 paragraphs with \startparagraph..\stopparagraph within the
 \startitem..\stopitem, there is an unwanted newline inserted between the
 bullet and the item text.
 
 Or, is it not recommend to wrap paragraphs that are in enumerations?
 
 I ask because http://wiki.contextgarden.net/Epub_Sample suggests “Make
 sure to tag all your structural elements with \start...-\stop..., e.g.
 \startchapter, but even \startparagraph!” I also note the appearance of
 \startcontent..\stopcontent and \stopcaption..\startcaption and such,
 suggesting to me that semantic tagging may be a useful thing to add to
 new documents in order to support new output formats.
 
\starttext
\startitemize
   \startitem
 \startparagraph
   Item one paragraph one.
 \stopparagraph
 \startparagraph
   Item one paragraph two.
 \stopparagraph
 \startparagraph
   Item one paragraph three.
 \stopparagraph
   \stopitem
   \startitem
 \startparagraph
   Item two paragraph one.
 \stopparagraph
 \startparagraph
   Item two paragraph two.
 \stopparagraph
 \startparagraph
   Item two paragraph three.
 \stopparagraph
   \stopitem
\stopitemize
 
 \starttext
 \startitemize
  \startitem
\bpar
  Item one paragraph one.
\epar % \stopparagraph
\bpar
  Item one paragraph two.
\epar
\bpar
  Item one paragraph three.
\epar
  \stopitem
  \startitem
\bpar
  Item two paragraph one.
\epar
\bpar
  Item two paragraph two.
\epar
\bpar
  Item two paragraph three.
\epar
  \stopitem
 \stopitemize
 \stoptext
 
 Thank you, Hans, for that.
 
 Can you explain when \startparagraph..\stopparagraph should be preferred for 
 tagging, and when \bpar..\epar? There is clearly a difference between them.

\starttext

The \tex{bpar} and \tex{epar} commands only add tags for the begin and end
of the paragraph in the exported content:

\startitemize
  \startitem
\input ward
  \stopitem
  \startitem
\bpar \input ward \epar
  \stopitem
\stopitemize

When you use the \tex{startparagraph} and \tex{stopparagraph} commands \CONTEXT\
forces the end of the previous paragraph before it add the tags for the export:

\startitemize
  \startitem
\par \input ward \par
  \stopitem
  \startitem
\startparagraph \input ward \stopparagraph
  \stopitem
\stopitemize

\stoptext

 Is there any setup associated with \bpar..\epar as there is \defineparagraph 
 for \startparagraph..\stopparagraph?

No, the commands add only the tags when you use the export function.

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] Structure of titles in MkIV

2014-10-18 Thread Michał Goliński
Thank you very much for the example. Indeed, now the structure of the 
table of contents looks OK. Unfortunately, it breaks the PDF bookmarks 
(which was initially my main concern). For this file (based on your 
MWE), I get only Prologue in the bookmarks, although the links in the 
table of contents work perfectly:


\setupinteraction[state=start]
\placebookmarks[part,chapter][part,chapter][number=no]

\starttext
\placecontent

\startfrontmatter
 \startchapter[title=Prologue]
 \input knuth
 \stopchapter
\stopfrontmatter

\startpart[title={Part A}]
 \startchapter[title=One]
 \input knuth
 \stopchapter
\stoppart

\startbackmatter
 \startchapter[title=Epilogue]
 \input knuth
 \stopchapter
\stopbackmatter

\stoptext


Regards
Michał

W dniu 2014-10-15 14:25, Keith Schultz napisał(a):


Below I have a MWE to show the FLAW.

MWE:

\starttext
\placecontent

 %\startfrontmatter  % uncomment line to show what you would expect


\startchapter[title=Prologue]
\input knuth
\stopchapter

%\stopfrontmatter % uncomment line to show what you would expect

\startpart[title={Part A}]
 \startchapter[title=One]
 \input knuth
 \stopchapter
\stoppart

% FLAW: sectioned under Part A should expect sectioning  level 1
% or throw error that part needed here!
\startchapter[title={not at top level}]
\input knuth
\stopchapter

\startpart[title={Part B}]
 \startchapter[title=One]
 \input knuth
 \stopchapter
\stoppart

% \startbackmatter  % uncomment line to show what you would expect


% FLAW:  sectioned under Part B should expect sectioning  level 1
% or throw error that part needed here!
\startchapter[title=Epilogue]
\input knuth
\stopchapter


%\stopbackmatter % uncomment line to show what you would expect

\stoptext

regards
Keith.

___
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] displaymath, grid, vertical spacing, setupformulas

2014-10-18 Thread Mikael P. Sundqvist
Hi,

I have problems to tune the vertical spacing before and after
displaymathformulas in grid typesetting. With the example below, I
like the spacing in the second formula but not the first (too big). If
I comment out the \setupformulas part, then the first one looks OK,
but the second is good.

Is there a configure to get both of these to occupy three lines?

I use the latest standalone.

/Mikael

\setuplayout[
grid=tolerant,
]
\showgrid

%\setupformulas[
%spacebefore=,
%spaceafter=,
%]


\starttext
\dorecurse{10}{This is a statement. }
\startformula
1+2+\cdots+(n-1)+n=\frac{1+n}{2}n.
\stopformula
\dorecurse{10}{This is a statement. }
\startformula
1+2+\cdots+(n-1)+n=\tfrac{1+n}{2}n.
\stopformula
\dorecurse{10}{This is a statement. }
\stoptext
___
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] Module algorithmic

2014-10-18 Thread Wolfgang Schuster

 Am 18.10.2014 um 09:13 schrieb Fabrice Couvreur fabrice1.couvr...@gmail.com:
 
 Hi Wolfgang, 
 How to reduce the size of the float ? 
 Best regards, 
 Fabrice
 
 \usemodule[algorithmic]
 \definefloat[algorithm][algorithms] 
 
 
 \definecolor[H1prime][c=0.50, m=0.00, y=1.00, k=0.00]
 \definecolor[H4][c=0.07, m=0.00, y=0.15, k=0.00]
 
 \setupfloat
   [algorithm]
   [background=color,
frame=on,
framecolor=H1prime,
backgroundcolor=H4,
width=0.5\textwidth]

You have to put a framedtext environment around the algorithmic environment, 
you can do this by replacing \setupfloat with \setupalgorithmic.

\setupalgorithmic
  [algorithmic]
  
[before={\startframedtext[width=0.6\textwidth,background=color,backgroundcolor=H4,framecolor=H1prime]},
after={\stopframedtext}]

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] Problem with last version of ConTeXt

2014-10-18 Thread Jaroslav Hajtmar

Thanx Hans for reply.
A few hours I was looking for a problem in my source file and library 
that load at the beginning of my file. It seems that the problem has 
nothing to do with the error message means that it has not  nothing to 
do with the itemize environment nor setupitemize (nothing like this in 
the file does not resp. when sections of code to comment out these 
environments, so nothing changes). The problem probably is related to 
some a side effect, because in older versions of ConTeXt Standalone not 
appear (and does not appear in Context, which is included in the latest 
distribution TeXLive 2014).


In my library are very old pieces of code that I used many years ago in 
plainTEX in combination with ConTeXtovým code (including frequent use 
\setvariables). Unfortunately I was despite my great efforts failed to 
create a reasonable minimal example, so I'll probably have to wait 
some time until someone else runs into a similar problem and will be 
able to describe properly document and create a minimum sample example 
(already with me it happened several times and each time it finally was 
resolved).


Thanks for your interest

Jaroslav Hajtmar


Dne 18.10.2014 11:40, Hans Hagen napsal(a):

On 10/18/2014 9:14 AM, Jaroslav Hajtmar wrote:

Hello ConTeXist
Already a long time I use ConTeXt for processing the same files and
always worked very well. Yesterday I updated version of ConTeXt
Standalone and then I (like many times before) wanted to translate his
usual document. Unfortunately, the translation stopped with an error
message that I do not understand. Does anyone know what this could mean?
The source code of my source file I did not change for a very long time
a translation by using ConTeXt from TeXLive 2014 is without problem.
Thanks for the advice.
Jaroslav Hajtmar

Here is error message.


C:\$~1da\PODNIK\ConTeXtcontext Ds477_2202421

mtx-context | warning: no (local) file './Ds477_2202421', proceeding
mtx-context | run 1: luatex
--fmt=C:/context/tex/texmf-cache/luatex-cache/c
ontext/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en
--jobname=Ds477
_2202421
--lua=C:/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce
0dde776fb1556f32e/formats/luatex/cont-en.lui --no-parse-first-line
--c:currentr
un=1 --c:fulljobname=./Ds477_2202421 --c:input=./Ds477_2202421
--c:kindofrun
=1 --c:maxnofruns=8 cont-yes.mkiv
This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/W32TeX) (rev 5041)
  \write18 enabled.
open source  1  1 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

ConTeXt  ver: 2014.09.25 18:58 MKIV beta  fmt: 2014.10.18  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 'Ds477_2202421', input
'./Ds477_2202421', resu
lt 'Ds477_2202421'
fontslatin modern fonts are not preloaded
languageslanguage 'en' is active
open source  2  3  C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex
open source  3  4  c:/1da/tex/context/ctx_sml_library.tex
colors   'rgb' color space is supported
colors   'cmyk' color space is supported
resolversmodules  'visual' is loaded
open source  4  5 
C:/context/tex/texmf-context/tex/context/base/m-visual
.mkiv
loading  ConTeXt Tracking Macros / Visualization
close source 4  5 
C:/context/tex/texmf-context/tex/context/base/m-visual
.mkiv
setuperror in line 14, namespace 'itemgroup', instance
'itemize', k
ey 'n'
setuperror in line 14, namespace 'itemgroup', instance
'itemize', k
ey 'packed'


some kind of error in your \setupitemize command


close source 3  5  c:/1da/tex/context/ctx_sml_library.tex
close source 2  5  C:/$~1da/PODNIK/ConTeXt/Ds477_2202421.tex
close source 1  5 
C:/context/tex/texmf-context/tex/context/base/cont-yes
.mkiv

*


a missing { or } ?

we need a real minimal example to see what is happening

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] Module algorithmic

2014-10-18 Thread Fabrice

Thanks Wolfgang,
Fabrice
___
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
___