ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in latest beta?
@ 2015-05-27 20:38 Pablo Rodriguez
  2015-05-28 14:59 ` Otared Kavian
  2015-05-28 17:10 ` Hans Hagen
  0 siblings, 2 replies; 34+ messages in thread
From: Pablo Rodriguez @ 2015-05-27 20:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I have the following sample:

    \showframe\showgrid
    \setuplayout[setups=*lessstrict]
    \startsetups[*lessstrict]
        \setup[reset]
        \widowpenalty=10000
        \clubpenalty=10000
        \brokenpenalty=0
    \stopsetups
    \setupbodyfont[pagella, 12.6pt]
    \starttext
    \chapter{Quotes}
    \section{Zapf}
    \dorecurse{4}{\input zapf\par}
    \subsection{Knuth}
    \input knuth
    \stoptext

Compiling it with beta from 2015.03.25 22:13, page break is fine.

But with latest beta from 2015.05.24 12:42 (or even with beta from
2015.05.15 11:42 includes a wrong page break. The setups for widow and
orphan lines move the two last lines to the next page.

Could anyone confirm this bug?

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2017-11-01 13:18 Pablo Rodriguez
  2017-11-01 15:50 ` Pablo Rodriguez
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2017-11-01 13:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans,

I have tried to update the ConTeXt Suite to latest beta and I got the
following message:

    $ ./first-setup.sh --modules=all
    receiving incremental file list

    sent 29 bytes  received 155 bytes  122.67 bytes/sec
    total size is 8,660,630  speedup is 47,068.64
    ./bin/mtxrun:5878: attempt to call local 'ln' (a nil value)

I think there may be a bug there.

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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2016-09-05  8:39 Akira Kakuto
  2016-09-05 14:33 ` Pablo Rodriguez
  0 siblings, 1 reply; 34+ messages in thread
From: Akira Kakuto @ 2016-09-05  8:39 UTC (permalink / raw)
  To: ntg-context

> the following sample gives a Lua error with latest beta (2016.09.04 13:46):

Compilation is fine in the latest luatex 0.98.4 with
mtx-context     | current version: 2016.09.04 13:46.

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

^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2016-09-05  5:59 Pablo Rodriguez
  2016-09-05  6:36 ` josephcanedo
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2016-09-05  5:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans,

the following sample gives a Lua error with latest beta (2016.09.04 13:46):

    \setupinteraction[state=start]
    \define[1]\myurl{{\tt\goto{\hyphenatedurl{#1}}[url(#1)]}}

    \starttext
    \input knuth \myurl{http://wiki.contextgarden.net}.
    \stoptext

Compilation is fine with beta from 2016.07.18 16:46.

Is this a bug or am I missing something?

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2015-05-14 20:46 Pablo Rodriguez
  2015-05-15  5:07 ` Pablo Rodriguez
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2015-05-14 20:46 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans,

after upgrading to beta from 2015.05.13 23:52, the compilation of most
of my documents crashes.

I get two different errors depending on the document:

error: .../ctxbeta/tex/texmf-context/tex/context/base/typo-itc.lua:148:
attempt to call global 'setfield' (a nil value)

error: .../ctxbeta/tex/texmf-context/tex/context/base/typo-itc.lua:159:
attempt to call global 'setfield' (a nil value)

I cannot provide a minimal sample now. I wonder whether the error itself
might be enough to fix the issue.

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2014-12-10 18:51 Pablo Rodriguez
  2014-12-10 19:14 ` Hans Hagen
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2014-12-10 18:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hans,

after updating to latest beta I get an error when compiling the sample
bellow with beta from 2014.12.09 13:03:

   \setupitaliccorrection[global,always]
   \definefontfamily[mainface][serif][TeX Gyre Pagella]
   \setupbodyfont[mainface,15pt]

   \def\ConTeXt{Con\-\TeX{}t}

   \starttext
   \itc The Book on \ConTeXt
   \medskip
   \tfa\setupinterlinespace[2.6ex] {\sc The Author}
   \par
   \currentdate
   \stoptext

Beta from 2014.11.26 21:43 compiles it without problems.

Is this a bug or am I missing something?

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2014-05-26  5:47 Pablo Rodriguez
  2014-05-26  8:24 ` Hans Hagen
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2014-05-26  5:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I’m afraid there is a bug (I think it was) introduced in beta from
2014.05.21 22:04:

    \showframe
    \setuppapersize[A6]
    \starttext
    \dorecurse{23}{This is only a random sentence. }

    \section{Section}

    \input zapf
    \stoptext

Page break is wrong if \section is enabled (or I am missing something
extremely basic).

I guess it might be worth fixing it also for ConTeXt in TeX Live 2014.

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2014-03-18 17:30 Pablo Rodriguez
  2014-03-18 17:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 34+ messages in thread
From: Pablo Rodriguez @ 2014-03-18 17:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

I cannot compile the following sample with latest beta:

\definefontfamily[mainface][serif][TeX Gyre Pagella]
\setupbodyfont[mainface,14pt]

\starttext
\startitemize

\item First item.

\item Second item.

\stopitemize

\stoptext


This worked fine with previous beta. Isn’t it a bug?

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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 34+ messages in thread
* bug in latest beta?
@ 2008-11-10  9:55 Chen Shen
  2008-11-10 11:59 ` Wolfgang Schuster
  2008-11-10 15:25 ` Hans Hagen
  0 siblings, 2 replies; 34+ messages in thread
From: Chen Shen @ 2008-11-10  9:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

the following code used to work, but broke in the latest beta. \at
works well, but \in appears as a math "member of set" symbol ( ∈ ).

========================
\starttext
\placefigure[here][abc]{xyz}{123}

abc \at[abc].
abc \in[abc].

\stoptext
========================

I am using

$ context --version
MtxRun | main context file:
/opt/home/hash/context/tex/texmf-context/tex/context/base/context.tex
MtxRun | current version: 2008.56.06 19:11

$ luatex -v
This is LuaTeX, Version snapshot-0.30.2-2008102016, build unknown

any suggestions? Thanks a lot.

best regards,
shenchen
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2017-11-01 15:50 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-27 20:38 bug in latest beta? Pablo Rodriguez
2015-05-28 14:59 ` Otared Kavian
2015-05-31 11:34   ` Pablo Rodriguez
2015-05-28 17:10 ` Hans Hagen
2015-05-31 11:56   ` Pablo Rodriguez
2015-05-31 22:16     ` Hans Hagen
2015-06-01  6:45       ` Otared Kavian
2015-06-01  7:28         ` Pablo Rodriguez
2015-06-01  7:41           ` Otared Kavian
  -- strict thread matches above, loose matches on Subject: below --
2017-11-01 13:18 Pablo Rodriguez
2017-11-01 15:50 ` Pablo Rodriguez
2016-09-05  8:39 Akira Kakuto
2016-09-05 14:33 ` Pablo Rodriguez
2016-09-05 14:44   ` luigi scarso
2016-09-05 15:32     ` Pablo Rodriguez
2016-09-05  5:59 Pablo Rodriguez
2016-09-05  6:36 ` josephcanedo
2016-09-05 15:10   ` Pablo Rodriguez
2016-09-06  4:43     ` Pablo Rodriguez
2015-05-14 20:46 Pablo Rodriguez
2015-05-15  5:07 ` Pablo Rodriguez
2014-12-10 18:51 Pablo Rodriguez
2014-12-10 19:14 ` Hans Hagen
2014-12-10 19:59   ` Pablo Rodriguez
2014-05-26  5:47 Pablo Rodriguez
2014-05-26  8:24 ` Hans Hagen
2014-05-26 15:44   ` Pablo Rodriguez
2014-03-18 17:30 Pablo Rodriguez
2014-03-18 17:39 ` Wolfgang Schuster
2014-03-18 17:52   ` Pablo Rodriguez
2008-11-10  9:55 Chen Shen
2008-11-10 11:59 ` Wolfgang Schuster
2008-11-10 12:37   ` Chen Shen
2008-11-10 15:25 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).