ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typing and linenumbering
@ 2006-03-15 22:02 nico
  2006-03-16  9:02 ` Taco Hoekwater
  0 siblings, 1 reply; 4+ messages in thread
From: nico @ 2006-03-15 22:02 UTC (permalink / raw)


Hello,

I would like to print some listings, with their line numbers. To achieve  
this I use the following combination on framedtext, typing and  
linenumbering stuff.

The output is pretty as I wish, but unfortunately the line numbers are  
*not* the numbers of the listing lines, but the numbers of the lines once  
wrapped in the frame. In the example below the first line is very long  
(the "blah blah" line), but in the output it is shown as 4 lines (with 4  
line numbers).

Is there a way to achieve this in a more integrated way with the typing  
environment? The other side effect of the method used is that it changes  
the linenumbering behaviour outside the typing environment. I tried the  
"reset" option, but it doesn't change the intext location. Is there a  
possibility to come back to default settings?

Last but not least, is it possible to customize the wrapping behaviour so  
that an arbitrary command can be called before the cut, and another  
command after the cut? What I would like to have is {\space\wrapsign}  
before the cut and an indentation after the cut to show that the line is  
wrapped.

Thanks for any hints.


% listing frame
\defineframedtext
   [framelisting]
   [background=screen,
    frame=off,
    strut=yes,
    offset=2mm,
    width=broad,
    framecolor=black,
    align=right]

\definetyping[prog]

\setuptyping[prog]
             [bodyfont=small,
              before={\setuplinenumbering[style=small,step=2,start=3,location=intext]
                      \startframelisting\startlinenumbering},
              after={\stoplinenumbering\stopframelisting}]
%             after={\stoplinenumbering\setuplinenumbering[reset]}]

\startprog
first line: blah blah blah blah blah blah blah blah blah blah blah blah  
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah  
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah  
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah  
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah  
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah  
blah
second line
third line
last line
\stopprog


Regards,
BG

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-16 22:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-15 22:02 typing and linenumbering nico
2006-03-16  9:02 ` Taco Hoekwater
2006-03-16 21:41   ` nico
2006-03-16 22:16     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).