Re: [NTG-context] How to create a standard text block

2007-01-25 Thread luigi scarso
On 1/26/07, Vyatcheslav Yatskovsky <[EMAIL PROTECTED]> wrote:
>
>
>
> Hello everybody,
>
>
>
>
> Could someone tell me what is the best way to create a standard text block
> that would consist of a line frames around the text and include some
> lettering? Such a text block is a State standard in Russia and Ukraine and I
> want to design it good and possibly include in the Wiki, since many people
> require it. So I feel right to ask you gurus first how to begin.
>
>
>
>
> Please note that this block is of two kinds -- bigger one for first page of
> a document (but sometimes of a section), and smaller one for remaining
> pages.
>
>

Maybe these can help you

%%
\starttext
\startframedtext
\input tufte
\stopframedtext

\framed{%
\vbox{%
\input tufte
}}

\stoptext
%%%
Do you have some public pdfs as examples ?

luigi
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] How to use columns inside another column?

2007-01-25 Thread Zhichu Chen

Hi, Hans

I've been reading page-str and m-streams these days, but I'm so unfamiliar
with ConTeXt's output routine. So one thing leads to another, I have to read
more files to look for the definitions of some low-level macros used in
these files. And I get confused.

Maybe this kind of extension is too hard for me now. Could you give me an
example (as small as possible) to make subpages and combine them onto one
page?

By the way, the m-streams module seems not working pretty well with columns.
I think maybe more setups should be put into "streamlayer:block:settings"
but I really don't know what to do.

Thanks



On 1/16/07, Hans Hagen <[EMAIL PROTECTED]> wrote:


Zhichu Chen wrote:
> Thanks, Mr. Hoekwater
>
> If the texts are short, say they won't go to the next column, they
> could be
> stored into a \vbox whose \hsize is half of the width of current column
> (maybe less) and \vsplit it into two equally high ones.
>
> But when it's long enough, I think I need to know the rest room for the
> current column. Is there any primitives just behavior like \pagegoal?
>
for those willing to experiment ... m-streams (and page-str) implement
page streams and to some extend one can make columned subpages and feed
them back into the main vertical list

Hans


-
 Hans Hagen | PRAGMA ADE
 Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
| www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context





--
Sincerely yours,
Chen


 Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
  | www.sinap.ac.cn

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Alternating screen/noscreen rows on table

2007-01-25 Thread Mojca Miklavec
On 1/25/07, John R. Culleton wrote:
>
> I am required by my customer to alternate between white and screen backgrounds
> for each row of a table for all tables, and there are lots of tables.

Like this you mean?

\def\line{\bTR\bTD something \eTD\bTD nice \eTD\eTR}

\setupTABLE[r][even][background=screen]
\bTABLE
\dorecurse{10}{\line}
\eTABLE

> The customer is not always right

No, the custumer is always right ;)

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Serried itemized list with long items.

2007-01-25 Thread Aditya Mahajan
On Thu, 25 Jan 2007, John R. Culleton wrote:

> I used \setupitemize[serried] for a numbered list. The items were each wider 
> than the text block so they wrapped around to a second line. As a result 
> Context left a blank line between items. I got 
> 1. 
> x
> 
> 2. x
> xxx
> 
> ...which is not what I wanted :<(

Does \setupitemize[serried,joinedup,packed] help? (One of joinedup and 
packed controls the spacing between items, I do not remember which)

Aditya
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] How to create a standard text block

2007-01-25 Thread Vyatcheslav Yatskovsky
Hello everybody,

Could someone tell me what is the best way to create a standard text block that 
would consist of a line frames around the text and include some lettering? Such 
a text block is a State standard in Russia and Ukraine and I want to design it 
good and possibly include in the Wiki, since many people require it. So I feel 
right to ask you gurus first how to begin.

Please note that this block is of two kinds -- bigger one for first page of a 
document (but sometimes of a section), and smaller one for remaining pages. 

-- 
Best regards,
 Vyatcheslav   ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \useURL query

2007-01-25 Thread Alan Bowen

On Jan 25, 2007, at 12:39 PM, Alan Bowen wrote:


I am having a problem introducing discretionary hyphens into URLs
using the latest ConTeXT and \useURL.

For example,
[DigRes]
[{http://www.arthist.net/Link\-ERes.html}]
[]
[{http://www.arthist.net/LinkERes.html}]
does break the URL on the printed page as I need, but the link to
the target document is broken. (I get a
The requested URL /Link-ERes.html was not found on
this server
message.)

Any tips about what I am doing wrong will be much appreciated.

Alan
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Perhaps I should elaborate and recast the problem. I am typesetting a  
text that includes a great number of URLs, which I have entered  
\useURL and \goto. Most of these URLs wrap nicely, but a there are a  
few which insist on running out into the margin. Now I thought I  
could handle this by introducing discretionary hyphens in the second  
field of \useURL because, so I thought, this field is a label and not  
the URL itself (which is in the fourth field). Plainly this is not  
working. So, if I cannot use discretionary hyphens {?), how do I get  
all the URLS to wrap properly?


Alan


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Hans Hagen
Willi Egger wrote:
> Hi,
>
> dunno, but it seems, that there is really something wrong. Here using:
> ConTeXt  ver: 2007.01.18 12:57 MKII  fmt: 2007.1.19  int: english/english
>
> \starttext
> \input tufte
> % \placefigure[here,left]{A figure}{\framed[width=3cm,height=4cm]{Image}}
> \placefigure[here,left]{A cow}{\externalfigure[cow][width=3cm,height=4cm]}
> \blank
> {\em This will mess up the rest.} \input tufte
> \stoptext
>
> I changed the sample slightly. With and without \em the cow is placed on 
> top of the textblock. This happens also with [here,left] and [here,right]
> If you withdraw the {This will mess up the rest.} the figure is placed 
> correctly with inner, left, right! If you remove the braces and \em it 
> works also
> adding \bgroup of \start and \egroup resp. \stop will not help.
>
> \em
> This will mess up the rest.
> \tf
> \input tufte
>
> gives the expected result.
>
> \dontleavehmode finally gives the correct output of the original sample.
>   
as said ... side floats hook into everypar, switch output routine etc etc; such 
things don't come naturally and for free; maybe some day when we have more 
control ... 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Alternating screen/noscreen rows on table

2007-01-25 Thread John R. Culleton

I am required by my customer to alternate between white and screen backgrounds
for each row of a table for all tables, and there are lots of tables. I am 
considering adding code to each row of the table or else doing the thing in 
metafun/metapost.  Advice, anyone? 

Just to mess things up further she wants the table number etc. above the table 
and left justified. I can handle that.

The customer is not always right but the customer is always the customer. She 
who pays the bills calls the shots.  


-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Hans Hagen
Patrick Gundlach wrote:
> Hi,
>
>   
>> I don't know whether it's only my version of context, because in
>> "context [EMAIL PROTECTED]" I get:
>>   (return code : 25
>>run time : 0 seconds
>>
>>  total run time : 0 seconds
>>
>> warning : use 'texmfstart texexec' instead
>>
>> but no pdf (I get this with anything, has nothing to do with this
>> particular problem).
>> 
>
> I guess this is due to the fact that contextgarden still uses pdftex
> 1.2.x and current ConTeXt requires(??) 1.4 - right?
>   
pdftex instead of pdfetex and such 

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Can't create more than about 240 footnotes

2007-01-25 Thread Thomas A. Schmitz
I may be off the mark, but I would guess that the two errors are, in  
fact, unrelated. I have seen the error about "not enough room left"  
with some fonts that have very large kerning tables (such as Garamdon  
Premier Pro). The solution was to locate your texmf.cnf and augment  
the value of font_mem_size I have 120, but it can be up to  
400. Try that, and I hope that the footnote error will go away if  
ConTeXt is able to finish all needed runs. You can search for  
font_mem_size in the archives, and you'll see quite a few threads!

HTH

Thomas

On Jan 23, 2007, at 4:32 AM, Mike Bird wrote:

> I run out of space around the 240th footnote in a document.  It  
> appears
> that ConTeXt may be reloading or redefining a footnote font for each
> footnote or footnote number.
>
> Is this a known problem with a known solution?
>
> Thanks,
>
> --Mike Bird
>
> references  : unknown reference [][fnt:t:240]
> references  : unknown reference [][fnt:f:240]
> references  : unknown reference [][fnt:t:241]
> references  : unknown reference [][fnt:f:241]
> ! Font \*10.4ptrmtfrm*=ptmr8t at 10.4pt not loaded: Not enough room  
> left.
> 
>\relax
> \xxdododefinefont ...tspec {#4}\newfontidentifier
>   \let
> \localrelativefontsiz...
>
> \fontstrategy ...ame #1\csname #2#3#4#5\endcsname
>   \tryingfontfalse \fi
>  ...yle \fontalternative \fontsize
>   \fi \iftryingfont
> \fontstr...
>
> \synchronizefont ...strategy \the \fontstrategies
>   \relax \fi ...

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Thomas A. Schmitz

On Jan 25, 2007, at 8:07 PM, Hans Hagen wrote:

> bug ... dunno, more a side effect; resolving this will break other  
> things; side floats are real nasty: force into otr mode and go back  
> and ...you don't wanna know)
>
> Hans

OK, I can see that. I had a similar problem with a tabulate environment:

\setupcolors[state=start]

\starttext

\starttabulate[|rw(3em)|p|]

\NC 38 \NC \dontleavehmode \color[red]{some stupid text} \NC \NR

\stoptabulate

\stoptext

If you take out the \dontleavehmode, you get a spurious blank line.  
Is that the same cause?

Best\

Thomas



___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Patrick Gundlach


> I guess this is due to the fact that contextgarden still uses pdftex
> 1.2.x and current ConTeXt requires(??) 1.4 - right?


and live should be up again soon.

Sorry for the delay.

Patrick
-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Serried itemized list with long items.

2007-01-25 Thread John R. Culleton
I used \setupitemize[serried] for a numbered list. The items were each wider 
than the text block so they wrapped around to a second line. As a result 
Context left a blank line between items. I got 
1. 
x

2. x
xxx

...which is not what I wanted :<(
 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Hans Hagen
� wrote:
> \starttext
> \placefigure[inner]{A 
> figure}{\framed[width=5cm,height=5cm]{Image}}{\em This will mess up 
> the rest.} \input tufte
> \starttext
>
> Does this complete the subminimal example?
> You can download and inspect the output (72KB): www.ogbasel.ch/jhtest.pdf
> If the first sentence is not emphasised (or bold, slanted ..), it 
> works as expected.
has to do with grouping and everypar and things triggering indentation ... {\em 
...} 

\placefloat[inner]{}{} \dontleavehmode{\bf bla} bla bla 

should work (i.e. force tex into hor mode) 


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Hans Hagen
Thomas A. Schmitz wrote:
> OK, I see. I had a similar problem a while ago. My workaround: type  
> \dontleavehmode in front of the {\em part, and it will typeset  
> correctly. But this seems to be a real bug, most commands will mess  
> up the vertical spacing in a similar way. Hans, Taco???
>   
bug ... dunno, more a side effect; resolving this will break other things; side 
floats are real nasty: force into otr mode and go back and ...you don't wanna 
know)  

Hans 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Patrick Gundlach
Hi,

> I don't know whether it's only my version of context, because in
> "context [EMAIL PROTECTED]" I get:
>   (return code : 25
>run time : 0 seconds
>
>  total run time : 0 seconds
>
> warning : use 'texmfstart texexec' instead
>
> but no pdf (I get this with anything, has nothing to do with this
> particular problem).

I guess this is due to the fact that contextgarden still uses pdftex
1.2.x and current ConTeXt requires(??) 1.4 - right?

Patrick

-- 
ConTeXt wiki and more: http://contextgarden.net
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Willi Egger
Hi,

dunno, but it seems, that there is really something wrong. Here using:
ConTeXt  ver: 2007.01.18 12:57 MKII  fmt: 2007.1.19  int: english/english

\starttext
\input tufte
% \placefigure[here,left]{A figure}{\framed[width=3cm,height=4cm]{Image}}
\placefigure[here,left]{A cow}{\externalfigure[cow][width=3cm,height=4cm]}
\blank
{\em This will mess up the rest.} \input tufte
\stoptext

I changed the sample slightly. With and without \em the cow is placed on 
top of the textblock. This happens also with [here,left] and [here,right]
If you withdraw the {This will mess up the rest.} the figure is placed 
correctly with inner, left, right! If you remove the braces and \em it 
works also
adding \bgroup of \start and \egroup resp. \stop will not help.

\em
This will mess up the rest.
\tf
\input tufte

gives the expected result.

\dontleavehmode finally gives the correct output of the original sample.

Willi

Hans Hagen wrote:
> Thomas A. Schmitz wrote:
>   
>> OK, I see. I had a similar problem a while ago. My workaround: type  
>> \dontleavehmode in front of the {\em part, and it will typeset  
>> correctly. But this seems to be a real bug, most commands will mess  
>> up the vertical spacing in a similar way. Hans, Taco???
>>   
>> 
> bug ... dunno, more a side effect; resolving this will break other things; 
> side floats are real nasty: force into otr mode and go back and ...you don't 
> wanna know)  
>
> Hans 
>
> -
>   Hans Hagen | PRAGMA ADE
>   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
>  | www.pragma-pod.nl
> -
>
> ___
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \useURL query

2007-01-25 Thread Alan Bowen

I am having a problem introducing discretionary hyphens into URLs
using the latest ConTeXT and \useURL.

For example,
[DigRes]
[{http://www.arthist.net/Link\-ERes.html}]
[]
[{http://www.arthist.net/LinkERes.html}]
does break the URL on the printed page as I need, but the link to
the target document is broken. (I get a
The requested URL /Link-ERes.html was not found on
this server
message.)

Any tips about what I am doing wrong will be much appreciated.

Alan ___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Math symbols like \reals atomic?

2007-01-25 Thread Oliver Buerschaper
Hi all,

simple question ... hopefully simple answer ;-)

Why can't I use

\math{\langle v_i, v_j \rangle_\complexes}

but have to enclose the command \complexes in curly brackets?  
Shouldn't these set symbols be atomic?

Oliver, puzzled. 
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] header styles

2007-01-25 Thread Wolfgang Schuster
On Wed, 17 Jan 2007 22:55:00 +0100
Rolf Marvin Bøe Lindgren <[EMAIL PROTECTED]> wrote:

> I've sort of looked around, I believe, but not found a simple way to  
> change the size of headings.
> 

\setuphead[subject][style={\switchtobodyfont[14pt,sans]},textstyle=\bf]

or

\setuphead[subject][style={\switchtobodyfont[14pt,sans]\bf}]


> \setuphead[subject][style=\ss\bfb] makes a nice medium sized heading,  
> but what is the canonical way to set up numbered headings, sans  
> serif, boldface, 14pt?
> -- 
> Rolf Lindgren
> [EMAIL PROTECTED]
> 

Wolfgang
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Thomas A. Schmitz
OK, I see. I had a similar problem a while ago. My workaround: type  
\dontleavehmode in front of the {\em part, and it will typeset  
correctly. But this seems to be a real bug, most commands will mess  
up the vertical spacing in a similar way. Hans, Taco???

Best

Thomas

On Jan 25, 2007, at 2:21 PM, Jörg Hagmann wrote:

> \starttext
> \placefigure[inner]{A figure}{\framed[width=5cm,height=5cm]{Image}} 
> {\em This will mess up the rest.} \input tufte
> \starttext
>
> Does this complete the subminimal example?
> You can download and inspect the output (72KB): www.ogbasel.ch/ 
> jhtest.pdf
> If the first sentence is not emphasised (or bold, slanted ..), it  
> works as expected.
>
> Thanks again, Jörg
>

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Jörg Hagmann

\starttext
\placefigure[inner]{A figure}{\framed[width=5cm,height=5cm]{Image}} 
{\em This will mess up the rest.} \input tufte

\starttext

Does this complete the subminimal example?
You can download and inspect the output (72KB): www.ogbasel.ch/ 
jhtest.pdf
If the first sentence is not emphasised (or bold, slanted ..), it  
works as expected.


Thanks again, Jörg

On Jan 25, 2007, at 1:14 PM, Thomas A. Schmitz wrote:


Could you make a complete minimal example? (http://www.latex-
einfuehrung.de/mini.html) I don't see what your problem is.

Thomas

On Jan 25, 2007, at 12:18 PM, Jörg Hagmann wrote:


Dear list members,

I noticed the following problem: text doesn't float around an
image, when the paragraph starts with {\bf or \em etc} instead of
unchanged font. (The text is placed on top of the image). A minimal
example:

\placefigure[inner]{A figure}{\framed[width=5cm,height=5cm]{Image}}
{\bf This will mess up the rest.} \input tufte

I don't know whether it's only my version of context, because in
"context [EMAIL PROTECTED]" I get:
 (return code : 25
  run time : 0 seconds

total run time : 0 seconds

   warning : use 'texmfstart texexec' instead

but no pdf (I get this with anything, has nothing to do with this
particular problem).


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] error message text (bug)

2007-01-25 Thread Hans Hagen
Mojca Miklavec wrote:
> On 1/24/07, Taco Hoekwater wrote:
>   
>> Perhaps a solution would be to issue
>> an error or warning in the case of \switchtobodyfont[]
>> 
>
> But I still don't understand: why does \switchtobodyfont[33pt]
> sometimes work and sometimes not? You already told me once that I have
> to define that size (when using cow fonts for example), but is
> defining a size explicitely really necessary? Sometimes it works out
> of the box and sometimes it just causes problems.
>
>   
you need a matching body font environment; in th epast (long ago) i did 
generate such an environment bug it's confusing: slow, many redundant defs etc 
esp when used grouped; just define a matching bodyfont environment at the outer 
level and it should work 

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] ConTeXt textext fails

2007-01-25 Thread Mojca Miklavec
On 1/24/07, Hans van der Meer wrote:
>
> I did the update to ConTeXt 2006-01-18 but almost regret that decision as an
> old problem seems to surface again. Typesetting a file that has not failed
> me with an august2006 version now crashes.
>

...

> \startuseMPgraphic{taalengels}{width,height,gap}
> 
> label.ulft(textext("\tts 66\%~"), (bs + 27 * u, baseline + 660 * bt +
> dotsize/2));

I don't know how to solve the problem you describe, but you can
circumvent it by replacing
textext("\tts 66\%~")
by
\sometxt{\tts 66\%~}
It will also run much faster and more efficient.

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] float next to \bf

2007-01-25 Thread Thomas A. Schmitz
Could you make a complete minimal example? (http://www.latex- 
einfuehrung.de/mini.html) I don't see what your problem is.

Thomas

On Jan 25, 2007, at 12:18 PM, Jörg Hagmann wrote:

> Dear list members,
>
> I noticed the following problem: text doesn't float around an  
> image, when the paragraph starts with {\bf or \em etc} instead of  
> unchanged font. (The text is placed on top of the image). A minimal  
> example:
>
> \placefigure[inner]{A figure}{\framed[width=5cm,height=5cm]{Image}} 
> {\bf This will mess up the rest.} \input tufte
>
> I don't know whether it's only my version of context, because in  
> "context [EMAIL PROTECTED]" I get:
>  (return code : 25
>   run time : 0 seconds
>
> total run time : 0 seconds
>
>warning : use 'texmfstart texexec' instead
>
> but no pdf (I get this with anything, has nothing to do with this  
> particular problem).
>
> Thanks in advance, Jörg
>
> Prof.Dr.med. Jörg Hagmann-Zanolari
> Institute of Biochemistry and Genetics
> DKBW, University of Basel
> Mattenstrasse 28
> CH-4058 Basel
> Switzerland
> Phone +41 (0)61 267 3565
>
>
> ___
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] float next to \bf

2007-01-25 Thread Jörg Hagmann

Dear list members,

I noticed the following problem: text doesn't float around an image,  
when the paragraph starts with {\bf or \em etc} instead of unchanged  
font. (The text is placed on top of the image). A minimal example:


\placefigure[inner]{A figure}{\framed[width=5cm,height=5cm]{Image}} 
{\bf This will mess up the rest.} \input tufte


I don't know whether it's only my version of context, because in  
"context [EMAIL PROTECTED]" I get:

 (return code : 25
  run time : 0 seconds

total run time : 0 seconds

   warning : use 'texmfstart texexec' instead

but no pdf (I get this with anything, has nothing to do with this  
particular problem).


Thanks in advance, Jörg

Prof.Dr.med. Jörg Hagmann-Zanolari
Institute of Biochemistry and Genetics
DKBW, University of Basel
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] stopping texexec

2007-01-25 Thread Taco Hoekwater


Hans van der Meer wrote:
> I have a fairly hefty tex run, with many intervening metapost figures 
> being made.
> Running "texmfstart texexec main-file" from a unix shell.
> When an error occurs, e.g. in the metapost processing, one gives an X to 
> quit that part of tex-processing.
> However the process goes on and on, because of the many successive 
> invocations.
> Control-C does not help.

I usually use Control-\

I do not think TeX's exit code distinguishes between your pressing X
and aborting the run, or just pressing Enter and continuing the run,

Best, Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] stopping texexec

2007-01-25 Thread Hans van der Meer
I have a fairly hefty tex run, with many intervening metapost figures  
being made.

Running "texmfstart texexec main-file" from a unix shell.
When an error occurs, e.g. in the metapost processing, one gives an X  
to quit that part of tex-processing.
However the process goes on and on, because of the many successive  
invocations.

Control-C does not help.
Is there a way to stop the texexec processing from running? (other  
than opening another shell, finding the pid of the main process and  
killing that).


Hans van der Meer


___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] error message text (bug)

2007-01-25 Thread Taco Hoekwater
Hans van der Meer wrote:
> On Jan 24, 2007, at 20:34, Taco Hoekwater wrote:
> 
> 
>>Hans van der Meer wrote:
>>
>>>2. I am curious why this error message only now pops up, whereas
>>>previously the typesetting proceeded without a hitch. Is this  
>>>caused  by
>>>more stringent testing in the ConTeXt code or is it just a default
>>>behaviour that is no longer valid?
>>
>>There is a bit of a mixup. Assuming you run pdfetex, the wrong
> 
> 
> Well, if I did everything correct, that should not be the case.

It is not your mixup. ;-)

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] New minimal distributions released

2007-01-25 Thread Taco Hoekwater

Hi,

For those of you that use the minimal distributions from Pragma ADE,
it may be interesting to know that Hans has uploaded new versions
yesterday. The new files are linked from the web pages:

http://www.pragma-ade.com/download-1.htm

But because of their size, please consider using one of the two
mirrors instead.

   http://mirror.contextgarden.net/download-1.htm
   http://context.aanhet.net/download-1.htm

Happy TeXing,

Taco
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context