[NTG-context] standalone / setuptex on ARM

2016-08-22 Thread Philipp Gesang
Hi, when setting up Context for my phone, I noticed the ARM binaries that come with the Standalone don’t work because the system is armv7l soft-float: $ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.6/lto-wrapper Target: arm-

Re: [NTG-context] standalone / setuptex on ARM

2016-08-23 Thread Philipp Gesang
· > The Raspberry PI returns: > > $ readelf -A /proc/self/exe > Attribute Section: aeabi > File Attributes > Tag_CPU_name: "6" > Tag_CPU_arch: v6 > Tag_ARM_ISA_use: Yes > Tag_THUMB_ISA_use: Thumb-1 > Tag_FP_arch: VFPv2 > Tag_ABI_PCS_wchar_t: 4 > Tag_ABI_FP_rounding: Needed >

Re: [NTG-context] cannot update to latest beta

2016-09-21 Thread Philipp Gesang
· > Dear list, > > although latest beta seems to be from 2016.09.20 21:12, I get updated to > beta from 2016.09.12 18:27 when I run: The official download still has the 2016.09.12 timestamp: http://pragma-ade.nl/download-2.htm How did you get that other date? I hope the git mirror isn’t

Re: [NTG-context] cannot update to latest beta

2016-10-12 Thread Philipp Gesang
Hey Mohammad, thanks for your message! · > The bitbucket mirror has not gotten updated since September 24. Is there a > misconfiguration? Sort of. I changed the bot after talking to Mojca at Kalenberg to include Hans as the commit author in order to facilitate the merging of various rep

Re: [NTG-context] cannot update to latest beta

2016-10-13 Thread Philipp Gesang
· > On Wed, 12 Oct 2016, Philipp Gesang wrote: > > > It seems fixed now and the most recent commit does indeed have > > Hans as the author. > > FYI, I have been mirroring your repo to github: > https://github.com/contextgarden/context-mirror > > If you

[NTG-context] error calling font.getfont() on certain fonts

2013-03-28 Thread Philipp Gesang
Hi all, I get an error when I run this code: \ctxlua{font.getfont( font.current() )} (Complete example below.) Oddly, whether or not this fails depends on the font. The issue does occur with both today’s beta and Tex Live. The error message is error: .../context/tex/texmf-context/tex/co

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Philipp Gesang
· > On 3/28/2013 6:41 PM, Philipp Gesang wrote: > >Hi all, > > > >I get an error when I run this code: > > > > \ctxlua{font.getfont( font.current() )} > > > >(Complete example below.) Oddly, whether or not this fails > >depends on th

Re: [NTG-context] error calling font.getfont() on certain fonts

2013-03-29 Thread Philipp Gesang
· > On 3/29/2013 4:29 PM, Philipp Gesang wrote: > >I just read that in the manual: > > > > Note that at the moment, each access to the font.fonts or call > > to font.getfont creates a lua table for the whole font. This > > process can be quite s

Re: [NTG-context] Representing TeX on the web [Off-topic]

2013-03-31 Thread Philipp Gesang
· > Dear gang, > > My apologies if the answers to the following are already well-known > and if I'm being completely clueless: > > What is the standard way of representing the symbol '\TeX' in html > and the like? I use margins to emulate kerns: TEX Maybe add font-family: "CMU Serif

Re: [NTG-context] Problem with local installation - MKIV- register

2013-04-01 Thread Philipp Gesang
Hi Wolfgang! · > Hello, > I have a problem with a using a register in my local installation > (MKIV). The minimal example works on contextgarden. > > The example: > \defineregister[Erf][Erflist] \defineregister[Erf] It doesn’t appear to be documented anywhere (even the source ...)

Re: [NTG-context] Problem with getmarking and setupheadertexts

2013-04-03 Thread Philipp Gesang
· > Hi together, > > what is wrong with the following shortexample? > > > \setupheadertexts > > [] [{\cap\getmarking[chapter]}] > > [][] > > > \starttext > > > \startchapter[ > > title={Long long long title, it is indeed}, > > marking = {Shorter Title},

[NTG-context] typescript Adobe Blank

2013-04-03 Thread Philipp Gesang
, I swear! ·· · %D \module %D [ file=type-imp-adobeblank.mkiv, %Dversion=2013-04-03 14:18:30+0200, %D title=\CONTEXT\ Typescript Macros, %D subtitle=Adobe Blank, %D author=Philipp Gesang, %D date

Re: [NTG-context] Setupparagraphnumbering

2013-04-04 Thread Philipp Gesang
Hi Diego! · > Hi all, > since I got the same issue reported in that unanswered question > http://www.ntg.nl/pipermail/ntg-context/2011/064172.html, before > switch from the 0.70 version installed by default in Ubuntu to another > one, is the \setupparagraphnumbering command supposed to wo

[NTG-context] [wiki] fake account spam

2013-04-05 Thread Philipp Gesang
Hi all, I’d like to draw your attention to the wiki. The spammers appear to know the solution to the current entry barrier “What is usually the last command in a ConTeXt source file (without the backslash)?”, and the number of fake accounts is growing fast: http://wiki.contextgarden.net/Special

Re: [NTG-context] [wiki] fake account spam

2013-04-06 Thread Philipp Gesang
· > On Fri, Apr 5, 2013 at 3:43 PM, Philipp Gesang wrote: > > Hi all, > > > > I’d like to draw your attention to the wiki. The spammers appear > > to know the solution to the current entry barrier “What is > > usually the last command in a ConTeXt sourc

[NTG-context] [mtx-package] merger output ambiguous

2013-04-11 Thread Philipp Gesang
Hi Hans, merging produces invalid output when concatenating a numbers into a string. Example: return 42 .. "foo" which is merged into: return 42.."foo" ^ where the dot after the number leads to a “malformed number” error. (Iirc there was a thread on lua-l about this not lo

Re: [NTG-context] [mtx-package] merger output ambiguous

2013-04-11 Thread Philipp Gesang
· > On 4/11/2013 12:00 PM, Philipp Gesang wrote: > >Hi Hans, > > > >merging produces invalid output when concatenating a numbers into > >a string. Example: > > > > return 42 .. "foo" > > > >which is merged into: > &g

[NTG-context] possible ligaturing bug with EB Garamond * clig

2013-04-16 Thread Philipp Gesang
Hi, with EB Garamond Italic and contextual ligatures I get a weird duplicate “s” for the pairing “us”: ··· \starttext \definefontfeature[default][default][clig=yes] \definedfont[ebgaramond12italic*default at 42pt] %defined

Re: [NTG-context] possible ligaturing bug with EB Garamond * clig

2013-04-16 Thread Philipp Gesang
· > On 4/16/2013 8:06 PM, Philipp Gesang wrote: > >Hi, > > > >with EB Garamond Italic and contextual ligatures I get a weird > >duplicate “s” for the pairing “us”: > > > >··· >

Re: [NTG-context] ``fallback" in Typescript

2013-04-22 Thread Philipp Gesang
Hi Tim, · > Hi, In the wiki, fallback often appears in the definition of > typescript. I am curious about this ``fallback", is there a place > to learn the fallback in detail? I haven't found this place in > our wiki. Regards, Tim use the source,

[NTG-context] [luatex-fonts] error with Amiri due to inclusion of font-otp.lua

2013-04-23 Thread Philipp Gesang
Hi, including font-otp triggers an error with the Amiri font: ! LuaTeX error ./luaotfload-merged.lua:10471: invalid value (nil) at index 1 in table for 'concat'. Which corresponds to line 192 of font-otp.lua. Test code: \font\test={file:amiri-regular.ttf} \test ضرب \bye Or

Re: [NTG-context] [luatex-fonts] error with Amiri due to inclusion of font-otp.lua

2013-04-24 Thread Philipp Gesang
· > On 4/24/2013 12:02 AM, Philipp Gesang wrote: > >Hi, > > > >including font-otp triggers an error with the Amiri font: > > > > ! LuaTeX error ./luaotfload-merged.lua:10471: invalid value > > (nil) at index 1 in table for 'concat&#x

[NTG-context] [luatex-fonts] non-ascii filenames in font cache

2013-04-28 Thread Philipp Gesang
Hi Hans, the font cache currently drops non-ascii bytes when creating file names by means of containers.cleanname(). Dohyun Kim sent a fix for data-con.lua (see below). My own test with the unicode library leads to some odd results. Also I noticed that as a pattern, [^%w%d] is a bit redundant sin

Re: [NTG-context] [luatex-fonts] non-ascii filenames in font cache

2013-04-28 Thread Philipp Gesang
· > On 4/28/2013 12:04 PM, Philipp Gesang wrote: > > >the font cache currently drops non-ascii bytes when creating file > >names by means of containers.cleanname(). Dohyun Kim sent a fix > >for data-con.lua (see below). My own test with the unicode > >lib

[NTG-context] fontloader: “can't convert into tounicode”

2013-05-03 Thread Philipp Gesang
Hi, loading this font: https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip causes the fontloader to emit a dozen or so messages of the kind fonts > loading > can't co

[NTG-context] font-age vs. font-agl

2013-05-07 Thread Philipp Gesang
Hi all, the glyph list is a bit of a conundrum. Context (font-enc.lua) will build its glyph list from font-agl.lua and char-def.lua. Luatex-Fonts reads a file named font-age.lua, which is, however, some 500 character definitions short of the canonical Glyph List from Adobe’s resources [1]. On th

Re: [NTG-context] font-age vs. font-agl

2013-05-07 Thread Philipp Gesang
· > > Am 07.05.2013 um 13:47 schrieb Philipp Gesang > : > > > Hi all, > > > > the glyph list is a bit of a conundrum. > > > > Context (font-enc.lua) will build its glyph list from > > font-agl.lua and char-def.lua. Luatex-Fonts reads

Re: [NTG-context] font-age vs. font-agl

2013-05-09 Thread Philipp Gesang
· > On 5/7/2013 1:47 PM, Philipp Gesang wrote: > >Hi all, > > > >the glyph list is a bit of a conundrum. > > > >Context (font-enc.lua) will build its glyph list from > >font-agl.lua and char-def.lua. Luatex-Fonts reads a file named > >font-a

[NTG-context] [luatex-fonts] font cache behavior

2013-05-10 Thread Philipp Gesang
Hi all, this document: \font\foo="file:LinLibertine_R.otf:+onum;mode=node;" \foo foo 12345 whatever \bye works correctly if the font is uncached but leads to garbled output in firefox’s pdf plugin if the font is loaded from cache. Afaics none of the other viewers are affected. Also

Re: [NTG-context] [luatex] font feature with new luaotfload

2013-05-10 Thread Philipp Gesang
· > I tried the following source with TeX Live 2013 pretest. > > --- > \documentclass{article} > \usepackage{fontspec} > \begin{document} > \fontspec[RawFeature=+pwid]{KozMinPr6N-Regular} > A…B > > \fontspec[RawFeature=+fwid]{KozMinPr6N-Regular} > A…B > > \end{document} > --- > > But I

[NTG-context] [luatex-fonts] +mkmk; +mark results in call to undefined onetimemessage()

2013-05-12 Thread Philipp Gesang
Hi, in luatex-plain, the example below \font\grk="file:LinLibertine_R.otf:+mark;+mkmk;mode=node" at 14.4pt {\grk μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆος\hfill\break οὐλομένην, ἣ μυρί' Ἀχαιοῖς ἄλγε' ἔθηκε} \bye triggers a call to onetimemessage() which is nil at the time when the

Re: [NTG-context] [luatex-fonts] +mkmk; +mark results in call to undefined onetimemessage()

2013-05-12 Thread Philipp Gesang
· > On 5/12/2013 9:19 PM, Philipp Gesang wrote: > >Hi, > > > >in luatex-plain, the example below > > > > \font\grk="file:LinLibertine_R.otf:+mark;+mkmk;mode=node" at 14.4pt > > {\grk > > μῆνιν ἄειδε θεὰ Πηληϊάδεω Ἀχιλῆ

[NTG-context] line endings in beta

2013-05-19 Thread Philipp Gesang
Hi, did the beta just switch to DOS lineendings? http://repo.or.cz/w/context.git/commitdiff/13ec4b540e0d46c97fd7b089e0b7413da81e0a9f Acccording to diffstat: 525 files changed, 155385 insertions(+), 152177 deletions(-) If yes, will it stay that way? Best Philipp pgpJWSblyu5mu.pgp De

Re: [NTG-context] line endings in beta

2013-05-20 Thread Philipp Gesang
· > On 5/19/2013 9:45 PM, Philipp Gesang wrote: > >Hi, > > > >did the beta just switch to DOS lineendings? > > > > > > http://repo.or.cz/w/context.git/commitdiff/13ec4b540e0d46c97fd7b089e0b7413da81e0a9f > > > >Acccording to diffsta

[NTG-context] [font-chk.lua] missing glyph tracker

2013-06-20 Thread Philipp Gesang
Hi Hans, in font-chk.lua, the function checkers.missing fails to assign the var “lastfont”, leading to a meaningless test for equivalence with “font”. See patch below. Also, may I ask you to include the unicode character in the tracker message? This would make the output more legible, imo. Someth

Re: [NTG-context] [font-chk.lua] missing glyph tracker

2013-06-20 Thread Philipp Gesang
· > On 6/20/2013 1:59 PM, Philipp Gesang wrote: > > >-report_fonts("char %U in font %a with id %a: > >%s",char,tfmdata.properties.fullname,font,message) > >+report_fonts("char %U (%s) in font %a with id %a: > >%s",ch

Re: [NTG-context] slanted style in quotations: setupquotation?

2013-06-20 Thread Philipp Gesang
Hi Sander, · > While there is a \setupquote in a recent MkIV beta, when I try to > use \setupquotation to set the quotation text style to slanted, this > has no effect. Is there a neat way to do this, without redefining > \quotation? with the default, the style and color settings apply t

Re: [NTG-context] Overriding pdfview

2013-06-26 Thread Philipp Gesang
Hi Luigi! · > On Wed, Jun 26, 2013 at 9:29 PM, Hans Hagen wrote: > > > > > while sumatrapdf > > > > - is pretty fast > > - has matured quite well > > - remembers the current page > > - renders quite ok > > - even supports some basic interactivity > > - (has an ugly yellow pop up windows

Re: [NTG-context] Overriding pdfview

2013-06-26 Thread Philipp Gesang
· > On 6/26/2013 10:50 PM, Philipp Gesang wrote: > >Hi Luigi! > > > >· > > > >>On Wed, Jun 26, 2013 at 9:29 PM, Hans Hagen wrote: > >> > >>> > >>>while sumatrapdf > >>> > >>>- is pretty

[NTG-context] [fontloader] cached fonts have invalid tounicode values

2013-06-27 Thread Philipp Gesang
Hi Hans, this has been reported by Dohyun Kim [1]: the generic fontloader (not Context) serializes some tounicode values as Lua numbers, not strings. When re-reading the cache file the values lose all leading zeros, so they are no longer well-formed UTF-16BE. ... ["tounicode"]={

Re: [NTG-context] [fontloader] cached fonts have invalid tounicode values

2013-06-27 Thread Philipp Gesang
· > Hi Hans, > > this has been reported by Dohyun Kim [1]: the generic fontloader > (not Context) serializes some tounicode values as Lua numbers, > not strings. When re-reading the cache file the values lose all > leading zeros, so they are no longer well-formed UTF-16BE. > > ... >

Re: [NTG-context] [fontloader] cached fonts have invalid tounicode values

2013-06-28 Thread Philipp Gesang
· > Hi Philipp, > > >I’ve traced it to luatex-basics-gen.lua. > > luaotfload-basics-gen.lua and luaotfload-merged.lua? The latter is generated from the former, so yes. For a hot fix it suffices to patch the merged file. Anyways, luaotfload will be updated once Hans pushes a fix upstream

Re: [NTG-context] logo from wiki

2013-07-04 Thread Philipp Gesang
· > Dear list. > > where is the ConTeXt source for this image: > http://wiki.contextgarden.net/skins/common/images/context/context_logo_inv.png? I haven’t tested if it still works out of the box but afaik this is the MP source: http://www.ntg.nl/pipermail/ntg-context/2009/038877.html

[NTG-context] [util-jsn] incorrect handling of escapes

2013-07-07 Thread Philipp Gesang
Hi, the JSON parser handles backslash escapes improperly. Example: local data = [[ { "escapes" : "(\")(\\)(\b)(\f)(\n)(\r)(\t)", "invalid" : "\'\v" } ]] local stuff = utilities.json.tolua (data) inspect(stuff) Currently it chokes on double quotes and treats the

Re: [NTG-context] [util-jsn] incorrect handling of escapes

2013-07-09 Thread Philipp Gesang
· > On 7/8/2013 12:56 AM, Philipp Gesang wrote: > >Hi, > > > >the JSON parser handles backslash escapes improperly. Example: > > > > local data = [[ { "escapes" : "(\")(\\)(\b)(\f)(\n)(\r)(\t)", > >

Re: [NTG-context] new beta

2013-07-14 Thread Philipp Gesang
· > Hi, > > I uploaded a beta. There are not that many changes. Currently I > develop in a separate branch but it might be that some changes are > reflected in the betas, and hopefully not breaking anything. There a copy’n’paste mistake in luatex-basics-nod.lua. See attached diff. Best,

Re: [NTG-context] new beta

2013-07-14 Thread Philipp Gesang
· > it might be that some changes are > reflected in the betas, and hopefully not breaking anything. Unhappily, it does. In the generic font loader the new “nuts” table is a synonym for “nodes”, but it would appear that it is also required to contain certa

Re: [NTG-context] new beta

2013-07-14 Thread Philipp Gesang
· > On 14/07/13 10:53, Philipp Gesang wrote: > > · > > > >> it might be that some changes are > >> reflected in the betas, and hopefully not breaking anything. > > [...] > > Failing example with

Re: [NTG-context] new beta

2013-07-14 Thread Philipp Gesang
· > · > > > it might be that some changes are > > reflected in the betas, and hopefully not breaking anything. > > Unhappily, it does. In the generic font loader the new “nuts” > table is a synonym for “nodes”, but it would appear that it is > als

Re: [NTG-context] OSFONTDIR kills gui fonts.

2013-07-26 Thread Philipp Gesang
Hi John! · > I am tryihg to follow the wiki on "Fonts in Luatex." It suggests the > following statement for Linux systems: > > export OSFONTDIR="/usr/local/share/fonts;$HOME/.fonts" > > But I store my fonts in /usr/share/fonts so I used: > > export OSFONTDIR="/usr/share/fonts" > > The

[NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-01 Thread Philipp Gesang
Hi, copy&paste from PDF is broken: \setupbodyfont [iwona] \starttext \feature[+][just-os,smallcaps] 0123456789 abcdefghijklmnopqrstuvwxyz \stoptext Result:  Expected: 0123456789abcdefghijklmnopqrstuvwxyz (Tried in Okular, but reported for other re

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-01 Thread Philipp Gesang
· > I tested your example: no problem here on Mac OS X 10.8.4, with > either TeXShop, Adobe Redaer or Preview, with the latest beta > (ConTeXt ver: 2013.08.01 01:31 MKIV beta fmt: 2013.8.1 int: > english/english). x64 linux here, but it’s the same with the windows version in wine32. I

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-01 Thread Philipp Gesang
· > On 2013–08–01 Philipp Gesang wrote: > > > · > > > > > I tested your example: no problem here on Mac OS X 10.8.4, with > > > either TeXShop, Adobe Redaer or Preview, with the latest beta > > > (ConTeXt ver: 2013.08.01 01:31

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 8/2/2013 12:12 AM, Philipp Gesang wrote: > >· > > > >>On 2013–08–01 Philipp Gesang wrote: > >> > >>>· > >>> > >>>>I tested your example: no problem here on Mac OS X 10.8.4, with > >>&g

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 2013–08–02 Philipp Gesang wrote: > > > https://phi-gamma.net/pdf/copypasta.pdf > > https://phi-gamma.net/files/copypasta.txt > > > > I definitely get   from this > > one. > > Indeed. When

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 8/2/2013 2:28 PM, Philipp Gesang wrote: > >· > > > >>On 2013–08–02 Philipp Gesang wrote: > >> > >>> https://phi-gamma.net/pdf/copypasta.pdf > >>> https://phi-gamma.net/files/copypasta.txt > >>>

Re: [NTG-context] copy&paste from pdf bug (smallcaps, text figures)

2013-08-02 Thread Philipp Gesang
· > On 8/2/2013 2:28 PM, Philipp Gesang wrote: > >· > > > >>On 2013–08–02 Philipp Gesang wrote: > >> > >>> https://phi-gamma.net/pdf/copypasta.pdf > >>> https://phi-gamma.net/files/copypasta.txt > >>>

Re: [NTG-context] Setup font size by dimension variable

2013-08-04 Thread Philipp Gesang
· > Hi all, > > I want to set the font size by using the dimension variable, but it doesn't > work. What am I doing wrong? > > \definemeasure[AAA][20pt] > \newdimen\BBB \BBB=20pt > > \starttext > TEXT > > % don't work > \switchtobodyfont[\measure{AAA}] > AAA > > % don't work > \switc

Re: [NTG-context] Setup font size by dimension variable

2013-08-04 Thread Philipp Gesang
· > · > > > Hi all, > > > > I want to set the font size by using the dimension variable, but it doesn't > > work. What am I doing wrong? > > > > \definemeasure[AAA][20pt] > > \newdimen\BBB \BBB=20pt > > > > \starttext > > TEXT > > > > % don't work > > \switchtobodyfont[\measu

[NTG-context] kerning with buggy libertine

2013-08-04 Thread Philipp Gesang
Hi Hans, this is a bug report thanks to Khaled: http://tex.stackexchange.com/a/126650/14066 In short: the font loader applies the kerning of libertine version 5.3.0 even though this appears to be broken in the font. Context translation of the example: \definefontfeature [kerning] [mode=node

Re: [NTG-context] kerning with buggy libertine

2013-08-07 Thread Philipp Gesang
· > On 8/4/2013 3:43 PM, Philipp Gesang wrote: > >Hi Hans, > > > >this is a bug report thanks to Khaled: > > > > http://tex.stackexchange.com/a/126650/14066 > > > >In short: the font loader applies the kerning of libertine > >version

Re: [NTG-context] kerning with buggy libertine

2013-08-07 Thread Philipp Gesang
· > On 8/7/2013 10:08 AM, Philipp Gesang wrote: > > >It’s that version (5.3.0). To quote Jonathan Kew [1]: > >And the follow up [2]: > > it all makes me wonder if otf is that clear and clean and good ... > font designers nowadays need to be programmers and &

Re: [NTG-context] Small caps from otf in luatex.

2013-08-10 Thread Philipp Gesang
Hi John! · > I have asked everywhere else to no avail. In (plain) luatex how do I > specify the small cap version of an otf font? I use context for > non-fiction but pdftex and now luatex for fiction. Plain uses a feature syntax similar to Xetex’s: \font \foo = "file:Iwona-Regular.otf

Re: [NTG-context] part titles not showing up

2013-08-19 Thread Philipp Gesang
· > Hi together, > I wonder why I can’t seem to get my part titles visible: > > > %\setuphead[part]{WHAT?} \setuphead [part] [placehead=yes] Best, Philipp > \starttext > > \part{Bart Eins} > > \chapter{Gabiddel Eins} > > \input tufte > > \chapter{Gabiddel Dswei} > > \input tu

Re: [NTG-context] beta

2013-08-23 Thread Philipp Gesang
· > Hi, > > Some new magic in the beta ... > > \setupbodyfont[pagella] > > \starttext > > \setupindenting[medium,yes] > \setupalign[tolerant] > > \definefirstline > [fancy] > [alternative=line, >color=darkred, >style=\setfontfeature{smallcaps}]

Re: [NTG-context] Repeat second-level registers within index

2013-09-26 Thread Philipp Gesang
· > Hi, > > How do you prevent ConTeXt from hiding (collapsing?) duplicate level 2 > index items? > > For example: > > \startitem > 5 array \index{hedgehog+SECTION A}hedgehog > \stopitem > \startitem > 7 army \index{herring+SECTION A}herring > \st

[NTG-context] fake feature “extend” behaving weirdly

2013-09-29 Thread Philipp Gesang
Hi Hans, this got posted on the DANTE list today. \definefontfeature [quite_wide] [extend=1.5] \definefont [mainfont] [file:Iwona-Regular.otf] \definefont [widefont] [file:Iwona-Regular.otf*quite_wide] \starttext \mainfont {\widefont foo} %% comment this line and “bar” is fine

Re: [NTG-context] fake feature “extend” behaving weirdly

2013-09-30 Thread Philipp Gesang
· > On 9/29/2013 11:55 PM, Philipp Gesang wrote: > > Hi Hans, > > > > this got posted on the DANTE list today. > > > >\definefontfeature [quite_wide] [extend=1.5] > >\definefont [mainfont] [file:Iwona-Regular.otf] > >\definefont

Re: [NTG-context] Wrong spacing using stretch effect

2013-10-01 Thread Philipp Gesang
· > On Tue, Oct 01, 2013 at 11:20:52AM +0200, Hans Hagen wrote: > > On 10/1/2013 10:05 AM, Marco Patzer wrote: > > >On 2013–09–30 Hans Hagen wrote: > > > > > >>these are unrelated mechanisms where the first one just does some > > >>pdf magic ... no feedback to tex about widths (ok, i could

Re: [NTG-context] Code Called Twice?

2013-10-11 Thread Philipp Gesang
· > > I noticed something unexpected with the following code: > > \enabletrackers[metapost.showlog] > > \startuseMPgraphic{heading:ThemeTitleStyle} > show "HEADING:THEMETITLESTYLE"; > show \MPstring{heading:title}; > > draw textext( \MPstring{heading:title} ) rotated 5 > with

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Philipp Gesang
· > FYI, > > I didn't know that the font was corrupt. I have over 400 fonts on my > machine, and had to reload to pick up the new ones. You'll find that > having a large number of fonts will start to become a common situation > as more fonts become public (e.g., Google's Free Web Fonts pr

Re: [NTG-context] Code Called Twice?

2013-10-11 Thread Philipp Gesang
· > On 10/11/2013 1:00 PM, Philipp Gesang wrote: > > · > > > >> > >> I noticed something unexpected with the following code: > >> > >> \enabletrackers[metapost.showlog] > >> > >> \startuseMPgraphic{heading:

Re: [NTG-context] Bug: Reloading Font

2013-10-11 Thread Philipp Gesang
· > On 10/12/2013 12:48 AM, Thangalin wrote: > > Hi > > > >> (Copperplate is going to be added soon.) Unfortunately, Context > > > > Keep in mind it was only Copperplate 33 BC. Also note that I could not > > find any version of Copperplate 33 BC online that had the same file > > size as my

[NTG-context] [luatex-fonts] fontloader/plain format broken in beta

2013-10-31 Thread Philipp Gesang
Hi Hans, the fontloader (font-otn.lua, line 191) accesses the table nodes.disccodes which is not defined in luatex-basics-nod.lua. If I add that table (as in font-ini.lua), I get a different error, basically stating that various LM-fonts can’t be found (even if I put them in the current working d

Re: [NTG-context] [luatex-fonts] fontloader/plain format broken in beta

2013-11-01 Thread Philipp Gesang
· > On 10/31/2013 11:37 PM, Philipp Gesang wrote: > > Hi Hans, > > > > the fontloader (font-otn.lua, line 191) accesses the table > > nodes.disccodes which is not defined in luatex-basics-nod.lua. > > > > If I add that table (as in font-ini.lua),

[NTG-context] [font-syn.lua] remove call to fontloader.to_table()

2013-11-09 Thread Philipp Gesang
Hi all, calling fontloader.to_table() appears to be redundant when extracting font names, see the attached patch. On my system I measured 42 (patched) vs 59 (vanilla) seconds for rebuilding the entire index: mtxrun --script fonts --reload --force The resulting index is -- except for the uuid,

Re: [NTG-context] [font-syn.lua] remove call to fontloader.to_table()

2013-11-09 Thread Philipp Gesang
· > On 11/9/2013 6:45 PM, Philipp Gesang wrote: > > Hi all, > > > > calling fontloader.to_table() appears to be redundant when > > extracting font names, see the attached patch. On my system I > > measured 42 (patched) vs 59 (vanilla) seconds fo

Re: [NTG-context] [font-syn.lua] remove call to fontloader.to_table()

2013-11-09 Thread Philipp Gesang
· > · > > > On 11/9/2013 6:45 PM, Philipp Gesang wrote: > > > Hi all, > > > > > > calling fontloader.to_table() appears to be redundant when > > > extracting font names, see the attached patch. On my system I > > > measure

Re: [NTG-context] announcement and call

2013-11-14 Thread Philipp Gesang
Hi Thomas! · > Dear list, > > today, I have an announcement to make and a call for contributions. We > have obtained a medium-sized grant at my university to further > development of ConTeXt. Specifically, our project wants to facilitate > typesetting critical editions after the TEI x

Re: [NTG-context] announcement and call

2013-11-14 Thread Philipp Gesang
· > On 11/14/2013 9:40 PM, Philipp Gesang wrote: > > > What I’d consider the most pressing issue, pertaining both to > > Context and to TeX as a whole, would be text streams a.k.a. > > parallel typesetting. It was discussed on the list a couple times > > al

Re: [NTG-context] ctxluacode inside bTABLE

2013-11-27 Thread Philipp Gesang
Hi Jorge, · > I try make a table with some random numbers but I found a problem with this > code: > > > \starttext > \ctxluacode{v=math.random(400,600)/10;context("%0.1f",v) ;} > > \bTABLE > \bTR\bTD Distance (cm) \eTD\bTD $\Delta t$ (s) \eTD\eTR > \bTR\bTD[nr=3] \ctxluacode{v=math.ra

Re: [NTG-context] ctxluacode inside bTABLE

2013-11-27 Thread Philipp Gesang
> > \bTABLE > > \bTR \bTD Distance (cm) \eTD \bTD $\Delta t$ (s) \eTD \eTR > > \bTR \bTD[nr=3] \getrandomnumber{34,56,10} \eTD \bTD t1 > > \eTD \eTR > > \bTR \bTD t2 \eTD \eTR > >

[NTG-context] Plain format not building

2014-02-19 Thread Philipp Gesang
Hi all, with the most recent Minimals (2014.02.14 17:07) building the Luatex Plain format no longer works: $ mtxrun --script plain --make ... mtx-plain | running command 'luatex --ini luatex-plain.tex \dump' This is LuaTeX, Version beta-0.78.2 (TeX Live 2014/dev) (rev 474

Re: [NTG-context] Plain format not building

2014-03-02 Thread Philipp Gesang
Hi Wolfgang! · > Am 19.02.2014 um 19:31 schrieb Philipp Gesang > : > > > Hi all, > > > > with the most recent Minimals (2014.02.14 17:07) building the > > Luatex Plain format no longer works: > > > >$ mtxrun --script plain

Re: [NTG-context] [***SPAM***] ConTeXt Daily Build

2014-03-10 Thread Philipp Gesang
· > > Where are there instructions for using the daily build, newest Context code? http://wiki.contextgarden.net/ConTeXt_Standalone > [ Is this the same as the standalone version that I've heard of? ] Yes. Best regards, Philipp pgpYwh7Q3NgDc.pgp Description: PGP signature

[NTG-context] [font-otn] bug in node mode

2014-03-13 Thread Philipp Gesang
Hi Hans, at least the Plain format breaks as soon as you define a font in node mode: \font \testfont = "lmroman10-regular.otf:mode=node" \testfont foo \bye Patch attached. Best regards, Philipp --- font-otn.lua.orig 2014-03-14 07:42:18.494017054 +0100 +++ font-otn.lua 2014-03-14 0

Re: [NTG-context] [font-otn] bug in node mode

2014-03-14 Thread Philipp Gesang
· > On 3/14/2014 7:48 AM, Philipp Gesang wrote: > > Hi Hans, > > > > at least the Plain format breaks as soon as you define a font in > > node mode: > > > > \font \testfont = "lmroman10-regular.otf:mode=node" > > \testfo

Re: [NTG-context] what happened to hangaround?

2014-03-23 Thread Philipp Gesang
Hi Henning! · > Hi again, > I’d like to flow some text around a picture. > > There was undocumented \starthangaround (it’s still in cont-new.mkiv in the > garden), but it’s unknown in latest beta. > Is there a replacement? Try the hanging environment: \setupexternalfigures [locat

Re: [NTG-context] [font-otn] bug in node mode

2014-03-24 Thread Philipp Gesang
> On 3/14/2014 7:48 AM, Philipp Gesang wrote: > > Hi Hans, > > > > at least the Plain format breaks as soon as you define a font in > > node mode: > > > > \font \testfont = "lmroman10-regular.otf:mode=node" > > \testfont foo > &

Re: [NTG-context] [font-otn] bug in node mode

2014-03-25 Thread Philipp Gesang
· > On 3/24/2014 8:40 PM, Philipp Gesang wrote: > > Hi Hans, > > > > I’m afraid I have to bother you again with this issue. Consider > > this code: > > > > \font \mainface = "file:EBGaramond12-Regular.otf:mode=node" > > \

Re: [NTG-context] [luatex-plain] disappearing math-on node

2014-04-05 Thread Philipp Gesang
· > On 4/3/2014 6:29 PM, Dohyun Kim wrote: > > This is a bug report based on the issue discussed at > > https://github.com/lualatex/luaotfload/issues/212 > > > > \font\tenrm{file:lmroman10-regular.otf:mode=node;script=latn}\tenrm > > \setbox0\vbox{% > >x\penalty-1 > >$a$x$a$ >

[NTG-context] [fontloader] does base mode support combining substitutions?

2014-04-05 Thread Philipp Gesang
Hi Hans, when combining e.g. certain number substitutions like onum and pnum or tnum and lnum, node mode seems to work fine. However, those do have value in math mode as well which node mode does not currently support. For comparison, here is a test file: https://bitbucket.org/phg/lua-la-tex

Re: [NTG-context] [fontloader] does base mode support combining substitutions?

2014-04-05 Thread Philipp Gesang
· > On 4/5/2014 4:37 PM, Philipp Gesang wrote: > > Hi Hans, > > > > when combining e.g. certain number substitutions like onum and > > pnum or tnum and lnum, node mode seems to work fine. However, > > those do have value in math mode as well which node mo

Re: [NTG-context] [luatex-plain] disappearing math-on node

2014-04-06 Thread Philipp Gesang
· > On 4/5/2014 3:12 PM, Philipp Gesang wrote: > > · > > > >> On 4/3/2014 6:29 PM, Dohyun Kim wrote: > >>> This is a bug report based on the issue discussed at > >>> https://github.com/lualatex/luaotfload/issues/212 > >>

Re: [NTG-context] [luatex-plain] disappearing math-on node

2014-04-06 Thread Philipp Gesang
· > On 4/5/2014 3:12 PM, Philipp Gesang wrote: > > · > > > >> On 4/3/2014 6:29 PM, Dohyun Kim wrote: > >>> This is a bug report based on the issue discussed at > >>> https://github.com/lualatex/luaotfload/issues/212 > >>

Re: [NTG-context] git

2014-04-26 Thread Philipp Gesang
Hi all, Marius’ git mirror is not going to be kept in sync anymore. From his answer: Because of security issues I disconnected the server there git script was running from the internet and have no plans to restore it. Which I think is quite a loss because it made working with t

Re: [NTG-context] git

2014-04-27 Thread Philipp Gesang
· > On 4/26/2014 12:02 PM, Philipp Gesang wrote: > > Hi all, > > > > Marius’ git mirror is not going to be kept in sync anymore. From > > his answer: > > > >Because of security issues I disconnected the server there > >git scr

Re: [NTG-context] git

2014-04-27 Thread Philipp Gesang
· > On Sun, Apr 27, 2014 at 10:23 AM, Philipp Gesang wrote: > > · > > > >> On 4/26/2014 12:02 PM, Philipp Gesang wrote: > >> > Hi all, > >> > > >> > Marius’ git mirror is not going to be kept in sync anymore. From > &

Re: [NTG-context] git

2014-04-27 Thread Philipp Gesang
· > On Sun, Apr 27, 2014 at 10:57 AM, Philipp Gesang wrote: > > > > Though I can’t seem to clone the main > > repo: > > > > [10:48:37=>phg@acheron=> ~/src/context-dev] git clone > > http://git.contextgarden.net/context/context.git context

Re: [NTG-context] smcp+tlig broken for -- only? -- Libertine

2014-05-12 Thread Philipp Gesang
· > On 5/11/2014 12:23 PM, Philipp Gesang wrote: > > Hi Hans, > > > > the fontloader appears to have trouble applying fake ligatures > > (“--” -> “\endash” and the likes) in conjunction with small > > capitals. Both features work well in isolation. The

  1   2   3   4   5   6   >