Hi, todays beta will report all loaded files in the log files, inclduign lookup methods 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 -----------------------------------------------------------------
Hi Hans, Updating through the minimals to the latest beta (ConTeXt version 2011.06.25 01:48) presents a few problems: 1) mkii does not work anymore: typesetting \starttext Hello Hans! \stoptext results in sh: /context-minimal/tex/texmf-context/scripts/context/ruby/texexec.rb: Permission denied 2) There is now a problem with \footnote: for instance with mkiv \starttext \chapter{Testing a chapter\footnote{Actually for testing footnotes in a chapter header\dots}} \section{Testing a section\footnote{Actually for testing footnotes in a section header\dots}} \stoptext does not show the footnote numbers in the footnotes area. 3) In mathmode with some fonts some arrows are not showed: example with mkiv \setupbodyfont[libertine,12pt] \starttext \startformula L : E \longrightarrow F, \qquad x \mapsto f(x), \stopformula \stoptext While talking about maths and mkiv, the issue I reported about bounds of integrals is still present. Best regards: OK On 24 juin 2011, at 13:28, Hans Hagen wrote:
Hi,
todays beta will report all loaded files in the log files, inclduign lookup methods
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 ___________________________________________________________________________________
On 25-6-2011 5:49, Otared Kavian wrote:
Hi Hans,
Updating through the minimals to the latest beta (ConTeXt version 2011.06.25 01:48) presents a few problems:
1) mkii does not work anymore: typesetting
\starttext Hello Hans! \stoptext
results in sh: /context-minimal/tex/texmf-context/scripts/context/ruby/texexec.rb: Permission denied
ah, ok, a side effect of a quoting patch (for tl) ... i'll fix it 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 -----------------------------------------------------------------
On 25-6-2011 5:49, Otared Kavian wrote:
2) There is now a problem with \footnote: for instance with mkiv
\starttext \chapter{Testing a chapter\footnote{Actually for testing footnotes in a chapter header\dots}}
\section{Testing a section\footnote{Actually for testing footnotes in a section header\dots}} \stoptext
does not show the footnote numbers in the footnotes area.
You need to say: \automigrateinserts \starttext \chapter{Testing a chapter\footnote{Actually for testing footnotes in a chapter header\dots}} \footnote{Actually for testing footnotes in a chapter header\dots} \section{Testing a section\footnote{Actually for testing footnotes in a section header\dots}} \footnote{Actually for testing footnotes in a section header\dots} \stoptext Maybe it's about time to make it default. ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Am 25.06.2011 um 05:49 schrieb Otared Kavian:
2) There is now a problem with \footnote: for instance with mkiv
\starttext \chapter{Testing a chapter\footnote{Actually for testing footnotes in a chapter header\dots}}
\section{Testing a section\footnote{Actually for testing footnotes in a section header\dots}} \stoptext
does not show the footnote numbers in the footnotes area.
Add \automigrateinserts at the begin of your document. Wolfgang
On 25-6-2011 5:49, Otared Kavian wrote:
3) In mathmode with some fonts some arrows are not showed: example with mkiv
\setupbodyfont[libertine,12pt] \starttext \startformula L : E \longrightarrow F, \qquad x \mapsto f(x), \stopformula \stoptext
This is a side effect of some missing glyphs in lmmath.otf which is what we nowadays use when no design sizes are expected (we only use virtual lm math when we use lm fonts with design sizes.) You can add this at the top of your document to force the virtual lm fonts: \starttypescript [math] [modern,latin-modern,default] \definefontsynonym[MathRoman][LMMath10-Regular@lmroman10-math] \definefontsynonym[MathBold] [LMMath10-Bold@lmroman10-boldmath] \stoptypescript The lm math project team is aware of this and there will be a couple of fixed after the weekend. Keep testing as we need to know what other aspects are missing. 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 -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Otared Kavian
-
Wolfgang Schuster