Re: [NTG-context] Framedtext in a float

2016-11-01 Thread Piotr Kopszak
e problems I may encounter. But I > wonder if it's possible that I should not choose myself width = 6cm to fit > the text. If I have to use the command several times with different content, > how make ? > Thank you > Fabrice > > 2016-11-01 9:23 GMT+01:00 Piotr Kopszak &l

Re: [NTG-context] Framedtext in a float

2016-11-01 Thread Piotr Kopszak
Just use ... \startMyFrame[Title=Info] \setupalign[hyphenated,morehyphenation,verytolerant] ... Piotr 2016-11-01 0:12 GMT+01:00 Fabrice Couvreur : > Hello, > How to make the width of framedtext automatically adapts to its contents. > Fabrice > > \definefloat >

[NTG-context] ConTeXt and duotone graphics

2016-10-31 Thread Piotr Kopszak
Hello list, I have just came across this little script which allows to create duotone pdfs with DeviceN channel. The script takes two grayscale tifs as arguments and returns a pdf duotone. I guess it shouldn't be too difficult to include it in the ConTeXt processing chain. Probably one could

[NTG-context] wrong handling of hash char in \useURL

2016-10-11 Thread Piotr Kopszak
Hello list, When I try to use hash in a URL like this \useURL[protr][http://wiki.contextgarden.net/Protrusion\#MkIV] I'm getting correct address on the screen but wrong link (http://wiki.contextgarden.net/Protrusion/#MkIV). When I use \startasciimode

Re: [NTG-context] metafun

2016-03-24 Thread Piotr Kopszak
we saw that some \hpos{X-1}{words} were \hpos{X-2}{circled} and connected by an \hpos{X-3}{arrow}. As with most things in \CONTEXT, marking these words is separated from declaring what to do with those words. This paragraph is keyed in as: \stoptext 2016-03-24 18:23 GMT+01:00 Piotr Kopszak <k

Re: [NTG-context] metafun

2016-03-24 Thread Piotr Kopszak
Hello list, The solution shown here no longer works with recent beta (indeed, it probably ceased to work some time ago). How should it be corrected? Best Piotr 2010-10-24 0:14 GMT+02:00 Aditya Mahajan : > On Sat, 23 Oct 2010, Herbert Voss wrote: > >> It is a hard job to

Re: [NTG-context] getnumber and Roman numerals

2015-12-20 Thread Piotr Kopszak
Perfect! That's exactly what I needed. I used numers without prefix in the end. \definecounter[mycounter][way=bytext,prefix=no] Many thanks! Piotr 2015-12-19 9:48 GMT+01:00 Wolfgang Schuster <schuster.wolfg...@gmail.com>: > Piotr Kopszak > 18. Dezember 2015 um 21:02

[NTG-context] getnumber and Roman numerals

2015-12-18 Thread Piotr Kopszak
Hello list, This probably does not make much sense in normal circumstances, as I would use simply itemize to get roman numerals for certain items then, but this time I'm using output from a script and it would be much easier for me to use \getnumber. Is it possile to convert \getnumber output to

Re: [NTG-context] epub-mkiv-demo.epub

2015-04-13 Thread Piotr Kopszak
- Any chance these might be fixed? Best Piotr 2015-04-11 12:52 GMT+02:00 Hans Hagen pra...@wxs.nl: On 4/11/2015 9:12 AM, Piotr Kopszak wrote: Hello list, I am trying to compile example epub file epub-mkiv-demo.tex which is provided

[NTG-context] epub-mkiv-demo.epub

2015-04-11 Thread Piotr Kopszak
Hello list, I am trying to compile example epub file epub-mkiv-demo.tex which is provided with the recent beta, however I'm getting following errors when I run:mtxrun --script epub --make epub-mkiv-demo resolvers | trees | analyzing 'home:texmf' mtx-epub| using specification file

Re: [NTG-context] automatic generation of em dash at the beginning of a line

2015-03-01 Thread Piotr Kopszak
the em dash. It should look like this: Most newspapers — and all that follow AP style — — insert a space before and after the em dash. All Best Piotr 2015-03-01 17:58 GMT+01:00 Hans Hagen pra...@wxs.nl: On 3/1/2015 5:41 PM, Piotr Kopszak wrote: Hello list, This is probably a Polish

[NTG-context] automatic generation of em dash at the beginning of a line

2015-03-01 Thread Piotr Kopszak
Hello list, This is probably a Polish idiosyncrasy, but we have to live with it. According to punctuation rules when an em dash is at the end of a line, it should be repeated at the beginning of the next one (true, it is often disregarded due to lack of support for it in typesetting programs). Is

Re: [NTG-context] filter module's inline command and supressed spacing

2015-01-02 Thread Piotr Kopszak
OK, will do so. Best Piotr 2015-01-01 23:14 GMT+01:00 Mark Szepieniec mszep...@gmail.com: Hi Piotr, maybe you can try opening an issue in the code's repository: https://github.com/adityam/filter/issues On Tue, Dec 30, 2014 at 10:28 AM, Piotr Kopszak kops...@gmail.com wrote: P.S. Silly

[NTG-context] filter module's inline command and supressed spacing

2014-12-30 Thread Piotr Kopszak
Hello list, It looks like a bug in the filter module, but maybe I'm doing something wrong. Any help will be greatly appreciated. When using the \inlinepandoc command in the first paragraph below the space at the end of the paragraph in życiaA. Mickiewicza is supressed when it should be życia A.

Re: [NTG-context] filter module's inline command and supressed spacing

2014-12-30 Thread Piotr Kopszak
:00 Piotr Kopszak kops...@gmail.com: Hello list, It looks like a bug in the filter module, but maybe I'm doing something wrong. Any help will be greatly appreciated. When using the \inlinepandoc command in the first paragraph below the space at the end of the paragraph in życiaA. Mickiewicza

Re: [NTG-context] Chapter title in headertexts only

2013-05-05 Thread Piotr Kopszak
OK, now I see the difference between no and empty! Great. Many thanks Piotr 2013/5/2 Wolfgang Schuster schuster.wolfg...@gmail.com: Am 02.05.2013 um 17:20 schrieb Piotr Kopszak kops...@gmail.com: OK, found a sufficiant solution \setuphead[chapter][placehead=no] \setupheadertexts

[NTG-context] Chapter title in headertexts only

2013-05-02 Thread Piotr Kopszak
Hello list, I am trying to suppress chapter heading and at the same time use chapter title in the headertext. Is it possible with mkIV? Best Piotr -- http://okle.pl ___ If your question is of interest to others as

Re: [NTG-context] Chapter title in headertexts only

2013-05-02 Thread Piotr Kopszak
Sorry, forgot about a minimal example. Here it is. \setuphead[chapter][placehead=no] \setupheadertexts[][chapter][][] \starttext \chapter{my chapter} \input knuth \stoptext 2013/5/2 Piotr Kopszak kops...@gmail.com: Hello list, I am trying to suppress chapter heading and at the same time use

Re: [NTG-context] Chapter title in headertexts only

2013-05-02 Thread Piotr Kopszak
/2 Piotr Kopszak kops...@gmail.com: Sorry, forgot about a minimal example. Here it is. \setuphead[chapter][placehead=no] \setupheadertexts[][chapter][][] \starttext \chapter{my chapter} \input knuth \stoptext 2013/5/2 Piotr Kopszak kops...@gmail.com: Hello list, I am trying to suppress

[NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
Hello list, I feel a bit out of context not following the list closely for some time so maybe this has been solved already. I cannot get defineindenting to work. Example attached. Best Piotr -- http://okle.pl test-indentations.tex Description: TeX document

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
O yes, silly mistake! Anyway I'm still getting - ! Undefined control sequence. system tex error on line 1 in file test-indentations.tex: Undefined control sequence ... 1 \defineindenting[myindenting][width=5cm]

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
Right, so is there a replacement for \defineindenting which works in the recent version? 2012/10/26 Marco Patzer home...@lavabit.com: 2012-10-26 Sietse Brouwer: Hello Piotr, I cannot get defineindenting to work. Example attached. To input example text, use \input knuth not \knuth .

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
home...@lavabit.com: 2012-10-26 Piotr Kopszak: Right, so is there a replacement for \defineindenting which works in the recent version? I don't know what \defineindenting is supposed to do. I can hardly believe that the dots in the output are intended. What about this: \definedelimitedtext

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
That did the trick. Yes, I know it's weird. Technology makes strange things happen sometimes ;) Thanks! Piotr 2012/10/26 Marco Patzer home...@lavabit.com: 2012-10-26 Piotr Kopszak: Many thanks! The wiki says it is used to define a collection of indenting settings. I used it to indent more

Re: [NTG-context] ConTeXt for Android?

2011-07-24 Thread Piotr Kopszak
I'll try to find out how to do that. Actually I was thinking about all sort of short documents I need to print quickly. Piotr 2011/7/21 Mojca Miklavec mojca.miklavec.li...@gmail.com: On Thu, Jul 21, 2011 at 15:05, Piotr Kopszak wrote: Hello list, I was wondering if anybody  thinks about

[NTG-context] ConTeXt for Android?

2011-07-21 Thread Piotr Kopszak
Hello list, I was wondering if anybody thinks about porting ConTeXt to Android. Perhaps it wouldn't be as useless as it seems at first sight. Only after the first month of using an android phone I'm amazed how my habits changed and how reluctantly I resort to my laptop when I can do something

[NTG-context] DocBook in ConTeXt - any new ideas?

2011-06-02 Thread Piotr Kopszak
Dear list, I am beginning a rather tedious documentation project and will most probably end up with DocBook. The fact is I haven't used it for any serious work for about 10 years. Docbook In ConText haven't been updated since 2003. Does it mean it's so perfect or instead rather

Re: [NTG-context] DocBook in ConTeXt - any new ideas?

2011-06-02 Thread Piotr Kopszak
of personmonths if not worse. Sadly, I'm not in a position to that now. Best Piotr 2011/6/2 Thomas Schmitz tschm...@uni-bonn.de: On Thu, 2 Jun 2011 11:39:46 +0200  Piotr Kopszak kops...@gmail.com wrote: Dear list, I am beginning a rather tedious documentation project and will most  probably end up

[NTG-context] ConTeXt and Topic Maps

2010-11-19 Thread Piotr Kopszak
Hello list, Anybody can share his or her experiences on typesetting Topic Maps? I know it practically boils down to typesetting xml, I'm just curious. Best Piotr ___ If your question is of interest to others as

Re: [NTG-context] interesting LaTeX package for flowing text

2010-08-12 Thread Piotr Kopszak
years. Piotr 2010/8/12 luigi scarso luigi.sca...@gmail.com: On Wed, Aug 11, 2010 at 11:54 PM, Piotr Kopszak kops...@gmail.com wrote: Columns are excellent, no doubt, but as far as I understand them, they don't allow to flow text to boxes in arbitrary locations. Sorry, I meant www.pragma

Re: [NTG-context] caught in the grid

2010-08-12 Thread Piotr Kopszak
You can play with embedding \section inside \start and \stoplinecorrection to get rid of overlapping, but I'm not sure if it's the right thing to do. Piotr 2010/8/12 Steffen Wolfrum cont...@st.estfiles.de: Am 12.08.2010 um 00:31 schrieb Hans Hagen: On 11-8-2010 9:49, Steffen Wolfrum wrote:

[NTG-context] interesting LaTeX package for flowing text

2010-08-11 Thread Piotr Kopszak
Hello List, Just came across this today. Haven't even tried it. Just wondering whether it could be ported to ConTeXt at all. http://www.ctan.org/tex-archive/help/Catalogue/entries/flowfram.html Piotr -- http://okle.pl

Re: [NTG-context] interesting LaTeX package for flowing text

2010-08-11 Thread Piotr Kopszak
Columns are excellent, no doubt, but as far as I understand them, they don't allow to flow text to boxes in arbitrary locations. Piotr 2010/8/11 luigi scarso luigi.sca...@gmail.com: On Wed, Aug 11, 2010 at 3:54 PM, Piotr Kopszak kops...@gmail.com wrote: Hello List, Just came across

Re: [NTG-context] simple style customization in t-letter

2010-05-24 Thread Piotr Kopszak
Works great! Will have to find out one day how ;) Piotr 2010/5/21 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 21.05.10 10:56, schrieb Piotr Kopszak: I'm probably too dumb to figure that on my own, at least now. How one can change default style to move the reference line

[NTG-context] simple style customization in t-letter

2010-05-21 Thread Piotr Kopszak
I'm probably too dumb to figure that on my own, at least now. How one can change default style to move the reference line including date to the top of the letter page? Best Piotr -- http://okle.pl ___ If your

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-21 Thread Piotr Kopszak
That's very close indeed. Thanks for putting me on the right track! What I wanted is rather: \setuphead [chapter] [page={yes,footer,right}, footer=nomarking] Best Piotr 2010/5/21 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 20.05.10 13:21, schrieb Piotr Kopszak: Many thanks

[NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
Hello list, I don't know if it is only an idiosyncrasy of Polish typography but if a chapter ends with a blank page it should not display its number. It would be very useful if this could be an option (if not a default behaviour) of \setuppagenumbering . It's not a huge problem and I think I will

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
It would be handy to avoid inserting \page in this case, I think. 2010/5/20 Taco Hoekwater t...@elvenkind.com: Piotr Kopszak wrote: Hello list, I don't know if it is only an idiosyncrasy of Polish typography but if a chapter ends with a blank page it should not display its number

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
...@googlemail.com: Am 20.05.10 11:07, schrieb Piotr Kopszak: Hello list, I don't know if it is only an idiosyncrasy of Polish typography but if a chapter ends with a blank page it should not display its number. It would be very useful if this could be an option (if not a default behaviour

Re: [NTG-context] feauture request - no numbers on blank pages at chapter's end

2010-05-20 Thread Piotr Kopszak
title page (which I don't want) and still leaves it on the left empty page facing the title page. Not to mention the fact that pagenumbers appear only from page 10. Piotr 2010/5/20 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 20.05.10 12:53, schrieb Piotr Kopszak: It would be handy

Re: [NTG-context] Suppressing page number on chapter's last page

2010-05-12 Thread Piotr Kopszak
This works, but not in my case, as I absolutely need \setuppagenumbering[alternative=doublesided,location=margin] Best Piotr \definepagebreak [mychapterpagebreak] [yes,header,right]

[NTG-context] suppressing page number on chapter's last page

2010-05-10 Thread Piotr Kopszak
Hello list, Last time I typeset a book I was reproached for not suppressing page numbers on chapter's end pages and would like to avoid it this time ;) I mean, is there any other way to suppress page numbers more user-friendly than peppering the text with \setuppagenumbering[state=stop]? I need

[NTG-context] tlig not active in register

2010-03-17 Thread Piotr Kopszak
Dear list, I'd love to provide a minimal example but before I figure out how to do that a short question: I'm using the same font in the body text and registers: Jannon Text, tex ligatures via fontfeatures work in the body text but not in registers in page scopes. Any ideas? Piotr --

Re: [NTG-context] tlig not active in register

2010-03-17 Thread Piotr Kopszak
Is there a simple way to force replacing of double hyphen by a unicode en dash in registers? P. 2010/3/17 Piotr Kopszak kops...@gmail.com: Dear list, I'd love to provide a minimal example but before I figure out how to do that a  short question: I'm using the same font in the body text

Re: [NTG-context] tlig not active in register

2010-03-17 Thread Piotr Kopszak
} \page first \index[first]{first item} \page first \index[first]{first item} \page \placeindex[compress=yes] \stoptext Piotr 2010/3/17 Hans Hagen pra...@wxs.nl: On 17-3-2010 19:30, Piotr Kopszak wrote: Is there a simple way to force replacing of double hyphen by a unicode en dash in registers

Re: [NTG-context] Thoughts on ConTeXt: ditched

2010-01-03 Thread Piotr Kopszak
Well, well, ConTeXt can help you if you give him a little love and don't try pull all triggers at once. Having written my Ph.D. in LaTeX and published couple of books in ConTeXT I can assure you, ConTeXt is surprisingly better suited for scientific texts (oops sorry, I just mean text with

Re: [NTG-context] Alphabetical order in register

2009-11-27 Thread Piotr Kopszak
Did you remember about \language[de] in the preamble? 2009/11/27, Gerhard Kugler pra...@psychotherapie-kugler.de: Hello, the German umlauts are not sorted correctly in a register. How can I change their positions? Gerhard -- Gerhard Kugler Psychotherapeut Bensheim (Germany)

[NTG-context] right aligned toc

2009-10-12 Thread Piotr Kopszak
Hello list, Is it possible to get right aligned (I mean flush right) toc? Best Piotr -- http://okle.pl ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] right aligned toc

2009-10-12 Thread Piotr Kopszak
Sorry for the noise, I have found finally \placecontent[align=left] 2009/10/12 Piotr Kopszak kops...@gmail.com: Hello list, Is it possible to get right aligned (I mean flush right) toc? Best Piotr -- http://okle.pl -- http://okle.pl

[NTG-context] \itemize[continue] problem

2009-10-10 Thread Piotr Kopszak
Hello list, The following example from manual works fine with mk II but fails with mkIV in recent minimals \starttext \startitemize[1,packed] \head supported image formats in \PDFTEX \par \startitemize[a] \item png \item eps \item pdf \stopitemize \head non supported image

Re: [NTG-context] tex to txt/doc

2009-10-05 Thread Piotr Kopszak
not to mention obvious old-school approach xml-anything (including ConTeXt). 100 percent reliable conversion of pdf to anything else is impossible by definition, so better don't rely on any magic tools which usually promise but really cannot deliver. Piotr 2009/10/5 Mohamed Bana

[NTG-context] Varying indentations

2009-09-30 Thread Piotr Kopszak
Hello list, Is there a way to obtain a differrent indentation for the first paragraph, than all the following ones? I would like the first to be indented by 0.5\textwidth and all the others by 1 pica. Many thanks in advance Piotr -- http://okle.pl

Re: [NTG-context] Varying indentations

2009-09-30 Thread Piotr Kopszak
Seems I almost learnt how to do it, but notice the whitespace after the first paragraph. Piotr \setupindenting[yes,1pc] \defineindenting[qq][text=,separator=,width=0.5\textwidth] \starttext \qq \input zapf \input knuth \stoptext 2009/9/30 Piotr Kopszak kops...@gmail.com: Hello list

[NTG-context] old sidebar example

2009-09-25 Thread Piotr Kopszak
Hello list, Is the a way to make the following example posted here: http://archive.contextgarden.net/message/20060321.134723.3a8e8ff3.en.html work with recent mkIV as it used to before? \setupoutput[pdftex] \setupcolors[state=start] \frenchspacing \tolerance = 1000 \setuplayout[width=4in]

Re: [NTG-context] old sidebar example

2009-09-25 Thread Piotr Kopszak
I realized it's a general hanging problem :( \starttext \placefigure[left,hang]{}{\externalfigure[hacker.jpg]} \input zapf \stoptext P. 2009/9/25 Piotr Kopszak kops...@gmail.com: Hello list, Is the a way to make the following example posted here: http://archive.contextgarden.net/message

[NTG-context] processing.org in ConTeXt

2009-09-13 Thread Piotr Kopszak
Dear list, Just an idea that has been haunting me for some time already. Since we can generate metapost and lilypond graphics on the fly, why not give processing.org a try? Piotr -- http://okle.pl ___ If your

Re: [NTG-context] processing.org in ConTeXt

2009-09-13 Thread Piotr Kopszak
Terrific news, I wonder how difficult, if possible at all, it would be write a processing.org module. Piotr 2009/9/13, luigi scarso luigi.sca...@gmail.com: On Sun, Sep 13, 2009 at 5:19 PM, Piotr Kopszak kops...@gmail.com wrote: Dear list, Just an idea that has been haunting me for some time

Re: [NTG-context] loooong stanzas (longer than a page)

2009-09-08 Thread Piotr Kopszak
I was too tired. All is fine with recent mkIV. P. 2009/9/7 Wolfgang Schuster schuster.wolfg...@googlemail.com: Am 07.09.2009 um 23:17 schrieb Piotr Kopszak: Hello list, Maybe I'm just too tired but I can't find a way to force long stanzas between \startlines and  \stoplines to break

Re: [NTG-context] [OT] Edit PDF manually

2009-09-08 Thread Piotr Kopszak
OK, here it is. But no guarantees it makes much sense. http://okle.pl/blogs/show_post/23 2009/9/8 Oliver Buerschaper oliver.buerscha...@mpq.mpg.de: Don't forget about pdftk vim plugin, otherwise you'll have to count byte offsets on your fingers, or even better use qdf form with qpdf. I've

Re: [NTG-context] [OT] Edit PDF manually

2009-09-08 Thread Piotr Kopszak
But you haven't used that on the example file? It's not qdf compliant. P. 2009/9/8 luigi scarso luigi.sca...@gmail.com: On Tue, Sep 8, 2009 at 11:39 AM, Piotr Kopszakkops...@gmail.com wrote: OK, here it is. But no guarantees it makes much sense. http://okle.pl/blogs/show_post/23 fix-qdf

Re: [NTG-context] [OT] Edit PDF manually

2009-09-07 Thread Piotr Kopszak
Don't forget about pdftk vim plugin, otherwise you'll have to count byte offsets on your fingers, or even better use qdf form with qpdf. Maybe I'll publish a short tutorial on writing pdf by hand that I started to write couple of months ago. AFAIK there isn't any (Please, tell me I'm wrong).

[NTG-context] loooong stanzas (longer than a page)

2009-09-07 Thread Piotr Kopszak
Hello list, Maybe I'm just too tired but I can't find a way to force long stanzas between \startlines and \stoplines to break and turn up on next page. Instead the stanza is simply truncated. Actually in my case the poems are not really divided into stanzas (i.e one stanza is one poem). Piotr

Re: [NTG-context] generating figures lists

2009-07-15 Thread Piotr Kopszak
pra...@wxs.nl: Piotr Kopszak wrote: Hello, How do we generate them with recent MInimals? texexec --figures=c --paperoffset=.5cm *.pdf *.png *.jpg does -- figures alternative=c work

Re: [NTG-context] Duotones with spot colors

2009-07-10 Thread Piotr Kopszak
Yes, but I don't arrive at expected results with pdftex either. Piotr 2009/7/9 Hans Hagen pra...@wxs.nl: Piotr Kopszak wrote: I can't get it right with mkii and xetex either. forget about xetex; mkii uses a pdftex feature (access to resource dict

Re: [NTG-context] Duotones with spot colors

2009-07-09 Thread Piotr Kopszak
[demo-b][color=blue-100]} {spot color} {\externalfigure[demo-b][color=yellow-100]} {spot color} \stopcombination \stopbaselinecorrection \stopbuffer \getbuffer \typebuffer \stoptext The images in the column indexed duotone do not show up. Piotr 2009/7/7 Hans Hagen pra...@wxs.nl: Piotr

Re: [NTG-context] Duotones with spot colors

2009-07-09 Thread Piotr Kopszak
I can't get it right with mkii and xetex either. Piotr 2009/7/9 Hans Hagen pra...@wxs.nl: Piotr Kopszak wrote: BTW, I am not able to get a duotone image with recent minimals in the example published here: http://wiki.contextgarden.net/Colors#Colorizing_Grayscale_Pictures the current

[NTG-context] Duotones with spot colors

2009-07-07 Thread Piotr Kopszak
Hello list, I am preparing for a next project which will be printed in two colours. Obviously, perfect opportunity to use duotones. However I got my duotone illustrations in CMYK tiffs with images in yellow and black channels. Obviously black could stay but I would like to convert the yellow

Re: [NTG-context] Duotones with spot colors

2009-07-07 Thread Piotr Kopszak
. Piotr 2009/7/7 William Adams will.ad...@frycomm.com: On Jul 7, 2009, at 9:50 AM, Piotr Kopszak wrote: I am preparing for a next project which will be printed in two colours. Obviously, perfect opportunity to use duotones. However I got my duotone illustrations in CMYK tiffs with images

[NTG-context] generating figures lists

2009-06-30 Thread Piotr Kopszak
Hello, How do we generate them with recent MInimals? texexec --figures=c --paperoffset=.5cm *.pdf *.png *.jpg does not give any output. Piotr -- http://okle.pl ___ If your question is of interest to others as

Re: [NTG-context] On creating my own fonts

2009-06-22 Thread Piotr Kopszak
1) draw by hand some glyphs, so you have an objective piece of paper of what you want 2) search on Internet for a font that looks like what you (think) to want 3) starting from this font, make some modifications of glyphs that you have drawn with fontforge or metapost With fontforge, you

Re: [NTG-context] Installation problem (was Updates without rsync)

2009-06-02 Thread Piotr Kopszak
Why not Emacs :) It's also quite nice for ConTeXt. P. 2009/6/2 richard.steph...@converteam.com: I wanted to get a clean, up-to-date installation of Context on Windows (without using rsync), so started from scratch as follows: 1. Downloaded

Re: [NTG-context] Cannot run Lilypond

2009-06-02 Thread Piotr Kopszak
Hello Vyatcheslav and Lutz, I have just tested Lutz's test file and it compiles fine with luatex on linux-ppc. MTXrun | current version: 2009.05.29 15:44 LuaTeX, Version beta-0.40.1-2009051107 (Web2C 7.5.7) luatex.web = v2376 GNU LilyPond 2.12.2 Piotr 2009/6/2 Lutz Haseloff

[NTG-context] luatex examples - Traversing TeX nodes

2009-06-01 Thread Piotr Kopszak
Hello, I am trying to compile luatex examples from http://luatex.bluwiki.com . How could I make it work with ConTeXt? The following fails. --- \directlua0{ local glyph

Re: [NTG-context] luatex examples - Traversing TeX nodes

2009-06-01 Thread Piotr Kopszak
Great thanks for your hint. Ever onward! Piotr 2009/6/1 Hans Hagen pra...@wxs.nl: Piotr Kopszak wrote: Hello, I am trying to compile luatex examples from http://luatex.bluwiki.com i have no time to look into it now but be aware of the fact that if you set a callback like this you're

Re: [NTG-context] TexPaste alpha - my Win application converting Word/HTML to TeX

2009-05-28 Thread Piotr Kopszak
Hello list, Inevitably, it's a recurring subject. Here are my 2p. After playing with all sorts of convertors to TeX, Latex, HTML and scraping the output with Perl to obtain something useful for ConTeXt I found that what I in fact really need to preserve from a Word file are italics and footnotes.

[NTG-context] IV. Talking and Tweaking

2009-05-26 Thread Piotr Kopszak
Hello, I finally decided to learn lua and start making use of it in ConTeXt. I was quite excited to find examples of interfaces in the fourth part of A New Kind of TeX paper. It would be really useful if someone could give examples how they could actually be used, at least some of them e.g.

Re: [NTG-context] IV. Talking and Tweaking

2009-05-26 Thread Piotr Kopszak
command.insert, command.hbox, command.vbox, tex.parindent where are these command.* defined? in context command is a reserved namespace I found it on screen IV. of http://luatex.org/talks/luaconf-paper.pdf and nowhere else, that's why I asked. (Sorry, tex.parindent is mentioned in

[NTG-context] Top 10 luatex interfaces

2009-05-26 Thread Piotr Kopszak
http://www.survs.com/survey?id=BB81EXR7channel=WX0QXIKGPC have fun! Piotr -- http://okle.pl ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] Fonts in minimal

2009-05-21 Thread Piotr Kopszak
Funny, but quite legitimate question as showfont.pdf was meant. P. 2009/5/21 Thomas A. Schmitz thomas.schm...@uni-bonn.de: On May 21, 2009, at 9:47 AM, R. Bastian wrote: where is showfonts.pdf ? rb http://lmgtfy.com/?q=showfonts.pdf Thomas

Re: [NTG-context] LilyPond module, release 2009-05-19

2009-05-20 Thread Piotr Kopszak
Yes I'm just preparing a four volume popular music history which relies on that. Piotr 2009/5/19 Henning Hraban Ramm hra...@fiee.net: I just uploaded a version of the LilyPond module that works with ConTeXt MkIV latest beta (only a small fix). Documentation PDF is still the old one, since

[NTG-context] Emacs templates for ConTeXt

2009-05-15 Thread Piotr Kopszak
Hello, I have just started using Emacs msf-abbrevs mode with ConTeXt files. Just would like to know if anyone is using other templating systems for Emacs with ConTeXt files? Are there any templates for ConTeXt commands around? Best Piotr -- http://okle.pl

Re: [NTG-context] Emacs templates for ConTeXt

2009-05-15 Thread Piotr Kopszak
. Perhaps if somebody else was also interested it would be useful to make a public version. I always use texshow but it would be even more useful with templates I think. Piotr 2009/5/15 Jean Magnan de Bornier jm.born...@free.fr: Le 15 mai à 13:23:52 Piotr Kopszak kops...@gmail.com écrit notamment

Re: [NTG-context] The ultimate (?) float problem

2009-05-14 Thread Piotr Kopszak
. Piotr 2009/5/12 luigi scarso luigi.sca...@gmail.com: On Tue, May 12, 2009 at 3:32 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 12.05.2009 um 15:18 schrieb Piotr Kopszak: Yes, exactly. \setuppapersize [S6] \setuptolerance [soepel,rek] better \setuppapersize [S6][S6

[NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
Dear all, I am close to give up, but maybe there is a solution... I have a book to typeset literally peppered with hundreds of little drawings which are supposed to appear irregularly surrounded by text flowing around them on all sides. |xx |

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
Any chance lua might change something here in the future? P. 2009/5/12 Hans Hagen pra...@wxs.nl: Piotr Kopszak wrote: Dear all, I am close to give up, but maybe there is a solution... I have a book to typeset literally peppered with hundreds of little drawings which are supposed to appear

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
]{\externalfigure[cow][width=2cm,height=4cm]} \stopsetups \stoptext 2009/5/12 luigi scarso luigi.sca...@gmail.com: On Tue, May 12, 2009 at 11:22 AM, Piotr Kopszak kops...@gmail.com wrote: Dear all, I am close to give up, but maybe there is a solution... I have a book to typeset literally peppered

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
But I want text in one column in the whole document. I was wondering however if I could mimick something similar with textflows but cannot understand the Dutch example in page-flw.tex. Piotr 2009/5/12 luigi scarso luigi.sca...@gmail.com: On Tue, May 12, 2009 at 1:28 PM, Piotr Kopszak kops

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
Yes, exactly. 2009/5/12 luigi scarso luigi.sca...@gmail.com: On Tue, May 12, 2009 at 3:03 PM, Piotr Kopszak kops...@gmail.com wrote: But I want text in one column in the whole document. I was wondering however if I could mimick something similar with textflows but cannot understand

Re: [NTG-context] The ultimate (?) float problem

2009-05-12 Thread Piotr Kopszak
: Am 12.05.2009 um 15:18 schrieb Piotr Kopszak: Yes, exactly. \setuppapersize [S6] \setuptolerance [soepel,rek] \setupcolors    [state=start] \setupfooter    [strut=no] \setupwhitespace[big] \setuplayout  [rightmargin=5cm,   width=fit,   margin=0pt,   edgedistance=1cm,   footer=4cm

Re: [NTG-context] humble request: Minimals for linux ppc

2008-09-22 Thread Piotr Kopszak
On Sun, Sep 21, 2008 at 11:43:22PM +0200, Mojca Miklavec wrote: On Sun, Sep 21, 2008 at 10:18 PM, Piotr Kopszak wrote: Any chance for that in the near future? Any chance that you provide the binaries (and that you do that on a more or less regular basis; or let's say once per month)? svn

[NTG-context] humble request: Minimals for linux ppc

2008-09-21 Thread Piotr Kopszak
Any chance for that in the near future? Otherwise, be warned :) I will probably flood the list with questions how to make texlive debian-lenny-ppc installation work with mkIV (Sadly new xml mkIV commands don't work on ppc, although they do on my other x86_64 linux box). Piotr -- Piotr

Re: [NTG-context] [Linux] font name database

2008-09-21 Thread Piotr Kopszak
'data' (a nil value) What's that ? -- Best, Alan Are you using Minimals or Ubuntu installation of ConTeXt? Piotr -- Piotr Kopszak, Ph.D. Polish Art Gallery, National Museum in Warsaw kle --- http://okle.pl http://www.magnatune.com/artists

Re: [NTG-context] Delicious - I'm still confused

2008-08-19 Thread Piotr Kopszak
on linux? Did you run luatools --generate? Yes, I did. Piotr -- -- Piotr Kopszak, Ph.D. Polish Art Gallery, National Museum in Warsaw -http://kopszak.mnw.art.pl/ http://okle.pl

Re: [NTG-context] Delicious - I'm still confused

2008-08-19 Thread Piotr Kopszak
On Tue, Aug 19, 2008 at 12:36:43PM +0200, Wolfgang Schuster wrote: On Tue, Aug 19, 2008 at 12:28 PM, Piotr Kopszak [EMAIL PROTECTED] wrote: On Tue, Aug 19, 2008 at 09:50:58AM +0200, Hans Hagen wrote: ok, so it's not a system font (else there would be a complete path); in that case, make

Re: [NTG-context] Delicious - I'm still confused

2008-08-19 Thread Piotr Kopszak
it. Moved the fonts to /context/tex/texmf/fonts/opentype/public and they worked. Piotr -- -- Piotr Kopszak, Ph.D. Polish Art Gallery, National Museum in Warsaw -http://kopszak.mnw.art.pl/ http://okle.pl

Re: [NTG-context] Delicious - I'm still confused

2008-08-19 Thread Piotr Kopszak
On Tue, Aug 19, 2008 at 01:10:04PM +0200, Wolfgang Schuster wrote: On Tue, Aug 19, 2008 at 12:58 PM, Piotr Kopszak [EMAIL PROTECTED] wrote: On Tue, Aug 19, 2008 at 12:36:43PM +0200, Wolfgang Schuster wrote: On Tue, Aug 19, 2008 at 12:28 PM, Piotr Kopszak [EMAIL PROTECTED] wrote: On Tue

[NTG-context] Delicious - I'm still confused

2008-08-18 Thread Piotr Kopszak
is not found define font | unknown font Delicious-Roman, loading aborted ! Font \*delicious12ptsstfss*:=Delicious-Roman.otf at 12pt not loadable: metric data not found or bad. Piotr -- -- Piotr Kopszak, Ph.D. Polish Art Gallery, National Museum in Warsaw -http

Re: [NTG-context] Delicious - I'm still confused

2008-08-18 Thread Piotr Kopszak
On Mon, Aug 18, 2008 at 03:36:38PM +0200, Hans Hagen wrote: Piotr Kopszak wrote: did you do mtxrun --scritp font --reload? - Hans Hagen | PRAGMA ADE Ridderstraat 27

Re: [NTG-context] Delicious - I'm still confused

2008-08-18 Thread Piotr Kopszak
This hasn't changed much, this time I'm getting (./type-delicious.tex)) ! Font \*delicious12ptsstfss*:=deliciousroman at 12.0pt not loadable: Metric (T FM) file not found. to be read again Piotr -- Piotr Kopszak, Ph.D. Polish Art Gallery, National Museum in Warsaw kle

Re: [NTG-context] Delicious - I'm still confused

2008-08-18 Thread Piotr Kopszak
On Mon, Aug 18, 2008 at 10:14:47PM +0200, Hans Hagen wrote: Piotr Kopszak wrote: is the file listed in ..\luatex-cache\context\3addaf6083634dad22ef3141c83e8289\fonts\data\names.tma Hans Yes, in fallback_mapping: deliciousmedium={ otf, Delicious-Roman, Delicious-Roman.otf, false

  1   2   >