Re: [NTG-context] metapost dashpattern (on 1) not shown in Mountain Lion Preview

2012-09-25 Thread Xiao-Yong Jin
On Sep 25, 2012, at 5:45 PM, Mojca Miklavec wrote: > On Tue, Sep 25, 2012 at 7:28 AM, Xiao-Yong Jin wrote: >> >> Dear all, >> >> I just upgrade to Mountain Lion and found out that "dashed dashpattern (on >> 1)" no longer shows any line in Preview. The attached file is a snapshot of >> the Pr

Re: [NTG-context] No entry in the list of figures? (now without .pdf)

2012-09-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
I recently encountered a similar problem with a table of contents [1]. I believe you need \placelistoffigures[criterium=text] for the second LOF since the default list criterium is local. Best regards, Matt [1] http://archive.contextgarden.net/message/20120919.215602.9a0f1f84.en.html ... Great,

Re: [NTG-context] No entry in the list of figures? (now without .pdf)

2012-09-25 Thread Matthew Claus
On Tuesday, September 25, 2012 3:17am, "Procházka Lukáš Ing. - Pontex s. r. o." said: > Hello, > > suppose the following example: > > > \starttext > \startappendices > \placelistoffigures % OK > \placefigure[place]{Caption}{\externalfigure[cow][width=.25\textwidth]} >

Re: [NTG-context] ndash and mdash

2012-09-25 Thread Troy Henderson
\definefontfeature[default][tlig=yes] works just fine. Thanks Mojca. Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/ma

Re: [NTG-context] Space after caption of a float

2012-09-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 25 Sep 2012 10:42:30 +0200, Marco Patzer wrote: 2012-09-25 Procházka Lukáš Ing. - Pontex s. r. o. : Hi Lukáš, is there a built-in parameter for \setupcaptions which would affect the space after the caption? \setupcaptions [figure] [spaceafter=1cm,align=middle] ... That's it

Re: [NTG-context] metapost dashpattern (on 1) not shown in Mountain Lion Preview

2012-09-25 Thread Mojca Miklavec
On Tue, Sep 25, 2012 at 7:28 AM, Xiao-Yong Jin wrote: > > Dear all, > > I just upgrade to Mountain Lion and found out that "dashed dashpattern (on > 1)" no longer shows any line in Preview. The attached file is a snapshot of > the Preview window showing the pdf file generated by the following code

Re: [NTG-context] Space after caption of a float

2012-09-25 Thread Marco Patzer
2012-09-25 Procházka Lukáš Ing. - Pontex s. r. o. : Hi Lukáš, > is there a built-in parameter for \setupcaptions which would affect the space > after the caption? \setupcaptions [figure] [spaceafter=1cm,align=middle] \starttext \placefigure[place]{Caption1}{\externalfigure[cow][width=.1

[NTG-context] Space after caption of a float

2012-09-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, is there a built-in parameter for \setupcaptions which would affect the space after the caption? Or any other way? - Images here seem to me too close to each other; and I'm not able to add some extra space after the caption to get a bit bigger gap to the next object (image, text, whate

Re: [NTG-context] Full page figure

2012-09-25 Thread luigi scarso
On Tue, Sep 25, 2012 at 8:37 AM, Mikoláš Štrajt wrote: > Hello everybody in list. > > I have drawn title page for my book on paper, later scanned it. And now I > want to add it to my book as a first page. But there is the a problem. > > When I place it as a figure it is too large to fit on page.

[NTG-context] No entry in the list of figures? (now without .pdf)

2012-09-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, suppose the following example: \starttext \startappendices \placelistoffigures % OK \placefigure[place]{Caption}{\externalfigure[cow][width=.25\textwidth]} \chapter{Foto} % Try to comment this! \placelistoffigures % No entry \placefigure[place]{Captio

Re: [NTG-context] Full page figure

2012-09-25 Thread Sietse Brouwer
Hi Mikoláš, > So how can I place this title page without margins? (A4 scanned page to A4 > PDF page) There are commands to insert PDF pages directly: http://wiki.contextgarden.net/Including_pages_from_PDF_documents \filterpages[file.pdf][1] should do the trick for you. For including page-sized

Re: [NTG-context] Full page figure

2012-09-25 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Maybe you should resize the page layout to full page with \setuplayout[page]. Lukas On Tue, 25 Sep 2012 08:37:05 +0200, Mikoláš Štrajt wrote: Hello everybody in list. I have drawn title page for my book on paper, later scanned it. And now I want to add it to my book as a first page. B