[NTG-context] ConTeXt Group Journal 2012 Table of Contents

2013-10-29 Thread Taco Hoekwater

Hi all,

After a bit more of a delay even after the initial one-year delay,
I am happy to report that the ConTeXt Group Journal for 2012 goes
to the printer's today. This is the proceedings issue for the 6th
ConTeXt meeting that took place in Breskens, The Netherlands on
October 8-12, 2012.




Contents


 5 Dayplan

 7 CrafTeX — Mari Voipio

 8 MetaPost: PNG Output — Taco Hoekwater

   The latest version of Metapost (1.80x) has a third output backend:
   it is now possible to generate PNG bitmaps directly from within
   Metapost.

10 Database publishing with the speedata Publisher — Patrick Gundlach

11 Minutes of the 2nd ConTeXt Group membership meeting — Willi Egger

13 MetaPost path resolution isolated — Taco Hoekwater

   A new interface in MPLib version 1.800 allows one to resolve
   path choices programmatically, without the need to go through
   the MetaPost input language.

19 Parsing PDF content streams with LuaTeX — Taco Hoekwater

   The new pdfparser library in LuaTeX allows parsing of external
   pdf content streams directly from within a LuaTeX
   document. This paper explains its origin and usage.

24 MFLua: Instrumentation of MF with Lua — Luigi Scarso

   We present MFLua, a MetaFont version which is capable of code
   instrumentation and has an embedded Lua interpreter that
   allows glyphs curves extraction and post-processing. We also
   show and discuss an example of a MetaFont source processed by
   MFLua to output an OpenType font.

36 Conference portfolio — Willi Egger

   In accordance to the conference's theme, a workshop for making
   a portfolio binder has been held. The portfolio was made so it
   could carry the papers for the conference, such as preprints
   of the proceedings, additional papers and the carpenter's
   pencil given to each participant. The construction is made
   from a single sheet of cardboard with folded flaps along three
   sides, so that it completely envelopes the content. The
   portfolio is held closed by a black elastic band.

41 Simple Spreadsheets — Hans Hagen

   Occasionally a question pops up on the ConTeXt mailing list
   where answering it becomes a nice distraction from a boring
   task at hand. The spreadsheet module is the result of such a
   diversion. As with more support code in ConTeXt, this is not a
   replacement for ‘the real thing’ but just a nice feature for
   simple cases. Of course some useful extensions might appear in
   the future.

52 Oriental TeX: optimizing paragraphs — Hans Hagen  Idris Samawi Hamid

   One of the objectives of the Oriental TeX project has always
   been to play with paragraph optimization. The original
   assumption was that we needed an advanced non-standard
   paragraph builder to Arabic done right but in the end we found
   out that a more straightforward approach is to use a
   sophisticated OpenType font in combination with a paragraph
   postprocessor that uses the advanced font capabilities. This
   solution is somewhat easier to imagine than a complex
   paragraph builder but still involves quite some juggling.

82 MlbibTeX and Its New Extensions — Jean-Michel Hufflen

   These last years, MlbibTeX's kernel functions have been reused
   and extended in order to put new programs about bibliographies
   into action. Examples are the hal program, allowing an open
   archive site to be populated, the mlbiblatex program, building
   bibliographies suitable for the biblatex package, the
   mlbibcontext program, doing the same task for ConTeXt
   documents. We show how all these programs are organised, and
   explain how some operations can be refined or extended. For a
   point of view related to efficiency, the programs mlbiblatex
   and mlbibcontext are written using Scheme only, so they are
   more efficient than analogous programs that would interpret a
   .bst bibliography style of bibTeX.

92 Demonstration of the ‘mlbibcontext’ Program — Jean-Michel Hufflen

   This short statement aims to sketch the broad outlines of the
   presentation performed at the 6th ConTeXt meeting.

94 Abstracts without papers

96 Participant list of the 6th ConTeXt meeting

___
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/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \frown in ConTeXt

2013-10-29 Thread Xan
Hi,

I just want to make an arc to a word. I found that 
[http://tex.stackexchange.com/questions/15468/frown-and-mathop-stackrel-overset]
 but it's LaTeX or XeTeX centric.

Is there any equivalent in ConTeXt?

Thanks in advance,
Xan

PS: Please CCme
___
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/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Testpage vs. indentation

2013-10-29 Thread H. Özoguz

Hello together,

normally I want intendation for new paragraphs, but not, if the 
paragraph is set on the next page by \testpage.

See this minexample:

\setupindenting[yes, 9pt,first]
\starttext
\input knuth
\testpage[35] \input knuth
\stoptext

Or more general: No indentation of paragraphs, wich are the 
top-paragraphs of the page. Is that possible?


Thanks,
Huseyin
___
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/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] \definetype[xxx][linebreaks=yes, breakpoints=name]

2013-10-29 Thread Peter Münster
Hello Hans,

Is it also possible, to break inside the \type{} only at well defined
characters and without hyphenation?

Example:

--8---cut here---start-8---
\definebreakpoint[compound][_]
\setuplayout[width=25mm]
\startsetups Test
  \setbreakpoints[compound]
\stopsetups
\definetype[Test][lines=hyphenated, setups=Test, space=stretch]
\showframe
\starttext
hellohello hellohello % should break like this: hel- lohello (ok)

hellohello \Test{hel_lohello} % should break like this: hel_ lohello (not ok)

hellohello \Test{hellohello} % should not break at all (not ok)
\stoptext
--8---cut here---end---8---

TIA for any help,
-- 
   Peter
___
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/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Testpage vs. indentation

2013-10-29 Thread Mica Semrick
 Or more general: No indentation of paragraphs, wich are the
top-paragraphs of the page. Is that possible?

How would your reader tell if the paragraph at the top of the page is a
continuation of the one on the last page, or a new paragraph? Sounds
problematic!


On Tue, Oct 29, 2013 at 6:46 AM, H. Özoguz h.oezo...@mmnetz.de wrote:

 Hello together,

 normally I want intendation for new paragraphs, but not, if the paragraph
 is set on the next page by \testpage.
 See this minexample:

 \setupindenting[yes, 9pt,first]
 \starttext
 \input knuth
 \testpage[35] \input knuth
 \stoptext

 Or more general: No indentation of paragraphs, wich are the top-paragraphs
 of the page. Is that possible?

 Thanks,
 Huseyin
 __**__**
 ___
 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/mailman/**
 listinfo/ntg-context http://www.ntg.nl/mailman/listinfo/ntg-context
 webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
 archive  : 
 http://foundry.supelec.fr/**projects/contextrev/http://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 __**__**
 ___

___
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/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] nested linenotes

2013-10-29 Thread Pablo Rodriguez
Dear list,

I have the following sample:

\newcounter\MyCounter
 \def\CritApp#1#2{\increment\MyCounter%
 \startlinenote[Varia:\MyCounter]{#1] #2}#1%
 \prewordbreak\stoplinenote[Varia:\MyCounter]}

\starttext
\startlinenumbering
\CritApp{this is a first \CritApp{legibility}{how about a nested
linenote?}}{variant}
\stoplinenumbering
\stoptext

The first \CritApp works fine, but if a new one is introduced inside the
main text from the nested linenote won’t be hyphenated and the line
reference number is wrong (line 0).

Is there a way to solve both issues?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___
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/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___