luatex --version This is LuaTeX, Version snapshot-0.29.0-2008072009
texexec --version TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
The file source; http://pastebin.com/f4923f52c.
\placecontent[criterium=chapter, level=section, color=headingcolour, interaction=all, alternative=c, aligntitle=yes, before={\startnarrower[0*left,8*right]}, after={\stopnarrower}, margin=2em] \blank[2*big]
1. The first line "1.1 section1 . . . . . . . . . . . . . . . . . . . . . . . . . . . 1" is red! This is only the case with mkiv. mkii; http://filebin.ca/vfqedy/test.pdf or http://filebin.ca/vfqedy mkiv; http://filebin.ca/xmupe/test.pdf or http://filebin.ca/xmupe 2. Is it possible to have the \blank[2*big] generated by the placecontent command? The default space generated after chapter seems fine, but I'd really like to have a listing of the sections after the chapter. 3. Am I missing something? I'd like the same effect or better without the explicit call to \startnarrower or \stopnarrower
\definecolor[ucolour] [c=0,m=0.83,y=1,k=0.7] \definecolor[urlcolour] [c=0,m=0.51,y=1,k=0] ... ... \setupinteraction[ state=start, color=ucolour, option=bookmark]
4. Doesn't work, but strangely enough "color=urlcolour" does. If I do use "ucolour", the links are shown in black; http://filebin.ca/dnoqva/test.pdf or http://filebin.ca/dnoqva 5. \useURL[key][http://wiki.contextgarden.net/][][http://wiki.contextgarden.net/] fails, but \useURL[key][http://httpd.apache.org/download.cgi] works. The former fails with; http://pastebin.com/f3cc75b10. I'm actually quiet baffled by this. Also now the dots are green; http://filebin.ca/cezdzr/test.pdf, http://filebin.ca/cezdzr or http://www.4shared.com/file/62409267/2d29710c/test.html. 6. Why aren't the paragraphs that have a picture to the right or left indented on the first line? Compare the paragraphs on page1-section1 with those on page2-section3. 7. Why aren't the the urls broken across lines, page2-3. I'm pretty sure the hyperref package in latex supported this. 8. 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. 9. the d in "praised" protrudes to the margin, how do I stop this. I should point out that this happens often. 10. And the last question :). Is it possible to get a table of contents similar to that on page 36 of 'the elements of typographic style'? I.e., chapter-namex - page x chapter-namey - page y chapter-namez - page z and it's centered aligned according to the -. % engine=luatex \showframe \mainlanguage[uk] \language[uk] \enableregime[utf] \setuppapersize[A4] \setuppagenumbering[alternative=doublesided] % PARAGRAPH \setupindenting[big,yes] % COLOURS \setupcolor[hex] \setupcolors[state=start] \definecolor[urlcolour][c=0,m=0.83,y=1,k=0.70] \definecolor[headingcolour][c=1,m=0.56,y=0,k=0] \setuphead[section,chapter,subject][color=headingcolour] \setuphead [chapter] [style=\ss\bfd,color=headingcolour] \setuphead [section] [style=\ss\bfc,color=headingcolour] \setuphead [subsection] [style=\ss\bfb,color=headingcolour] \setuphead [subsubsection][style=\ss\bfa,color=headingcolour] \setupinteraction[ state=start, color=urlcolour, option=bookmark] \useURL[authoremail][mailto:longemail@longemail.com][][longemail@longemail.com] \starttext \chapter{flower Flower} \placecontent[criterium=chapter, level=section, color=headingcolour, interaction=all, alternative=c, aligntitle=yes, before={\startnarrower[0*left,8*right]}, after={\stopnarrower}, margin=2em] \blank[2*big] \dorecurse{1}{ \section{section1} \input zapf \placefigure [left] [fig:project2] {Project2 - With Ali's cam} {\externalfigure[images/Project.jpg]} \input zapf \placefigure [right] [fig:project2] {Project2 - With Ali's cam} {\externalfigure[images/Project.jpg]} \input zapf } \section{section2} \dorecurse{2}{\input zapf } \section{section3} \dorecurse{2}{\input zapf } \stoptext