Re: [NTG-context] headers and footers

2008-08-29 Thread Jano Kula
Hi, Alan Stone wrote: Hi, Main manual pg 78, § 4.17: \setup*texts /[.1.]/ [.2.] [.3.] commands When the first argument is left out it is taken for granted that the footer and header should be place under or over the pagebody (text). What does this mean ? First (optional) parameter

Re: [NTG-context] Breaking/Hyphenating

2008-09-16 Thread Jano Kula
Hi! Mohamed Bana wrote: 1. What must I do to the 3rd paragraph on the first page to get it to space properly? It's far too close to the previous one. 1st page, 3rd paragraph; http://filebin.ca/dnoqva/test.pdf or http://filebin.ca/dnoqva. Here's a screenshot;

Re: [NTG-context] Hyphenating hyperlinks

2008-09-16 Thread Jano Kula
Mohamed Bana wrote: Why aren't the the urls broken across the lines on page2-3. I'm pretty sure the hyperref package in latex supported this, Am I missing an option somewhere? Screenshot; http://imagebin.ca/view/VHwQ0w.html. The code used is; \dorecurse{6}{Download Apache at

Re: [NTG-context] Mkiv hyperlink problem

2008-09-16 Thread Jano Kula
Mohamed Bana wrote: Could someone please try this out; 1. This source file; http://pastebin.com/m4dd31559 doesn't work with mkiv, it fails with; http://pastebin.com/ma9705be (paste below). 2. I don't get an error when I compile with mkii. Here's the log of the succesfull compile;

Re: [NTG-context] mkii colour problem

2008-09-16 Thread Jano Kula
Mohamed Bana wrote: Hi everbody, 1. Blank links source; http://pastebin.com/m4dd31559, Doesn't work, but strangely enough color=urlcolour (the one below) does. Log; http://pastebin.com/m1034c274 2. Colour links source; http://pastebin.com/m70fa91b6. Log; http://pastebin.com/m16be2374

Re: [NTG-context] tex still popular

2008-09-25 Thread Jano Kula
Hans Hagen wrote: Hi, i just ran across http://viennateng.com/scrapbook/ (topline looks very texie to me); ok, she has a background in computer science and somehow the tex syntax got burned in At Stanford. Makes sense. Jano Hans

[NTG-context] punk is dead

2011-08-16 Thread Jano Kula
Hi Hans comp. is there any reason why the latest beta doesn't typeset random glyphs with rand feature as it used to at least a year ago? *.tma and *.tmc files also differ in size. ConTeXt ver: 2011.08.04 00:42 MKIV LuaTeX-0.70.1 \definefontfeature[punk]

[NTG-context] rotated columns

2011-08-27 Thread Jano Kula
Hello to everybody, how to rotate balanced columns to avoid the prevdepth conflict? I've tried \rotate, \framed (to box the content), \vbox, \hbox, etc. with no luck. \starttext \startcolumns[n=2,balance=yes] \input tufte \stopcolumns \stoptex Thanks for the hints, Jano

Re: [NTG-context] rotated columns

2011-08-27 Thread Jano Kula
Hi Wolfgang, the example was too minimal :) This is what I want to achieve: \starttext \rotate[rotation=90]{ \startframedtext \startcolumns[n=2,balance=yes] \input tufte \stopcolumns \stopframedtext } \stoptext Rotation is done in \hbox. To get kind of minipage I frame it first, as you

Re: [NTG-context] rotated columns

2011-08-29 Thread Jano Kula
Thank you, Wolfgang, I was trying to use columns, columnsets, paragraphs, but unfortunately not simplecolumns. Jano ___ If your question is of interest to others as well, please add an entry to the Wiki!

[NTG-context] lua EOL in xmlsetups

2012-04-14 Thread Jano Kula
Hello to everybody, why end of line is not accepted by \startluacode ... \stopluacode construct in xmlsetups? Is there a better way? This works: \startluacode for i=10,1,-1 do tex.print(i) end \stopluacode This doesn't work: \startluacode for i=10,1,-1 do tex.print(i) end

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-05-26 Thread Jano Kula
Hello Andy, On 05/23/2012 04:09 PM, Andy Thomas wrote: I finished a first version of a tufte style sample document that is based on a predecessor in another macro language. The auto alignment of the marginals has to be improved, but the rest looks already quite decent. Please see:

Re: [NTG-context] Is there some easy way to do tufte-style side note?

2012-05-28 Thread Jano Kula
Hello Andy, On 05/27/2012 04:41 PM, Andy Thomas wrote: Hello Jano, On May 26, 2012, at 2:12 PM, Jano Kula wrote: Hello Andy, Side notes set ragged left (rigth justyfied) on left pages are quite difficult to read, I would make them ragged right (left justified) on all pages and. I guess

Re: [NTG-context] updating context on Ubuntu 6.06

2006-07-26 Thread Jano Kula
Taco Hoekwater wrote: Hi, Ralf Schmitt wrote: texmfstart ctxtools --updatecontext does not work for me: $ texmfstart ctxtools --updatecontext kpsewhich: option `--expand-var' requires an argument Do not worry about that until the rest of the install is correct, it may start working

Re: [NTG-context] underbar and hyphenation

2006-07-26 Thread Jano Kula
Hans Hagen wrote: anyhow, underbar is from the typewriter time and just a poor mans emphasis thing Not always. A year ago a graphic designer used it a quiet creative way in the book of interviews. All the questions or persons were underlined, often hyphenated. It was an experiment and it

Re: [NTG-context] sorting commalist?

2006-07-26 Thread Jano Kula
Taco Hoekwater wrote: Hi Hans, Hans van der Meer wrote: In the article Context System macros, part1: general macros there are all sorts of interesting and useful macros. Among these I have set my eye on the processing of commalists. I should extend that document, but I've lost the

Re: [NTG-context] underbar and hyphenation

2006-07-27 Thread Jano Kula
Taco Hoekwater wrote: Hi, Be warned, this entire reply does not answer any questions ;-) OK Jano Kula wrote: Not always. A year ago a graphic designer used it a quiet creative way in the book of interviews. All the questions or persons were underlined, often hyphenated

Re: [NTG-context] underbar and hyphenation

2006-07-27 Thread Jano Kula
Hans Hagen wrote: Jano Kula wrote: Imagine the form with prescribed empty lines (lines, dots, dashes) and the pieces of predifined text on them in the schoolbook. that's when we use the textbackgrounds (which then draw lines insteadof fills) Thanks, Hans, for both tips, I'll try them

Re: [NTG-context] sorting commalist?

2006-07-29 Thread Jano Kula
I should extend that document, but I've lost the source :-( Considering this document very useful I had an idea of puting at least parts of it on garden. So shoud I extract the texts, make some formating and send it to you or put it on the wiki? The wiki would be great. That way, if I

[NTG-context] safe way of writing arguments

2006-08-07 Thread Jano Kula
or removing it back and forth, for example: \setuplayout[ grid=yes, %header=0mm, footer=7mm, %footerdistance=10mm, %cutspace=12mm, ] or \setuphead[ chapter, section, %subsection, %subsubsection, ][ textstyle=\ss, numberstyle=\ss, ] Thanks. Jano Kula

Re: [NTG-context] safe way of writing arguments

2006-08-08 Thread Jano Kula
Hans Hagen wrote: Jano Kula wrote: Hi! Is it safe to leave spare comma at the end of the key=value list or other list of arguments? in most cases it is ok It is not nice, but when adding/commenting arguments in readable way (one per line) it's faster and while experimenting

Re: [NTG-context] setup-en.pdf

2006-10-11 Thread Jano Kula
Well, all user commands at least. Please also take a look at http://wiki.contextgarden.net/Command_Syntax/Missing and if you have some time, please edit this. Hi, so there is http://wiki.contextgarden.net/Command_Syntax/Missing and http://wiki.contextgarden.net/Bugs_and_workarounds

Re: [NTG-context] mark ii/iv

2006-11-22 Thread Jano Kula
Hi Hans, you can find a description of mark ii and mark iv in the following document: http://www.pragma-ade.com/general/manuals/mk.pdf You could add a link to this file to contextgarden. Hi, I've put the short description and link in http://wiki.contextgarden.net/Glossary where I'd

Re: [NTG-context] mark ii/iv

2006-11-22 Thread Jano Kula
After reading the document I still miss the good term for this level of versioning (kind of version tag) to distiguish it from usual ConTeXt versioning. Hans H., how do you want these versioning systems to be called? ? [date version] = ConTeXt ver: 2006.10.27 15:16 ? [mark version] =

Re: [NTG-context] HZ and DVI

2007-01-15 Thread Jano Kula
Hi! Sanjoy Mahajan wrote: xpdf has a -remote option, so a Makefile rule could make the pdf and then tell xpdf to reload it, via the command line. But I've never managed to get -remote to work with xpdf. I use it that way and -remote option works for me. You open the file with xpdf

Re: [NTG-context] translation question

2007-01-19 Thread Jano Kula
Frans Goddijn wrote: Any Czech here who'd care to translate or give a general impression in English of what the text says? I took the exercise and sent the translation to Frans. J. ___ ntg-context mailing list ntg-context@ntg.nl

[NTG-context] delimiter bigger then \Biggr

2007-01-24 Thread Jano Kula
Greetings! How would you make right delimiter } bigger then $\Biggr\}$ to join several lines in table? A AA -| B BB | C CC |- description D DD | E EE -| Is there a better solution (?) than $\left.\blackrule[width=0pt,height=14mm]\right\}$ Here is this example used in natural table:

Re: [NTG-context] delimiter bigger then \Biggr

2007-01-24 Thread Jano Kula
Thank you, Wolfgang. Wolfgang Schuster wrote: Here is this example used in natural table: \starttext \setupTABLE[frame=off] \bTABLE[align={middle,lohi}] \bTR \bTD A \eTD \bTD AA \eTD

[NTG-context] lineskip in itemize

2007-04-24 Thread Jano Kula
Greetings to everybody! It might be a bug, hence this message. The strut at the begining of an item in the itemgroup breaks the line skip (even if it is set on grid) if there is some accent above the uppercase letter. Contrary to normal text, where everything is OK. Changing \lineskiplimit

Re: [NTG-context] lineskip in itemize

2007-04-24 Thread Jano Kula
Wolfgang Schuster wrote: 2007/4/24, Jano Kula [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: The strut at the begining of an item in the itemgroup breaks the line skip (even if it is set on grid) if there is some accent above the uppercase letter. Contrary to normal text, where

Re: [NTG-context] linking to txt files

2007-05-11 Thread Jano Kula
Hello! Aditya Mahajan wrote: And if you remember that a regex search is going in the background, that you can make use of that. Good to know. A note on this on the main search page would be usefull. Not a big issue, just remark: with more complex regexp searching works, but displaying

Re: [NTG-context] XML and title page rule

2006-03-28 Thread Jano Kula
Hi, titleSomething emdash; or iSomething else/i/title can somebody explain to a complete newbie why entity emdash; isn't expanded out of the box? (I use texexec -pdf document.tex for processing.) Here is the hint - needs to be wikified now ... -) I can't resist to do so (that's why I

Re: [NTG-context] XML and title page rule

2006-03-28 Thread Jano Kula
titleSomething emdash; or iSomething else/i/title can somebody explain to a complete newbie why entity emdash; isn't expanded out of the box? (I use texexec -pdf document.tex for processing.) did you define the entity? Thanks. No I expected the example to be a minimal

Re: [NTG-context] documents to (print and) read

2006-04-03 Thread Jano Kula
In my opinion, you should definately read: Context, an excursion http://www.pragma-ade.com/show-man-1.htm TeXExec manual http://www.pragma-ade.com/show-man-4.htm Fonts Explainedhttp://www.pragma-ade.com/show-man-6.htm And I heartily recommend the not-yet-finished but

Re: [NTG-context] 4th ConTeXt Meeting, update

2010-08-02 Thread Jano Kula
On 08/02/2010 04:16 PM, Khaled Hosny wrote: Any love for people who are unable to make it into the meeting, like video recordings or something? We will do our best and see the results after the meeting. Sometimes it is difficult even to get all slides together. But nothing can compensate

Re: [NTG-context] ConTeXt meeting programme

2010-08-12 Thread Jano Kula
Hello, the preliminary programme was updated with the TeXperience 2010 talks on Saturday and Sunday: http://meeting.contextgarden.net/2010/programme.shtml Jano http://meeting.contextgarden.net/2010/ On 08/05/2010 02:02 PM, Taco Hoekwater wrote: Hi all, Jano has put up the preliminary

Re: [NTG-context] ConTeXt meeting programme

2010-08-12 Thread Jano Kula
Hi, On 08/12/2010 03:51 PM, Henning Hraban Ramm wrote: Am 2010-08-12 um 15:02 schrieb Jano Kula: Hello, the preliminary programme was updated with the TeXperience 2010 talks on Saturday and Sunday: http://meeting.contextgarden.net/2010/programme.shtml a printable version would be nice

Re: [NTG-context] ConTeXt meeting programme

2010-08-12 Thread Jano Kula
On 08/12/2010 05:31 PM, Henning Hraban Ramm wrote: Am 2010-08-12 um 17:04 schrieb Jano Kula: Printable PDF above the programme. Be aware the program is still in development: http://meeting.contextgarden.net/2010/programme.pdf Thank you, but every day on a single page is a bit too much paper

[NTG-context] fixed columns height

2010-08-30 Thread Jano Kula
Hello, looking for the multicolums of fixed height I've found the solution from Wolfgang [1], which doesn't work with latest beta (mkiv): \usemodule[streams] \definestreamlayer[test][method=overlay] \setupbackgrounds[page][background=test] \starttext \startstreamlayer[test] \startcolumns

Re: [NTG-context] ConTeXt meeting luggage

2010-09-10 Thread Jano Kula
On 09/10/2010 10:12 PM, Mojca Miklavec wrote: On Thu, Sep 9, 2010 at 21:56, Henning Hraban Ramm wrote: Should I bring my guitar, or do we spend the nights hacking anyway? (I'd like to learn a Czech folk song or two, even if I'll have a hard time pronouncing it ;-)) Guitar is very welcome

Re: [NTG-context] ConTeXt meeting luggage

2010-09-11 Thread Jano Kula
On 09/11/2010 10:19 AM, Jaroslav Hajtmar wrote: :-) I fear that without the neoprene in the river no one will swim - unless some excellent fan ice water .. Jaroslav Is the water really that cold? Of course, we all hope that the weather for the week should be excellent! Alan A year ago

[NTG-context] weather forecast

2010-09-11 Thread Jano Kula
Weather forecast is improving. Indian summer is here! Rain only on Wednesday. week temperatures: day: 18-22 Celsius (in shadow, of course) night: 7-12 Celsius Jano ___ If your question is of interest to others as

Re: [NTG-context] new beta

2010-09-25 Thread Jano Kula
Hello Hans, thank you for implementing multilingual indexing. Is there a way to turn off case sensitivity? I would expect the result as written in the minimal example below. This is not wanted in every case (should be a switch). The Oo oo Öo öo part is probably tricky then, so I've sorted

[NTG-context] index: xml in mkiv

2010-09-25 Thread Jano Kula
Hello Hans, just to remind the other issues. The code from xml-mkiv.pdf doesn't work as expected. Only in \TestMode=2 the index is rendered as supposed. demo.tex + demo.xml below Jano %% % demo.tex \newcount\TestMode \TestMode=0 % expansion=xml %\TestMode=1 % expansion=yes, index,

[NTG-context] change register entry separator

2010-09-30 Thread Jano Kula
Hi, any way to change register entry and subentry separator from + to something else? Preferably to kanji character, so I'm sure it will not appear in the text. Entries and subentries are autoflushed, so it can be really anything. Other way around: I substitute + with PLUS in index terms

Re: [NTG-context] change register entry separator

2010-10-08 Thread Jano Kula
Hello Hans, On 10/01/2010 11:20 PM, Hans Hagen wrote: On 1-10-2010 12:02, Jano Kula wrote: Hi, any way to change register entry and subentry separator from + to something else? Preferably to kanji character, so I'm sure it will not appear in the text. Entries and subentries are autoflushed

Re: [NTG-context] entries in registerentry

2010-10-19 Thread Jano Kula
Hi Steffen, On 10/13/2010 07:23 PM, Steffen Wolfrum wrote: Hi, I don't understand the concept of entries in registerentry :o( Say, you have this example: \starttext \placeregister[index] \page page 1 \setregisterentry[index] [entries:1={eins}, entries:2={zwei}, entries:3={drei},

Re: [NTG-context] break after index

2010-10-26 Thread Jano Kula
Hi Steffen, On 10/26/2010 03:01 PM, Steffen Wolfrum wrote: I am working on a book right now where the author set 4906 index marks ... sometimes right-in-the-middle of a word, but most often behind (and before dot or comma). and what about to clean up the file with regular expression

Re: [NTG-context] transliteration russian

2010-10-29 Thread Jano Kula
On 10/29/2010 01:58 PM, Thomas A. Schmitz wrote: On Oct 29, 2010, at 1:18 PM, Steffen Wolfrum wrote: Hi all, I am just about to typeset a book of a russian author written in english, but with a lot of russian literature listed in the bibliography: The titles of theses sources are russian

Re: [NTG-context] register sorting

2010-10-29 Thread Jano Kula
Hi Steffen, On 10/29/2010 10:39 PM, Steffen Wolfrum wrote: Hi, I just installed todays beta and I am not sure if regoster sorting is working properly. Eg. I modify (see below) the example from tricky-002.tex and I would like to achieve ... accession Action Plan association But none of the

Re: [NTG-context] transliteration russian

2010-10-31 Thread Jano Kula
Hi! On 10/30/2010 11:34 AM, Khaled Hosny wrote: On Sat, Oct 30, 2010 at 10:17:11AM +0200, Hans Hagen wrote: On 30-10-2010 12:05, Khaled Hosny wrote: On Fri, Oct 29, 2010 at 11:25:20PM +0200, Mojca Miklavec wrote: By far the easiest and most portable solution would be if you could convince

Re: [NTG-context] XML ConTeXt

2010-11-02 Thread Jano Kula
Hi Daniel, On 11/02/2010 08:50 PM, Daniel Grycman wrote: Hello list, I'm working with XML in ConTeXt. Now I want parse a XML-File with the following structure, which is an export from a database. ?xml version=1.0 encoding=UTF-8? personal person Name/Name Vorname/Vorname

Re: [NTG-context] XML ConTeXt

2010-11-02 Thread Jano Kula
On 11/02/2010 10:59 PM, Daniel Grycman wrote: Hi Wolfgang and list, I already used this multipage table. But the result showed a header for every entry of the xml-source. Is there an option which I missed? No option, you want to set up the header only once, hence you need to typeset it in

Re: [NTG-context] index sort question

2010-11-19 Thread Jano Kula
Hello Horacio, if you have only one index item per page, than on the second level you can use \pagenumber for sorting: A\index[arbol+\pagenumber]{arbol+rojo}\page B\index[araña+\pagenumber]{araña+linda}\page C\index[arbol+\pagenumber]{arbol+verde}\page

Re: [NTG-context] index sort question

2010-11-19 Thread Jano Kula
On 11/19/2010 10:45 AM, Jano Kula wrote: Hello Horacio, if you have only one index item per page, than on the second level you can use \pagenumber for sorting: or your own counter increased by every index item, which doesn't restrict it to one item per page. J

Re: [NTG-context] Export-backend and Ligatures

2010-11-19 Thread Jano Kula
On 11/19/2010 11:40 AM, Andreas Harder wrote: Hi all, can someone confirm the weird result of this example Confirmed. !-- context version : 2010.10.29 18:15 -- !-- exporter version : 0.10 -- J. \setupbackend[export=yes] \starttext ff ff fi fi \stoptext In the .export-file

Re: [NTG-context] index sort question

2010-11-23 Thread Jano Kula
Hi Horacio, On 11/21/2010 10:48 PM, Horacio Suarez wrote: Jano, thankyou very much. It is a songs book, and I need an author table of content. Your solution is very good, works fine, but using \pagenumber or incrementing a counter I can´t make it work. I replace \pagenumber with a

[NTG-context] MkII index bug?

2010-11-25 Thread Jano Kula
Hi Hans, playing with the solution for Horacio the line \enableregime[utf] stops treating index entries and its subentries right in MkII. %\enableregime[utf] \starttext \placeregister[index] \page A\index[arbol+rojo]{arbol+rojo}\page B\index[araña+linda]{araña+linda}\page

Re: [NTG-context] [OT] Public Fonts for Minority Languages of Russia

2011-01-08 Thread Jano Kula
On 01/06/2011 07:25 AM, Martin Schröder wrote: 2011/1/5 Khaled Hosnykhaledho...@eglug.org: On Wed, Jan 05, 2011 at 10:35:46PM +0100, luigi scarso wrote: Fast Web View : Yes How did you done with mkiv ? pdfopt from GS? qpdf is MUCH better... Thanks, Martin, good tip. Jano

[NTG-context] 4th ConTeXt meeting: Brejlov (Prague), Czech Republic

2009-11-27 Thread Jano Kula
Dear all, we are glad to announce the date of the 4th ConTeXt meeting, which will take place in Brejlov (Prague), Czech Republic: September 13-18, 2010 We'll add more details to the conference page and inform you about important updates on the list, especially deadlines and fees. For now,

[NTG-context] 4th ConTeXt Meeting: Call for submissions

2010-04-06 Thread Jano Kula
Dear all, 4th ConTeXt Meeting is closer now and it's time to think about its programme. - = Call for submissions = As in previous years, anything at all related to ConTeXt that you would like to share is an acceptable

[NTG-context] reminder: early-bid registration for the 4th ConTeXt Meeting

2010-05-24 Thread Jano Kula
Dear all, there is only one week left for the early-bid registration for the 4th Context Meeting in Brejlov, Czech Republic on September, 13-18. Early registration will not only save you some money, but it will also help organizers to better estimate the required capacity. So, especially

[NTG-context] 4th ConTeXt Meeting, update

2010-07-26 Thread Jano Kula
in Brejlov. Best regards, Jano Kula on behalf of the organizing committee http://meeting.contextgarden.net/2010/ ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg

[NTG-context] \writetolist in mkiv

2014-10-12 Thread Jano Kula
Hello to everybody! Minimal story - How to insert local TOC of manually created subsections after the section starts? % start minimal example \def\ManualSubsection#1{\blank% {\bf Manual Subsection #1}\par% \writetolist[subsection]{whatever}{Manual Subsection #1}% \input

Re: [NTG-context] \writetolist in mkiv

2014-10-12 Thread Jano Kula
Hello Wolfgang, On 12.10.2014 21:28, Wolfgang Schuster wrote: Am 12.10.2014 um 20:39 schrieb Jano Kula jano.k...@gmail.com: Hello to everybody! Minimal story - How to insert local TOC of manually created subsections after the section starts? % start minimal example \def

Re: [NTG-context] \writetolist in mkiv

2014-10-13 Thread Jano Kula
] \ManualSubsection{\recurselevel-1} \ManualSubsection{\recurselevel-2} \stopsection \stopchapter} \stoptext On 12.10.2014 23:06, Wolfgang Schuster wrote: Am 12.10.2014 um 22:57 schrieb Jano Kula jano.k...@gmail.com: Hello Wolfgang, On 12.10.2014 21:28, Wolfgang Schuster wrote: Am 12.10.2014 um 20:39

Re: [NTG-context] Sorting of abbreviations in index

2017-10-09 Thread Jano Kula
On 9 October 2017 at 17:35, Henning Hraban Ramm wrote: > > > If you like, I’ll gladly send you a voucher copy of the book*, once it’s > printed. > *) https://www.dreiviertelhaus.de/editionka/gewerkschaftspolitik/ Sure, I'll check the page numbers in the register are right,

Re: [NTG-context] Sorting of abbreviations in index

2017-10-09 Thread Jano Kula
Hello Hraban, have a look into the TUC file to find out, what's going on. I'm sure, Hans would come with a more efficient approach, but this works here. Especially the abbreviation table is probably stored on the fly somewhere, not only in the TUC file and the table could be stored once. Change

[NTG-context] location of converted images

2018-06-06 Thread Jano Kula
Dear list, images converted on-the-fly (m_k_i_v_*) are stored in the same folder as original images. Is there an option to change cache folder? Original files are stored in the read-only location. Script convert offers --outputpath option, but I would like to make the switch with script context,

Re: [NTG-context] installing latest stable version

2018-05-26 Thread Jano Kula
Hello Hans, attached log from mtxrun --script fonts --reload might help. Jano On Sat, 26 May 2018 at 18:10, Jano Kula <jano.k...@gmail.com> wrote: > Hello Hans, > > thank you. Knowing you are using Windows, here are Ubuntu steps: > >1. ctx beta installed as usual in di

Re: [NTG-context] installing latest stable version

2018-05-26 Thread Jano Kula
as usual. Jano On Sat, 26 May 2018 at 15:46, Jano Kula <jano.k...@gmail.com> wrote: > Hello, > > installing latest stable standalone version on Ubuntu 16.04 x64: > ./first-setup.sh --context=current --engine=luatex > > fails with: > This is LuaTeX, Version 1.08

Re: [NTG-context] installing latest stable version

2018-05-26 Thread Jano Kula
/to/fonts/opentype/brousil/RePublic/RePublic Regular Std.otf It used to work this way. Jano On Sat, 26 May 2018 at 17:07, Hans Hagen <j.ha...@xs4all.nl> wrote: > On 5/26/2018 4:46 PM, Jano Kula wrote: > > By the way, was there any change to the font searching lately? > > I u

[NTG-context] installing latest stable version

2018-05-26 Thread Jano Kula
Hello, installing latest stable standalone version on Ubuntu 16.04 x64: ./first-setup.sh --context=current --engine=luatex fails with: This is LuaTeX, Version 1.08.0 (TeX Live 2018) (INITEX) system commands enabled. error in callback:

Re: [NTG-context] location of converted images

2018-06-06 Thread Jano Kula
Nice tip, works as expected, thank you, Hans. Jano On Wed, 6 Jun 2018 at 15:02, Hans Hagen wrote: > On 6/6/2018 12:31 PM, Jano Kula wrote: > > Dear list, > > > > images converted on-the-fly (m_k_i_v_*)are stored in the same folder as > > original images. Is ther

[NTG-context] ConTeXt Meeting 2018 – registration

2018-05-03 Thread Jano Kula
Dear list members, registration for 12th ConTeXt Meeting 2018 , September 2–8 is now open. Early bird payments are available till the end of June. New participants are always welcome: for those who never visited the meeting and students discounts are

Re: [NTG-context] 12th ConTeXt Meeting (2018)

2018-08-09 Thread Jano Kula
Dear list, we are finalizing the list of participants for the ConTeXt Meeting 2018 . There are few places left, if you are interested. We cannot guarantee full service for registrations after August 15, 2018. You might still have doubts like one of the

[NTG-context] 12th ConTeXt Meeting, Prague–Sibřina, Czech Republic

2018-02-28 Thread Jano Kula
Dear list, ConTeXt Group is happy to announce the 12th ConTeXt Meeting. The meeting will be held from Sunday to Saturday, September 2–8, 2018. Its venue is a small farm U Škodů in Sibřina

[NTG-context] 14th ConTeXt Meeting (2020), Sibřina, Czech Republic

2020-01-31 Thread Jano Kula
Dear all, as you may have noticed: the 14th ConTeXt Meeting will be held in Sibřina, Czech Republic on *September 6–12 (Sun–Sat), 2020* Meeting people you know from the list is always a great pleasure and fun as are discussed topics on LuaTeX, LuaMetaTeX, ConTeXt and their practical usage.

[NTG-context] \registerhyphenationexception not working

2020-03-07 Thread Jano Kula
Hello Hans, \registerhyphenationexception as described in latest languages-mkiv.pdf and i-context.pdf does nothing, contrary to \startexceptions, which behaves as expected. Here is the minimal example: \mainlanguage[cs] \showmakeup[discretionary] \registerhyphenationexception[cs][cíl-em]% %

[NTG-context] xml bookmarks

2020-10-07 Thread Jano Kula
Hello to everybody! I have a similar problem as Tomas two days ago. When inserting bookmarks from XML the reference to the node is stored in TUC file ["titledata"]={ ["label"]="section", ["title"]="\\xmlatt {xml:name::4}{title}" and this reference ends up in bookmarks. Any advice on how

Re: [NTG-context] xml bookmarks

2020-10-07 Thread Jano Kula
On Wed, 7 Oct 2020 at 15:04, Pablo Rodriguez wrote: > On 10/7/20 1:28 PM, Jano Kula wrote: > > Hello to everybody! > > > > I have a similar problem as Tomas two days ago. When inserting bookmarks > > from XML the reference to the node is stored in TUC

[NTG-context] content of xml node (element) in lua

2020-10-16 Thread Jano Kula
Hello! Processing XML I want to manipulate content of XML elements inside Lua. I can define the Lua function xml.functions.name(t), where processing happens, and use the command \xmlfunction{#1}{name} to pass the current node #1 from ctx to lua as described in the xml-mkiv.pdf manual. To access

Re: [NTG-context] content of xml node (element) in lua

2020-10-17 Thread Jano Kula
On Sat, 17 Oct 2020 at 12:02, Hans Hagen wrote: > On 10/17/2020 12:16 AM, mf wrote: > > (sorry, I sent it before refining it) > > > > Il 16/10/20 20:57, Jano Kula ha scritto: > >> Hello! > >> > >> Processing XML I want to manipulate content of

[NTG-context] inter-word spacing

2020-10-20 Thread Jano Kula
Hello, trying to reproduce the hand-printed original as close as possible I'm using \setupcharacterkerning. I can match character kerning, but inter-word spaces are different. What is the right option, command or feature to change it for current font and/or in the font definition? I haven't found

[NTG-context] \setregisterentry levels with colon (keys:1, entries:1) in lua

2020-10-10 Thread Jano Kula
Greetings! One can can set register levels with keys and entries \setregisterentry[MyIndex] [keys:1=Sorting Key Level 1, entries:1=Entry Level 1, keys:2=Sorting Key Level 2, entries:2=Entry Level 2] Rewriting the code in lua works until colon (:) is used. \startluacode

[NTG-context] Pre-registration for 14th ConTeXt Meeting, September 6–12, 2020

2020-06-02 Thread Jano Kula
Dear ConTeXt users! The 14th ConTeXt Meeting in the Czech Republic is in preparation as originally planned. As nobody is able to predict the situation in September, we have started pre-registration only and will discuss conditions at the end of July via

Re: [NTG-context] inter-word spacing

2020-10-22 Thread Jano Kula
Hello Julian! Thank you for your hints. On Thu, 22 Oct 2020 at 11:48, jbf wrote: > 1. One factor will be whether you are using \definefontfeature > [default][default] [expansion=quality,protrusion=quality], which you > obviously then need to call in with \setupalign. >

Re: [NTG-context] space between chapter and chapter number (in words)

2020-10-24 Thread Jano Kula
Hello Julian! On Thu, 15 Oct 2020 at 00:08, jbf wrote: > I wonder if someone could explain to me what controls (or how to > control) the space between Chapter and chapter number in my TOC given > the setup I have. > > At the moment I get ChapterOne instead of Chapter One, and I do not know >

Re: [NTG-context] font rendering in bibliography

2020-10-28 Thread Jano Kula
Hello Xenos, On Wed, 28 Oct 2020 at 10:50, Xenos Athenaios wrote: > Hi ConTeXt fellows ! > > I am coming back with I hope a lighter MWE concerning the issue I am > confronting to : it seems impossible to get italics within both body > text, footnotes and bibliographical titles. > It is a font

Re: [NTG-context] font rendering in bibliography

2020-10-27 Thread Jano Kula
Hello, On Tue, 27 Oct 2020 at 12:15, Xenos Athenaios wrote: > > Dear ConTeXt fellows, > > With ConTeXT ConTeXt Process Management 1.03 > current version: 2020.09.20, I encounter some issue with italics in the > title of bibliographical references (I use a Jabref file along with > ConTeXt). The

[NTG-context] Registration for 14th ConTeXt Meeting, September 6–12, 2020

2020-08-07 Thread Jano Kula
Dear all! The 14th ConTeXt Meeting is in preparation as originally planned. All pre-registered participants are still planning to attend the meeting. The situation is changing every day (mainly travel restrictions), so we have decided to hold the meeting

Re: [NTG-context] Pre-registration for 14th ConTeXt Meeting, September 6–12, 2020

2020-07-20 Thread Jano Kula
.). Close to the capital, but far enough to be safe for the whole week. Take care, Jano On Tue, 2 Jun 2020 at 16:48, Jano Kula wrote: > Dear ConTeXt users! > > The 14th ConTeXt Meeting <https://meeting.contextgarden.net/2020/> in the > Czech Republic is in preparatio

Re: [NTG-context] HZ broken with latest 2020-12-27 LMTX

2021-01-07 Thread Jano Kula
Hello Hans, On Thu, 7 Jan 2021 at 11:48, Hans Hagen wrote: > On 1/7/2021 11:22 AM, Jano Kula wrote: > > Hello, > > > > On Sun, 27 Dec 2020 at 22:45, Hans Hagen > <mailto:j.ha...@xs4all.nl>> wrote: > > > > hm, so what was the last version that i

Re: [NTG-context] HZ broken with latest 2020-12-27 LMTX

2021-01-07 Thread Jano Kula
Sorry for the hassle, now I have read the other thread confirming the fix. Jano On Thu, 7 Jan 2021 at 12:04, Jano Kula wrote: > Hello Hans, > > On Thu, 7 Jan 2021 at 11:48, Hans Hagen wrote: > >> On 1/7/2021 11:22 AM, Jano Kula wrote: >> > Hello, >> > >

Re: [NTG-context] HZ broken with latest 2020-12-27 LMTX

2021-01-07 Thread Jano Kula
Hello, On Sun, 27 Dec 2020 at 22:45, Hans Hagen wrote: > hm, so what was the last version that it still worked ok? > not sure about last version, but it is working with version system > ConTeXt ver: 2020.12.10 22:26 LMTX fmt: 2020.12.11 int: english/english Tested with

Re: [NTG-context] Setting and measuring boxes TeX/Lua

2020-11-27 Thread Jano Kula
Hello again, Hans! On Thu, 26 Nov 2020 at 09:18, Hans Hagen wrote: > (this mechanism is already kind of old, there are also other cheats > possible) > Diving into functions and using context.stepwise() worked, until I've got to: /cldf-stp.lua:48: bad argument #1 to 'resume' (thread expected)

Re: [NTG-context] accessing tex variable on lua side

2020-11-25 Thread Jano Kula
Hello Hans! On Wed, 25 Nov 2020 at 12:33, Hans Hagen wrote: > Never give up ... > > \meaning\getvariable > Thank you for reminding me of this one. print(">>",tokens.getters.macro(tokens.getters.macro("??variables") .. > "test:something") > Not that trivial, but does the job. Thanks,

Re: [NTG-context] accessing tex variable on lua side

2020-11-25 Thread Jano Kula
Passing variables to Lua wikified <https://wiki.contextgarden.net/CLD_passing_variables#Variables>. Jano On Wed, 25 Nov 2020 at 14:33, Jano Kula wrote: > Hello Hans! > > On Wed, 25 Nov 2020 at 12:33, Hans Hagen wrote: > >> Never give up ... >> >> \

Re: [NTG-context] Setting and measuring boxes TeX/Lua

2020-11-25 Thread Jano Kula
Hello Hans! On Wed, 25 Nov 2020 at 21:25, Hans Hagen wrote: > \startluacode > context.stepwise (function() > context.step() > end) > \stopluacode > Thank you very much! I was trying context.stepwise several times (and \dowithnextbox, \nextboxht and other things). I bet there was no

[NTG-context] Setting and measuring boxes TeX/Lua

2020-11-25 Thread Jano Kula
Hello! I would like to set framed boxes, measure their dimensions and proceed based on the measurement. It is a combination of TeX and Lua ends. - Boxes are set on the TeX side. Stacking boxes (hbox, framed, vbox) in Lua looked too complex. - The content of the inner box is set on the

  1   2   >