\startlinenumbering and \starttyping
I hope I'm missing something, because these commands don't seem to interact flawlessly. What I do now is \startlinenumbering \startfiletyping Kenneth Brown recent conduct has been rather unacceptable in my humble opinion. It is, perhaps, not a coincidence that his last name is the name of the colour of poo. \stopfiletyping \stoplinenumbering This causes an overfull hbox though: Overfull \hbox (17.62482pt too wide) in paragraph at lines 196--196 [] | \hbox(10.41603+4.05064)x0.0 .\glue(\leftskip) 17.62482 .\hbox(10.41603+4.05064)x0.0 ..\rule(10.41603+4.05064)x0.0 ..\glue 0.0 plus 1.0fil minus 1.0fil .\penalty 10000 .\glue(\parfillskip) 0.0 plus 1.0fil .\glue(\rightskip) 0.0 .etc. The lines don't go beyond even half the width of the normal paragraph. Am I doing this wrong in some way? nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Nikolai Weibull
I hope I'm missing something, because these commands don't seem to interact flawlessly. What I do now is
\startlinenumbering
! Undefined control sequence. <recently read> \startfiletyping l.3 \startfiletyping ! Undefined control sequence. l.10 \stopfiletyping What is your def of \startfiletyping? Patrick -- Es wird kein Wunder geschehen
* Patrick Gundlach
What is your def of \startfiletyping?
Argh, should have sticked to the original example - copy and pasted... Anyway, it is equivalent to \startlinenumbering \starttyping Kenneth Brown recent conduct has been rather unacceptible in my humble opinion. It is, perhaps, not a coincidence that his last name is the as that of the color of poo. \stoptyping \stoplinenumbering nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Hello Nikolai,
Argh, should have sticked to the original example - copy and pasted...
Anyway, it is equivalent to
[...] Sorry, your file works fine here, except that there is no \starttext...\stoptext pair. No error/overfull box/... ... systems : begin file test at line 1 [1.1{/opt/texlive/8/texmf/fonts/map/pdftex/updmap/pdftex.map}{/opt/local/texmf/ dvips/config/dolly.map}{/opt/local/texmf/dvips/config/typedesign.map}] systems : end file test at line 12 ... Please post a minimal file that is *complete* (!!) and shows the error /warning you get. Patrick
* Patrick Gundlach
Please post a minimal file that is *complete* (!!) and shows the error /warning you get.
I tried producing one, but it didn't give. Weird, I can't understand why it gets messed up. Oh well, such is life. nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
Nikolai Weibull wrote:
* Patrick Gundlach
[Jun 11, 2004 19:00]: What is your def of \startfiletyping?
Argh, should have sticked to the original example - copy and pasted...
Anyway, it is equivalent to
\startlinenumbering \starttyping Kenneth Brown recent conduct has been rather unacceptible in my humble opinion. It is, perhaps, not a coincidence that his last name is the as that of the color of poo. \stoptyping \stoplinenumbering
this works ok here what is startfiletyping supposed to do? \setuptyping[file][numbering=file] \typefile{test.tex} Hans
* Hans Hagen
what is startfiletyping supposed to do?
It was simply a wrapper around starttyping.
\setuptyping[file][numbering=file] \typefile{test.tex}
OK, this gave ma an idea that worked much better. Thank you. (I originally didn't want to split it out into separate files, but I guess it was just as well to do so. nikolai -- ::: name: Nikolai Weibull :: aliases: pcp / lone-star / aka ::: ::: born: Chicago, IL USA :: loc atm: Gothenburg, Sweden ::: ::: page: www.pcppopper.org :: fun atm: gf,lps,ruby,lisp,war3 ::: main(){printf(&linux["\021%six\012\0"],(linux)["have"]+"fun"-97);}
participants (3)
-
Hans Hagen
-
Nikolai Weibull
-
Patrick Gundlach