[NTG-context] bug in beta from 2014.12.29 10:01

2014-12-31 Thread Akira Kakuto

$ contextjit --version

mtxrun  | unknown script 'context.lua' or 'mtx-context.lua'


I have reproduced it, after some trials, by removing files
in trees in cache.

So try
mtxrun --generate

Best,
Akira

___
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] Footnote breaks tagging

2014-12-31 Thread Hans Hagen

On 12/29/2014 3:38 PM, Christoph Reller wrote:

Hi,

ConTeXt mkiv is the only TeX-based typesetting system that can produce
tagged PDFs and this is a really useful feature. Unfortunately,
footnotes seem to upset tagging. MWE:


should be better now

-
  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] g parameter in tabulate stopped working

2014-12-31 Thread Hans Hagen

On 12/31/2014 5:16 AM, Henning Hraban Ramm wrote:

Hi  a happy new year!

When preparing my last invoices for 2014, I stumpled upon an error in 
tabulation:


\starttext

\setuptabulate[distance=0pt]
\starttabulate[|lw(7.75cm)|rg(,)w(2cm)|rg(,)w(2cm)|cg(,)w(3cm)|]
\NC Text \NC1,00\NC 222,22\NC   3,33\NC\NR
\NC Text \NC2\NC5,5\NC  66,666\NC\NR
\NC Text \NC100,00\NC   44,44\NC33,33\NC\NR
\stoptabulate

\stoptext


In the log I get 3 times (i.e. once per g parameter):

tabulate unknown preamble key: )

and of course the numbers are not aligned around the comma.


{,} and not (,)



The minimal example runs through, though; my invoice does not, and I didn’t 
find the real cause yet...


Greetlings, Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

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




--

-
  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] bug in beta from 2014.12.29 10:01

2014-12-31 Thread Philipp Gesang
···date: 2014-12-31, Wednesday···from: Pablo Rodriguez···

 On 12/30/2014 09:08 PM, Philipp Gesang wrote:
  ···date: 2014-12-30, Tuesday···from: Pablo Rodriguez···
  [...]
  I’m still experiencing this with beta from 2014.12.30 09:48.
 
  Could anyone confirm this? (I’m on Fedora 20, using the 32bit version of
  the ConTeXt Suite.)
  
  Nope, doesn’t happen on Linux 3.17.6-1-ARCH / x86_64. ``mtxrunjit
  --find-file mtx-context.lua`` correctly resolves to
  
  /home/phg/context/tex/texmf-context/scripts/context/lua/mtx-context.lua
  
  I don’t have a 32 bit box to test it though. A change I noticed
  that was introduced in a recent-ish commit is lots of messages
  like this:
  
  resolvers   | globbing | confusing filename, name: 'NEWS', lower: 
  'news', already: 'News'
  
  whenever mtxrun does some kind of path lookup.
 
 Many thanks for your reply, Philipp.
 
 I’m afraid I only get two blank lines from mtxrunjit --find-file
 mtx-context.lua. The same happens with mtxrun.

No result means mtxrun can’t find it. What do you get when you
run

find ${contextdir} -type f -name mtx-context.lua

where ``contextdir`` expands to the prefix you installed the
minimals under? If the script is indeed missing then you may have
to reinstall Context.



pgpten29FHlZ2.pgp
Description: PGP 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] PSTricks in Context

2014-12-31 Thread luigi scarso
On Tue, Dec 16, 2014 at 1:27 PM, luigi scarso luigi.sca...@gmail.com
wrote:



 On Mon, Dec 15, 2014 at 9:46 PM, Herbert Voss herbert.v...@fu-berlin.de
 wrote:

 Am 15.12.2014 um 14:06 schrieb luigi scarso:


 If we have a postscript interpreter, Is it possible to avoid dvi2ps at
 all,
 using only a context mkiv ?


 Yes, that could be possible.

 It would be interesting (well, at least for me)
 to have a how to --- if only for a specific pst module known to work
 with mkiv.

 I have done something here
https://foundry.supelec.fr/scm/viewvc.php/trunk/ghostscript/9.15/?root=swiglib

using barcode.ps from
http://bwipp.terryburton.co.uk/

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

[NTG-context] Title and defineenumeration

2014-12-31 Thread Fabrice Couvreur
Dear list,
Is it possible to remove the parentheses of the title ?
Best regards,
Fabrice

\defineframed
  [ACFRAME]
  [frame=off,
   width=fit,
   align=flushleft,
   location=low,
   background=color,
   backgroundcolor=lightgray]

\defineenumeration
  [ac]
  [text={Activité},
   headstyle={\bf\feature[+][f:smallcaps]},
   headcommand=\ACFRAME,
   numberconversionset=ACCONVERSION,
   width=fit,
   alternative=top,
   title=yes,
   ]

\defineprocessor[ACPROCESSOR][color=red,command=\groupedcommand{}{.}]

\defineconversionset[ACCONVERSION][][ACPROCESSOR-n]

\starttext
\startac{En Bretagne, il fait beau\unknown plusieurs fois par jour !}
\stopac
\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] \Context seems to be broken

2014-12-31 Thread Idris Samawi Hamid ادريس سماوي حامد
On Tue, 30 Dec 2014 14:58:17 -0700, Wolfgang Schuster  
schuster.wolfg...@gmail.com wrote:


I sent a fix to the developers list. You fix it yourself by adding  
\getscaledglyph as shown below to the definition of the command in  
cont-log.miv.

\unexpanded\def\Context % wrong usage of \getscaledglyph
  {\dontleavehmode
   \begingroup
-  C\kern -.0667\emwidth{.8}\empty{O\kern -.0667\emwidth N\kern
+  C\kern -.0667\emwidth\getscaledglyph{.8}\empty{O\kern -.0667\emwidth  
N\kern
   -.0549\emwidth  
T\doifitalicelse{\kern-.1\emwidth}{\kern-.1667\emwidth}\lower.5\exheight\hbox

   {E}\doifitalicelse\empty{\kern-.11em}X\kern-.055\emwidth T}%
   \endgroup}


Thanks, Wolfgang. At first I didn't realize that I had to take out the  
line preceded by '-', there are so many minuses in that def -)


Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523
___
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] luatex files

2014-12-31 Thread Idris Samawi Hamid ادريس سماوي حامد
On Tue, 30 Dec 2014 16:53:08 -0700, Akira Kakuto kak...@fuk.kindai.ac.jp  
wrote:



Dear Idris Samawi Hamid,


What is the minimum set of files are needed to update luatex?


They are luajittex.dll, and luatex.dll.


Thanks, Akira. I'm not experimenting with jit, so I ignored that... So to  
be safe I just did


luatex.exe
mtxrun.exe
texlua.exe
texluac.exe
lua52.dll
luatex.dll
mtxrun.dll

But I guess all that was really necessary was

luatex.exe texlua.exe luatex.dll

Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523
___
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] \mathcases and equation numbering

2014-12-31 Thread j. van den hoff
I posted a similar question a few days ago without success/response but  
since I have not found a solution anywhere I would
like to ask this again: how can I get properly enumerated equations using  
`\mathcases'? this example does not work:


\starttext
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla  
bla bla bla bla bla bla

\placeformula
\startformula
   E(f) = \frac {K_1(f)} {f}
\stopformula
\placeformula
\startformula
   K_1 \rightarrow
   \startmathcases
  \NC f  \NC for $f \ll PS$ (flow limited transport)  \NR
  \NC PS \NC for $f \gg PS$ (diffusion limited transport) \NR[+]
   \stopmathcases
\stopformula
bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla bla  
bla bla bla bla bla bla

\stoptext

since (as I now have discovered myself) the `\NR[+]' is here intended  
for subcases enumeration (which are, thus not aligned with the right  
margin0, rather than (like with \mathalign) for whole equation numbering.  
but omitting the `[+]' does not help either since \placeformula simply  
does not put an equation number at all.


so, simple question: how to get a properly numbered equation using  
\mathcases?


thx,joerg
___
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
___