[NTG-context] Re: [ metapost -> svg ]

2023-11-07 Thread Lutz Haseloff
Hi Floris, directly generating SVG with ConTeXt LMTX is not possible. But, using LMTX to generate SVGs has some advantages over MPOST. You can use ConTeXt's advanced color management (transparency and more) and you can use the very nice font management. So my "metapost" file is: \startMPpage

[NTG-context] Re: Table of contents of unnumbered titles

2023-09-09 Thread Lutz Haseloff
Hi Jim, perhaps does this work for you? \setuplist[chapter][headnumber=no] \setuphead[chapter][number=no] \starttext \completecontent \page \chapter{Chapter one} \input knuth \chapter{Chapter two} \input ward \stoptext Greetings Lutz Am 9. September 2023 20:11:55 MESZ schrieb

[NTG-context] Bug in context

2023-05-13 Thread Lutz Haseloff via ntg-context
Hi Hans, hi all, I mainly use ConTeXt in a server environment. So I am a friend of the console. I found a small problem there. When I invoke context with parameter --ansi, the logfile remains empty. I tried Linux aarch64 and Windows64. Greetings

Re: [NTG-context] Math Formula Alignment

2023-02-24 Thread Lutz Haseloff via ntg-context
Thank you Hans! Alignment works again as expected and documented in the Wiki. Greetings Lutz Am 23.02.2023 um 14:53 schrieb Hans Hagen via ntg-context: On 2/18/2023 3:04 PM, Mikael Sundqvist via ntg-context wrote: Hi, On Sat, Feb 18, 2023 at 3:01 PM Lutz Haseloff via ntg-context wrote

[NTG-context] Math Formula Alignment

2023-02-18 Thread Lutz Haseloff via ntg-context
Hi Hans, hi all,   the alignment of formulas seems broken:   \setuppapersize[A5] \starttext \setuplayout[textwidth=8cm] \setupformulas[align=left] \startformula c^2 = a^2 + b^2 \stopformula

Re: [NTG-context] What's the current method for using a variable font in Context and Metapost?

2023-01-20 Thread Lutz Haseloff via ntg-context
olucci via ntg-context : >And how do you set the light variation? > >On Fri, Jan 20, 2023 at 2:08 AM Lutz Haseloff via ntg-context < >ntg-context@ntg.nl> wrote: > >> Hi Guido, >> >> >> this works here: >> >> \starttext >> Test

Re: [NTG-context] What's the current method for using a variable font in Context and Metapost?

2023-01-19 Thread Lutz Haseloff via ntg-context
Hi Guido, this works here: \starttext Test Test \usemodule[fonts-variable] \definefontfamily [mainface] [ss] [bahnschrift] \setupbodyfont[mainface] \ss 123456789 Wild! \medskip \startMPcode picture pic; pic := thelabel(textext("\ss This is in Metafont 0123456789"), (0, 0)); draw pic;

Re: [NTG-context] zint module on LMTX

2022-03-25 Thread Lutz Haseloff via ntg-context
Hi all, with the new upload, for me on Win64 the zint module does not work yet. >cmd /c context test.tex && start sumatrapdf test.pdf test.log: resolvers | formats | executing runner 'run luametatex format': C:/context/tex/texmf-win64/bin/luametatex --jobname="./test.tex"

Re: [NTG-context] Problem getting lmtx version up

2021-07-16 Thread Lutz Haseloff
Hello Michal, both binaries work in my system. (Galaxy A50, Userland, Kali Linux) Greetings Lutz Am 17. Juli 2021 02:21:08 MESZ schrieb "Michal Vlasák" : >On Fri Jul 16, 2021 at 12:46 AM CEST, jdh wrote: >> # My system has GLIBC 2.28, but I don't know how to upgrade it for >RPis > >Can you jdh

Re: [NTG-context] Hyphens broken with lucidaot

2021-06-30 Thread Lutz Haseloff
Hi all, the same here with current version: 2021.06.29 23:13 Greetings Lutz Am 1. Juli 2021 03:02:53 MESZ schrieb Otared Kavian : >Hi Hans, > >I noticed that with the recent LMTX version 2021.06.27 16:59 the >hyphens do not show up correctly with lucidaot. >Here is a minimal example and the

Re: [NTG-context] No math fonts in latest LMTX 2021.05.15 22:45

2021-05-20 Thread Lutz Haseloff
Hi all, the same here for: mtx-context | ConTeXt Process Management 1.04 mtx-context | mtx-context | main context file: /usr/local/context/tex/texmf-context/tex/context/base/mkiv/context.mkiv mtx-context | current version: 2021.05.19 18:22 mtx-context | main context file:

Re: [NTG-context] Letter module not found by LMTX

2021-02-24 Thread Lutz Haseloff
Hi Hraban, works here as expected. See attached log. Greetings Lutz Am 24. Februar 2021 09:16:30 MEZ schrieb Henning Hraban Ramm : >Hi, I just stumbled upon this, no time for further checks ATM: > >\usemodule[letter] >can’t find the installed letter/correspondence module in LMTX mode, >while

Re: [NTG-context] [lmtx] ornaments with Linux Libertine

2020-11-21 Thread Lutz Haseloff
Hi YAHYAOUI, This works for me with my LinuxLibertine font. \definefont[linlib][name:linuxlibertinegregular*default at 12pt] \starttext \linlib \tochar{n:Tux} \tochar{x:E000} \tochar{x:E001} \tochar{x:E002} \tochar{x:E003} \tochar{x:2619} \tochar{x:2767} \stoptext Greetings Lutz Am 21.

Re: [NTG-context] compilation error in LMTX

2020-08-14 Thread Lutz Haseloff
Hi all I have a similar problem compiling luametafun.tex in the doc sources. It fails with different errorcodes on win64 and linux aarch64. On linux aarch64 i get a bonus "Segmentation fault". I append the console outputs of the context runs. If i comment out the input of luametafun-axis and

Re: [NTG-context] Installing VSCode extension?

2020-07-30 Thread Lutz Haseloff
Hi Alasdair, i fiddled with SciTE some years ago and ended with a file myproperties.properties in the programdata\scite directory. In this file i set the fonts and my context command as follows: # Codepages # UTF-8 code.page=65001 output.code.page=65001 # Byte # code.page=0

Re: [NTG-context] Installing on arm64

2020-06-11 Thread Lutz Haseloff
Hi Hans, hi all thank you for including the rule for aarch64 into install.sh. Now the setup routine works for me out of the box. Thanks again Greetings Lutz Am 10. Juni 2020 13:39:51 MESZ schrieb Hans Hagen : >On 6/10/2020 12:17 PM, Lutz Haseloff wrote: >> Hi all, >> >

Re: [NTG-context] Installing on arm64

2020-06-10 Thread Lutz Haseloff
27:28 MESZ schrieb Hans Hagen : >On 6/10/2020 7:07 PM, Lutz Haseloff wrote: >> I think, there is simply no rule for aarch64 in install.sh >> >> I now patched it in a better way. > >ok > >> The binaries for aarch64 work like a charm on my device, a Samsung >> G

Re: [NTG-context] Installing on arm64

2020-06-10 Thread Lutz Haseloff
:17 PM, Lutz Haseloff wrote: >> Hi all, >> >> I got my system working by quick and dirty patching install.sh >> >> I have now >> >> PLATFORM="linux-aarch64" >> >> after the last esac and all works like expected. >> >> I w

Re: [NTG-context] Installing on arm64

2020-06-10 Thread Lutz Haseloff
Hi all, I got my system working by quick and dirty patching install.sh I have now PLATFORM="linux-aarch64" after the last esac and all works like expected. I would like to have a check for aarch64 in the install.sh too. Greetings Lutz Am 10. Juni 2020 10:53:32 MESZ schrieb Sytse Knypstra :

Re: [NTG-context] Dangerous bend metafont/post code?

2020-05-27 Thread Lutz Haseloff
You can find the code in The Metafontbook, page 106f. Greetings Lutz Am 27. Mai 2020 21:19:26 MESZ schrieb Gerben Wierda : >To honour Donald Knuth, I’ve use his ‘dangerous bend’ (with attribution >of course) in one of my publications. But I only had a low res image. >Is the code of this symbol

[NTG-context] Lmtx and Cambria font

2019-04-14 Thread Lutz Haseloff
Hi Hans, hi all, my fresh installation of lmtx for win64 on Win 10 seems to have a problem with the Windows font cambria. I get no readeable text in the pdf. Other fonts work o.k. Greetings Lutz test.pdf Description: Adobe PDF document test.tuc Description: Binary data test.log

Re: [NTG-context] *** Spam *** Drawing scaled externalfigure in Metapost produces erroneous size in the latest beta

2019-04-04 Thread Lutz Haseloff
Hi Thorsten, I had the same problem a couple of months ago. Use sized instead of scaled now. The same goes for xscaled and yscaled. Greetings Lutz Am 4. April 2019 01:31:29 MESZ schrieb "Thorsten S." : >Hello! > >The simple Metapost code that follows worked fine until upgrading to >recent

Re: [NTG-context] degrade module

2019-02-15 Thread Lutz Haseloff
100 >Lutz Haseloff wrote: > >> but both scripts trow the same error on windows and linux-armhf: >> >> grph-downsample.lua:32: bad argument #2 to 'format' (number has no >> integer representation) > >It works here on linux-armhf. No Lua error. Maybe the file go

Re: [NTG-context] degrade module

2019-02-15 Thread Lutz Haseloff
get smaller but the resolution remains the same. Greetings Lutz Am 15. Februar 2019 08:25:35 MEZ schrieb Marco Patzer : >On Fri, 15 Feb 2019 07:56:31 +0100 >Lutz Haseloff wrote: > >> First i tried the grph-downsample.lua script. >> Unfortunately i get an error message >

Re: [NTG-context] degrade module

2019-02-14 Thread Lutz Haseloff
: >On 2/14/2019 9:32 PM, Peter Münster wrote: >> On Thu, Feb 14 2019, Lutz Haseloff wrote: >> >>> I wanted to use the degrade module with recent ConTeXt and LuaTeX. >> >> Hi Lutz, >> >> Could you please check, if the module grph-downsample.lua c

[NTG-context] degrade module

2019-02-14 Thread Lutz Haseloff
Hi Peter, hi all, I wanted to use the degrade module with recent ConTeXt and LuaTeX. The minimal example from the degrade manual gives an error. See the attached log. Is there any chance to get the module working again? Greetings Lutz verkleinert.log Description: Binary data

Re: [NTG-context] Metafun scaling problem

2018-10-02 Thread Lutz Haseloff
xsized was the solution. I wonder why xscaled worked for me for years. Thanks for the fast help. Lutz Am 2. Oktober 2018 11:10:04 MESZ schrieb Hans Hagen : >On 10/2/2018 7:03 AM, Lutz Haseloff wrote: >> Hi Hans, hi all, >> >> I think, that recent context has a problem with

Re: [NTG-context] Metafun scaling problem

2018-10-02 Thread Lutz Haseloff
ing 1.6.35 Compiled with lua version 5.3.5 Compiled with mplib version 2.00 Compiled with zlib 1.2.11; using 1.2.11 Development id: 6930 No experimental, i think. Am 2. Oktober 2018 07:12:02 MESZ schrieb luigi scarso : >On Tue, Oct 2, 2018 at 7:03 AM Lutz Haseloff > >wrote: > >> Hi

[NTG-context] Metafun scaling problem

2018-10-01 Thread Lutz Haseloff
Hi Hans, hi all, I think, that recent context has a problem with scaling included pdf files. My minimal file: \startMPpage draw externalfigure "cow.pdf" ; \stopMPpage The resulting pdf is, as the original, 97x70.6 mm, all ok. If I try to scale to the original size, i get arithmetic overflow

Re: [NTG-context] Footnotes in titles, 3 years old file compiles now different

2018-08-07 Thread Lutz Haseloff
Hi Huseyin, i tried your line of code with recent ConTeXt and luatex and i think it worked fine. See attached files. Greetings Lutz Am 7. August 2018 08:29:10 MESZ schrieb "Huseyin Özoguz" : >I forget: I use now luatex beta 0.80.0 (and Context from 2015.04.15), >but the old pdf was compiled

Re: [NTG-context] Problems with letter module

2018-07-20 Thread Lutz Haseloff
Thanks Henri, but is there a way to use a different background on page 2? I found \v!firstpage and \v!secondpage in the sources but didn't found a way to use them in my letter. Am 20. Juli 2018 09:17:23 MESZ schrieb Henri Menke : > > >On 20/07/18 17:17, Lutz Haseloff wrote: >>

[NTG-context] Problems with letter module

2018-07-19 Thread Lutz Haseloff
Hi Wolfgang, hi all, I would like to use the letter module. With my minimal letter i don't get pagenumbering and background working. They don't appear in the pdf. -- \setupbodyfont[cambria] \usemodule[letter] \useletterstyle[dinb] \mainlanguage[de] \starttext \setupletter

Re: [NTG-context] *** Spam *** Figure captions: "Fig." instead "Figure"

2018-07-13 Thread Lutz Haseloff
Hi Lukas, I use \setuplabeltext[de][figure=Bild ] You should use \setuplabeltext[en][figure=Fig. ] Greetings Lutz Am 13. Juli 2018 10:30:22 MESZ schrieb "Procházka Lukáš Ing." : >Hello, > >what is the way to change caption text for figures to be "Fig." instead >of "Figure"? >

Re: [NTG-context] Problem with luatex experimental on linux armhf

2018-06-27 Thread Lutz Haseloff
I append my out-context. Am 27. Juni 2018 18:43:24 MESZ schrieb luigi scarso : >On Wed, Jun 27, 2018 at 5:12 PM Lutz Haseloff > >wrote: > >> I have the desribed problem on two devices with the same luatex >> (development id 6832) and context beta 2018.06.25. >> >&

Re: [NTG-context] Problem with luatex experimental on linux armhf

2018-06-27 Thread Lutz Haseloff
scarso : >On Wed, Jun 27, 2018 at 2:13 PM luigi scarso >wrote: > >> >> >> On Wed, Jun 27, 2018 at 12:23 PM Lutz Haseloff < >> lutz.hasel...@toppkieker.info> wrote: >> >>> Hi all, >>> >>> since the replacement of poppler

[NTG-context] Problem with luatex experimental on linux armhf

2018-06-27 Thread Lutz Haseloff
Hi all, since the replacement of poppler by pplib the self-compiled luatex executables doesn't work properly anymore. The binaries compile without stop errors. The size of the binaries is about 2MB less than with poppler. The embedding of pdf files doesn't work. ConTeXt breaks without writing

Re: [NTG-context] beta

2018-06-23 Thread Lutz Haseloff
luatex --credits gives: This is LuaTeX, Version 1.09.0 (TeX Live 2018) The LuaTeX team is Hans Hagen, Hartmut Henkel, Taco Hoekwater, Luigi Scarso. LuaTeX merges and builds upon (parts of) the code from these projects: tex : Donald Knuth etex : Peter Breitenlohner, Phil Taylor and

Re: [NTG-context] beta

2018-06-23 Thread Lutz Haseloff
On Linux armhf i get with the same context and luatex: mtx-context | run 1: luatex --fmt="/usr/local/context/tex/texmf-cache/luatex-cache/context/5fe67e0bfe781ce0dde776fb1556f32e/formats/luatex/cont-en" --jobname="witha"

Re: [NTG-context] Problem with Filter Module in latent context beta

2018-04-16 Thread Lutz Haseloff
Hi Aditya, your filter module works for me again. Thank you very much. Greetings Lutz Am 17. April 2018 04:52:21 MESZ schrieb Aditya Mahajan <adit...@umich.edu>: >On Sat, 14 Apr 2018, Lutz Haseloff wrote: > >> Hi all, >> >> with latest context my filter test fil

Re: [NTG-context] Problem with Filter Module in latent context beta

2018-04-14 Thread Lutz Haseloff
oflineasciicode \activecatcode \xdef\activeendoflinetoken{\Uchar\endoflineasciicode} 97 \egroup 98 \fi 99 100 \protectmodulecatcodes 101 \stopmodule 102 Am 14. April 2018 15:02:09 MESZ schrieb Aditya Mahajan <adit...@umich.edu>: >On Sat, 14 Apr 2018, Lutz Has

[NTG-context] Problem with Filter Module in latent context beta

2018-04-14 Thread Lutz Haseloff
Hi all, with latest context my filter test file fails with an error. My file: \usemodule[filter] \defineexternalfilter [luatexdevelopmentlevel] [filtercommand={luatex --credits | grep Development > \externalfilteroutputfile}] \starttext \inlineluatexdevelopmentlevel{} \stoptext

Re: [NTG-context] Three problems with ConTeXt standalone for armhf

2018-01-19 Thread Lutz Haseloff
Thanks, 6533 compiles again. Am 19. Januar 2018 09:02:00 MEZ schrieb luigi scarso <luigi.sca...@gmail.com>: >On Fri, Jan 19, 2018 at 8:33 AM, luigi scarso <luigi.sca...@gmail.com> >wrote: >> On Fri, Jan 19, 2018 at 8:31 AM, Lutz Haseloff >> <lutz.hasel...@t

[NTG-context] Three problems with ConTeXt standalone for armhf

2018-01-18 Thread Lutz Haseloff
Hi all, 1. the luatex binary for linux armhf is too old for the recent version of ConTeXt. It is a 1.0.3 from March 2017. 2. first problem would be not a so big one, but since development level 6505 I'm not able to compile the experimental luatex myself anymore. It compiles luajittex but not

Re: [NTG-context] Problem with vocalised hebrew

2017-12-15 Thread Lutz Haseloff
Hi Hraban, thank you for wikifying. B.t.w טרופותי is the ivrit name of the Gruffalo ;-) Am 15. Dezember 2017 22:54:57 MEZ schrieb Henning Hraban Ramm : >Thank you. Wikified: >http://wiki.contextgarden.net/Arabic_and_Hebrew#Hebrew > >Greetlings, Hraban >--- >http://www.fiee.net

Re: [NTG-context] Problem with vocalised hebrew

2017-12-15 Thread Lutz Haseloff
Thank you very much Rik, your settings for EzraSIL are working nicely for my favorite font Narkisim. Thanks again Lutz Am 15. Dezember 2017 19:09:09 MEZ schrieb Rik Kabel <cont...@rik.users.panix.com>: >On 2017-12-15 06:45, Lutz Haseloff wrote: >> Hi all, >> i would l

[NTG-context] Context minimals on linux armhf

2017-12-15 Thread Lutz Haseloff
Hi all, since some days, everytime I want to run first-setup.sh I get following error message. @ERROR: chroot failed rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.1] Is there something wrong with the rsync server? Greetings Lutz -- GPG Key ID

[NTG-context] Problem with vocalised hebrew

2017-12-15 Thread Lutz Haseloff
Hi all, i would like to typeset hebrew with context. My not fully working example: \starttext \definedfont[name:narkisim at 20pt] \setupalign[r2l] טְרוֹפוֹתִי \stoptext In the resulting pdf the vocalisations are on the left side of the glyph, instead of being centered. I append the result of

Re: [NTG-context] symbol sets

2017-03-31 Thread Lutz Haseloff
Hello all, i tried Wolfgang's tma method and wrote the attached symb-imp-win.mkiv. Perhaps is it useful for someone else. (wingdng2 and wingdng3 are included) Greetings Lutz P.S. Scheif virtuelle Tastatur Am 31. März 2017 10:56:20 MESZ schrieb Henning Hraban Ramm : >Am

Re: [NTG-context] symbol sets

2017-03-30 Thread Lutz Haseloff
I recently had the same problem. I installwd fontforge and opened the fobtfile. There you can see the names of the glyphs. After that i succeded with following code. \definefontsynonym [WebDing] [file:webdings.ttf] \def\WebDingSymbol{\getnamedglyphdirect{WebDing}} \startsymbolset [webding]

Re: [NTG-context] ConTeXt minimals on linux armhf

2017-03-02 Thread Lutz Haseloff
Works again as expected, thanks. > Hans Hagen <pra...@wxs.nl> hat am 2. März 2017 um 10:33 geschrieben: > > > On 3/2/2017 8:47 AM, luigi scarso wrote: > > On Thu, Mar 2, 2017 at 8:41 AM, Lutz Haseloff <lu...@toppkieker.net> wrote: > >> Hi all, >

[NTG-context] ConTeXt minimals on linux armhf

2017-03-01 Thread Lutz Haseloff
Hi all, since yesterday, the installation of the minimals on linux armhf doesn't work anymore. On a fresh system, after "sh ./first-setup.sh" I get: receiving incremental file list bin/ bin/luatex bin/mtx-update.lua bin/mtxrun bin/texlua -> luatex sent 92 bytes received 8,631,278 bytes

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
18, 2017 at 12:49 PM, Lutz Haseloff <lu...@toppkieker.net> >wrote: >> Okay, I used the self compiled experimental luatex. >> And so does the luatex from the context minimals behave: >> >> (It is rather old) >> >> root@localhost:~# /usr/local/context/bin/

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
scarso <luigi.sca...@gmail.com>: >On Sat, Feb 18, 2017 at 11:59 AM, Lutz Haseloff <lu...@toppkieker.net> >wrote: >> luatex --version >> This is LuaTeX, Version 1.0.4 (TeX Live 2017/dev) >hm why luatex 1.0.4 ? >I expected that mtxrun installed luatex 1.0.3 > >&

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
function: 0xa4b7e0 string function: 0xa4b7e0 errno function: 0xa4b7e0 typeof function: 0xa4b7e0 cdeffunction: 0xa4b7e0 typefunction: 0xa4b7e0 copyfunction: 0xa4b7e0 Am 18. Februar 2017 11:45:06 MEZ schrieb luigi scarso <luigi.sca...@gmail.com>: >On Sat, Feb 18, 2017 at 11:00

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
Does that mean, that i can't use the new beta on my phone until linux armhf supports lua ffi? btw the new luatex 1.0.4 runs fine here. Am 18. Februar 2017 10:50:48 MEZ schrieb luigi scarso <luigi.sca...@gmail.com>: >On Sat, Feb 18, 2017 at 10:32 AM, Lutz Haseloff <lu...@toppkieker

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
Hi all, it seems that the new ConTeXt on the linux armhf platform is not really up to date yet. When i start the update with sh ./first-setup.sh --modules=all --keep I get: - root@localhost:/usr/local/context# sh ./first-setup.sh --modules=all --engine=luatex --keep receiving

Re: [NTG-context] Customize a table with Metafun

2017-02-14 Thread Lutz Haseloff
linecap:=butt ; Am 14. Februar 2017 16:53:04 MEZ schrieb Fabrice Couvreur : >Hello, >In the code below, the red vertical line extends beyond the edges of >the >cell. >Thank you >Fabrice > >\startuniqueMPgraphic{Vertical} > > linecap:=squared ; > path p ; p :=

Re: [NTG-context] cambria.ttc problem

2016-09-29 Thread Lutz Haseloff
This works fine, thanks. Am 29. September 2016 10:16:38 MESZ, schrieb Akira Kakuto : >> Yes, right, but after >> mtxrun --script fonts --reload >> the regular cambria disappears again. > >Confirmed. >mtxrun --script fonts --reload --force >gives a solution. > >Best,

Re: [NTG-context] cambria.ttc problem

2016-09-29 Thread Lutz Haseloff
Yes, right, but after mtxrun --script fonts --reload the regular cambria disappears again. Am 29. September 2016 09:19:44 MESZ, schrieb Akira Kakuto : >> it seems that luatex 1.0.0 doesn't recognise the cambria normal ... > >I experienced the same problem. >After

[NTG-context] cambria.ttc problem

2016-09-28 Thread Lutz Haseloff
Hi all, it seems that luatex 1.0.0 doesn't recognise the cambria normal from the ttc. I can only access the italic, bold, bolditalic and math. I use minimal context under win7 and win10, both x64. Greetings Lutz ___

Re: [NTG-context] Problem with Cambria

2016-09-27 Thread Lutz Haseloff
Sorry, it was my fault. I updated my Cambria and all went well (with Cambria). btw. Congratulations to luatex 1.0.0! Hans Hagen <pra...@wxs.nl> schrieb am Sa., 24. Sep. 2016 um 12:57 Uhr: > On 9/23/2016 7:53 PM, Lutz Haseloff wrote: > > Hi all, > > > > i found a Pr

[NTG-context] Problem with Cambria

2016-09-23 Thread Lutz Haseloff
Hi all, i found a Problem with Cambria. The use of í and ì results in wrong kerning. \setupbodyfont[cambria] \starttext Víctor Lidio Jara Martínez \stoptext gives: Ví ctor Lidio Jara Martí nez in the pdf. I use latest context and luatex on Windows and Linux. Greetings Lutz

[NTG-context] Problem with Cambria

2016-09-20 Thread Lutz Haseloff
Hi all, i found a Problem with Cambria. The use of í and ì results in wrong kerning. \setupbodyfont[cambria] \starttext Víctor Lidio Jara Martínez \stoptext gives: Ví ctor Lidio Jara Martí nez in the pdf. I use latest context and luatex on Windows and Linux. Greetings Lutz

Re: [NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread Lutz Haseloff
where can i get it? Hans Hagen <pra...@wxs.nl> schrieb am Di., 23. Aug. 2016 um 10:18 Uhr: > On 8/23/2016 8:37 AM, Lutz Haseloff wrote: > > Hi all, > > > > i finally got the context minimals working on my phone. > > I use GNURoot (Debian Jessie). > > fir

[NTG-context] armhf luatex binary from the context minimals

2016-08-23 Thread Lutz Haseloff
Hi all, i finally got the context minimals working on my phone. I use GNURoot (Debian Jessie). first-setup.sh works as expected. Only one problem remains. The luatex binary: http://minimals.contextgarden.net/current/bin/luatex/linux-armhf/bin/luatex This is LuaTex, Version 0.98.1 (TeX Live

Re: [NTG-context] Metapost labels

2013-08-07 Thread Lutz Haseloff
Hi Hans, Labels work again as expected. Thanks for the quick help! 2013/8/7 Hans Hagen pra...@wxs.nl On 8/7/2013 6:50 AM, Lutz Haseloff wrote: Hi all, with LuaTeX, Version beta-0.77.0-2013073017 (rev 4639) and ConTeXt ver: 2013.08.06 15:50 MKIV beta fmt: 2013.8.7 int: english

[NTG-context] Metapost labels

2013-08-06 Thread Lutz Haseloff
Hi all, with LuaTeX, Version beta-0.77.0-2013073017 (rev 4639) and ConTeXt ver: 2013.08.06 15:50 MKIV beta fmt: 2013.8.7 int: english/english Context seems not to be able to typeset Labels anymore. Yesterday, before an Update, all worked as expected. Minimal not working example: \starttext

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
Hi Keith, following testfile perhaps describes my problem better: \starttext \startMPpage drawdot (origin); label.rt (textext(right) , origin) ; label.top (textext(top) , origin) ; label.lft (textext(left) , origin) ; label.bot (textext(bottom) , origin) ; \stopMPpage \stoptext If i run it by

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
the problems. top bottom labels are not centered correctly bottom label not low enough left and right labels are not aligned at the same height Sorry, no ansers. regards Keith. Am 13.02.2013 um 11:11 schrieb Lutz Haseloff lutz.hasel...@gmail.com: Hi Keith, following testfile perhaps

Re: [NTG-context] Alignment problem with labels and textext

2013-02-13 Thread Lutz Haseloff
It seems, that my ConTeXt installation was broken in this point. A complete new installation of the standalone heped. Sorry for the noise. 2013/2/13 Lutz Haseloff lutz.hasel...@gmail.com It seems to me, that the label.xx mechanism is completely broken. the results of label, label.rt

[NTG-context] Alignment problem with labels and textext

2013-02-12 Thread Lutz Haseloff
Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem with labels using textext. Labels without textext work ok. Small example showing the

[NTG-context] Alignment problem with labels and textext

2013-02-11 Thread Lutz Haseloff
Hi Hans, hi all, with the most recent ConTeXt (This is LuaTeX, Version beta-0.75.0-2013021110 (rev 4576) ConTeXt ver: 2013.02.05 22:32 MKIV fmt: 2013.2.11 int: english/english) there is an alignment problem with labels using textext. Labels without textext work ok. Small example showing the

Re: [NTG-context] Simplefonts question

2011-11-14 Thread Lutz Haseloff
Thanks Wolfgang and Christian, works now. Lutz 2011/11/14 Christian meta...@gmx.de: Hi Wolfgang, I'm looking for documentation for your handy module. Particularly i'd like to know all the options i can use for the commands \setmainfont and \setupsimplefonts. My goal is to use a

Re: [NTG-context] Simplefonts question

2011-11-13 Thread Lutz Haseloff
2011/11/11 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 11.11.2011 um 13:01 schrieb Lutz Haseloff: Hi Wolfgang, I'm looking for documentation for your handy module. Particularly i'd like to know all the options i can use for the commands \setmainfont and \setupsimplefonts. My

[NTG-context] Simplefonts question

2011-11-11 Thread Lutz Haseloff
Hi Wolfgang, I'm looking for documentation for your handy module. Particularly i'd like to know all the options i can use for the commands \setmainfont and \setupsimplefonts. My goal is to use a font in my document in different sizes (say 12, 17 and 35pt) with adequate line spacing. I only

[NTG-context] Luatex question

2011-10-25 Thread Lutz Haseloff
Hi all, some months ago I printed the name of the current font with following code: \starttext The current font is: \ctxlua{tex.print(font.getfont(font.current()).fullname)}. \stoptext Now I get an error message: ! LuaTeX error main ctx instance:1: no string to print stack traceback:

Re: [NTG-context] Luatex question

2011-10-25 Thread Lutz Haseloff
Thank you for your detailed information. 2011/10/25 Hans Hagen pra...@wxs.nl: On 25-10-2011 14:09, Lutz Haseloff wrote: Hi all, some months ago I printed the name of the current font with following code: \starttext The current font is: \ctxlua{tex.print(font.getfont(font.current

Re: [NTG-context] For Windows users: ConTeXt + SciTe installation instructions updated

2011-10-21 Thread Lutz Haseloff
2011/10/20 Mari Voipio mvoi...@gmail.com: Lähetetty kännystäni / Sent from my iPhone On 20.10.2011, at 13.06, Hans Hagen pra...@wxs.nl wrote: On 20-10-2011 10:50, Lutz Haseloff wrote: if i install SciTe and the the ConTeXt files for SciTe on my Win 7 64 bit, i can no longer scroll

Re: [NTG-context] For Windows users: ConTeXt + SciTe installation instructions updated

2011-10-21 Thread Lutz Haseloff
2011/10/21 Hans Hagen pra...@wxs.nl: On 21-10-2011 08:42, Lutz Haseloff wrote: The problem remains. Scrolling in my 4000+ lines file crashes SciTe. Any file or just that one? If only that one, can you send it? Any fairly large tex file (about 3000 lines). If I rename the files to *.text

Re: [NTG-context] Problem with MPpage

2011-10-20 Thread Lutz Haseloff
Yes it differs, but i think it is a problem of last nights Context beta only. My older ConTeXts work ok. 2011/10/20 Meer, H. van der h.vanderm...@uva.nl: Does your result differ from mine here? The endpoints on the line suggest it was fully drawn and thus metapost behaves correctly. This

Re: [NTG-context] For Windows users: ConTeXt + SciTe installation instructions updated

2011-10-20 Thread Lutz Haseloff
Hi Mari, if i install SciTe and the the ConTeXt files for SciTe on my Win 7 64 bit, i can no longer scroll the text in the editor. Windows quits SciTe because of an unknown error :-( Has someone else the same error? Greetings Lutz 2011/10/19 Mari Voipio mari.voi...@iki.fi: Hello! At the

Re: [NTG-context] For Windows users: ConTeXt + SciTe installation instructions updated

2011-10-20 Thread Lutz Haseloff
2011/10/20 Mari Voipio mari.voi...@iki.fi: On Thu, Oct 20, 2011 at 11:50, Lutz Haseloff lutz.hasel...@googlemail.com wrote: if i install SciTe and the the ConTeXt files for SciTe on my Win 7 64 bit, i can no longer scroll the text in the editor. Windows quits SciTe because of an unknown

[NTG-context] Metapost error

2011-10-19 Thread Lutz Haseloff
Hi Hans, Hi all, with newest Context and luatex compiling following file: \starttext \startMPcode draw externalfigure hacker.jpg xscaled 30mm yscaled 20mm ; \stopMPcode \stoptext doesn't show the picture and gives an error message: ! Improper `addto'. to be read again

Re: [NTG-context] Metapost error

2011-10-19 Thread Lutz Haseloff
Works again with last nights beta, thanks. 2011/10/19 Lutz Haseloff lutz.hasel...@googlemail.com: Hi Hans, Hi all, with newest Context and luatex compiling following file: \starttext \startMPcode draw externalfigure hacker.jpg xscaled 30mm yscaled 20mm ; \stopMPcode \stoptext doesn't

[NTG-context] Problem with MPpage

2011-10-19 Thread Lutz Haseloff
Hi all, next Metapost problem. \starttext \startMPpage pickup pencircle scaled 2mm ; draw (0,0)--(5cm,5cm) withcolor red; \stopMPpage \stoptext The resulting pdf does not show the whole red line. The size of the pdf is right but it is shifted to the upper right. Thanks for any help Lutz

Re: [NTG-context] externalfigure error in current mkiv beta

2011-04-20 Thread Lutz Haseloff
Thanks again. Lutz 2011/4/20 Pontus Lurcock p...@talvi.net: On Wed 20 Apr 2011, Lutz Haseloff wrote: Is there a recent Metafun manual? http://www.pragma-ade.com/general/manuals/metafun-p.pdf (2010-10-08) I would even buy it (like the Fonts in ConTeXt). http://www.boekplan.nl/node/9 (€49

[NTG-context] externalfigure error in current mkiv beta

2011-04-19 Thread Lutz Haseloff
Hi all, with the current Context beta ConTeXt ver: 2011.04.13 09:23 MKIV fmt: 2011.4.19 int: english/english and a recent luatex LuaTeX, Version beta-0.66.0-2011041617 (rev 4160) (Win 7 64bit) the externalfigure macro breaks with following message: metapost loading 'metafun.mp'

Re: [NTG-context] externalfigure error in current mkiv beta

2011-04-19 Thread Lutz Haseloff
Thanks Is there a recent Metafun manual? I would even buy it (like the Fonts in ConTeXt). Greetings Lutz 2011/4/19 Hans Hagen pra...@wxs.nl: in mkiv the functionality has changed: draw externalfigure somefile scaled 10cm ; so, beter scaling etc Hans

Re: [NTG-context] Metafun Label and externalfigure Problem

2011-03-08 Thread Lutz Haseloff
Akiras luatex.dll rev 4090 updated on 20110303 works again as expected. 2011/3/3 Lutz Haseloff lutz.hasel...@googlemail.com: 2011/3/2 Taco Hoekwater t...@elvenkind.com: Hi, Not having blblogo.pdf, I used cow.pdf for the tests below. I use luatex 0.66.0 (rev 4090) hand-built on linux32

Re: [NTG-context] Metafun Label and externalfigure Problem

2011-03-02 Thread Lutz Haseloff
2011/3/2 Taco Hoekwater t...@elvenkind.com: Hi, Not having blblogo.pdf, I used cow.pdf for the tests below. I use luatex 0.66.0 (rev 4090) hand-built on linux32, and Context 2011.02.25 22:03 MKIV (received privately from Hans) With that configuration, all three tests function exactly as

[NTG-context] Metafun Label and externalfigure Problem

2011-03-01 Thread Lutz Haseloff
Hi all, with latest ConTeXt MKIV Metapost Labels doesn't work for me anymore. My Code: \starttext \startMPcode label(textext(Test),origin); \stopMPcode \stoptext The Output only shows the word mpout as the Label. There seems to be a Problem with externalfigure too. With: \starttext

Re: [NTG-context] Metafun Label and externalfigure Problem

2011-03-01 Thread Lutz Haseloff
not here with current version: 2011.02.25 22:03 %%test \starttext \startTEXpage \startMPcode draw origin-(20,0) .. origin+(0,20) .. origin+(20,0) .. origin+(0,-20) .. cycle; label(textext(Test),origin); \stopMPcode \stopTEXpage \stoptext The problem occures with luatex rev 4088, no

Re: [NTG-context] Metafun Label and externalfigure Problem

2011-03-01 Thread Lutz Haseloff
, Lutz Haseloff wrote: Hi all, with latest ConTeXt MKIV Metapost Labels doesn't work for me anymore. My Code: \starttext \startMPcode label(textext(Test),origin); \stopMPcode \stoptext The Output only shows the word mpout as the Label. works ok here There seems to be a Problem

[NTG-context] lilypond module error with mkiv beta

2011-02-24 Thread Lutz Haseloff
Hi all, with newest ConTeXt MKIV beta from Minimals following file (from the doc) failes to compile: \usemodule[lilypond] \starttext \subject{Telemann, TWV 40:11} \startlilypond \relative c' { \set Staff.instrumentName = flute \key fis \minor \time 3/4 \partial 4 r8 fis'8 | fis4. cis8 a cis |

Re: [NTG-context] lilypond module error with mkiv beta

2011-02-24 Thread Lutz Haseloff
Thank you very much! 2011/2/24 Henning Hraban Ramm hra...@fiee.net: Am 2011-02-24 um 14:22 schrieb Lutz Haseloff: Hi all, with newest ConTeXt MKIV beta from Minimals following file (from the doc) failes to compile: http://wiki.contextgarden.net/LilyPond#Deprecation_Warning Greetlings

Re: [NTG-context] beta

2011-01-25 Thread Lutz Haseloff
Hi Hans, my new ConTeXt misses v-default.mkiv: ... + c:/contextminimal/texmf-context/tex/context/base/buff-par.lua) ! I can't find file `v-default.mkiv'. to be read again \relax l.246 \loadmarkfile{v-default}

Re: [NTG-context] beta

2011-01-25 Thread Lutz Haseloff
\loadmarkfile{java-ini} Please type another input file name: Greetings Lutz 2011/1/25 Vnpenguin vnpeng...@vnoss.org: On Tue, Jan 25, 2011 at 09:53, Lutz Haseloff lutz.hasel...@googlemail.com wrote: Hi Hans, my new ConTeXt misses v-default.mkiv: ... + c

Re: [NTG-context] beta

2011-01-25 Thread Lutz Haseloff
Update works now for me. Thank You very much. Greetings Lutz 2011/1/25 Hans Hagen pra...@wxs.nl: On 25-1-2011 10:53, Lutz Haseloff wrote: now is java-ini.mkiv missing: loading         : ConTeXt Table Macros / Line Tables ) (c:/contextminimal/texmf-context/tex/context/base/tabl-tsp.mkiv

Re: [NTG-context] Problem with --autopdf in current beta

2010-09-23 Thread Lutz Haseloff
sorry for the noise, I had an extra l-pdfview.lua in my working directory :-( 2010/9/23 Hans Hagen pra...@wxs.nl: On 23-9-2010 6:40, Lutz Haseloff wrote: Hi Hans, Hi all, with the last beta i get following error message: mtxrun --autogenerate --script context --autopdf --pdf

[NTG-context] Problem with --autopdf in current beta

2010-09-22 Thread Lutz Haseloff
Hi Hans, Hi all, with the last beta i get following error message: mtxrun --autogenerate --script context --autopdf --pdf callunatest.tex ...al/texmf-context/scripts/context/lua/mtx-context.lua:649: attempt to call field 'setmethod' (a nil value) Exit code: 1 I use the latest minimal

  1   2   >