Re: [NTG-context] texmfstart and scite installation problems

2004-11-11 Thread Hans Hagen
David Arnold wrote:
All,
F:\miktex\scripts\context\rubyver
Windows 95. [Version 4.00.]
F:\miktex\scripts\context\rubyruby --version
ruby 1.8.2 (2004-11-06) [i386-mswin32]
F:\miktex\scripts\context\rubytexmfstart --version
Bad command or file name
F:\miktex\scripts\context\rubytexmfstart.rb --version
Bad command or file name
F:\miktex\scripts\context\rubyruby texmfstart.rb --version
texmfstart.rb:32:in `initialize': GetProcAddress: GetLongPathName or
GetLongPath
NameA (RuntimeError)
from texmfstart.rb:32:in `new'
from texmfstart.rb:32
Any suggestions?
strange, it works here; can you try texmfstart.exe?
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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \in{hyperref}[tableref] at first char of line causes misplaced paragraph

2004-11-11 Thread Nigel King
Hi,
This has bugged me for a number of years and I have only just realised 
the exact cause. Previous requests to solve table and figure spacing 
problems are all due to this I think. Basically the hyperreference in 
the first character of a paragraph mangles the paragraph formatting.

Below is a minimum (I think) file which demonstrates the problem very 
clearly.

\setupinteraction[state=start]
\setupwhitespace[big]
\starttext
\input tufte
\startbuffer[]
\bTABLE[width=2.5in]
\bTR \bTD \input tufte \eTD\eTR
\eTABLE
\stopbuffer
\placetable
  [right]
  [tab:1]
  {A Table}
  {\getbuffer[]}
\input tufte
\in{Table}[tab:1] this paragraph does not format correctly because the 
hypereference is at the first character of the paragraph. Note that the 
spacing (before) is incorrect as well as the width.

T\in{able}[tab:1] this paragraph does format correctly because the 
hypereference is not using the first character of the paragraph.

\input tufte
\stoptext
TIA
Nigel King
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] \in{hyperref}[tableref] at first char of line causes misplaced paragraph

2004-11-11 Thread Hans Hagen
Nigel King wrote:
Hi,
This has bugged me for a number of years and I have only just realised 
the exact cause. Previous requests to solve table and figure spacing 
problems are all due to this I think. Basically the hyperreference in 
the first character of a paragraph mangles the paragraph formatting.

Below is a minimum (I think) file which demonstrates the problem very 
clearly.

\setupinteraction[state=start]
\setupwhitespace[big]
\starttext
\input tufte
\startbuffer[]
\bTABLE[width=2.5in]
\bTR \bTD \input tufte \eTD\eTR
\eTABLE
\stopbuffer
\placetable
  [right]
  [tab:1]
  {A Table}
  {\getbuffer[]}
\input tufte
\in{Table}[tab:1] this paragraph does not format correctly because the 
hypereference is at the first character of the paragraph. Note that the 
spacing (before) is incorrect as well as the width.

T\in{able}[tab:1] this paragraph does format correctly because the 
hypereference is not using the first character of the paragraph.

\input tufte
\stoptext
add this to cont-new.tex
\newbox\@@dlhbox
\def\dontleavehmode
  {\ifhmode\else \ifmmode\else
 \setbox\@@dlhbox\hbox
   {\mathsurround\zeropoint\everymath\emptytoks$ $}\unhbox\@@dlhbox
   \fi \fi}
and test this on all kind of docs! I'm not that sure about the patch.
The reason for this is that we cannot use \noindent or \indent and \leavevmode.
Future versions of pdftex will provide \quitvmode for this purpose, which has no 
side effects.

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
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Invalid directory

2004-11-11 Thread Arnold, David
All,

In WinXP, ...

C:\MATHDEPTcd \mathdept

C:\MATHDEPTdir
 Volume in drive C has no label.
 Volume Serial Number is 50D6-E69D

 Directory of C:\MATHDEPT

09/28/2004  07:54 PMDIR  .
09/28/2004  07:54 PMDIR  ..
09/28/2004  07:54 PMDIR  Evaluations
10/08/2004  10:08 AMDIR  SteveDrasco
10/08/2004  02:27 PMDIR  wasc
11/05/2004  04:21 PMDIR  womenInMath
11/08/2004  02:13 PMDIR  JackKentCook
11/10/2004  03:40 PMDIR  FacultyDevelopment
11/11/2004  01:20 PMDIR  intalgtext
   0 File(s)  0 bytes
   9 Dir(s)  10,295,885,824 bytes free

C:\MATHDEPTcd intalgtext
Invalid directory

Has anyone else experienced this? Workaround? I am trying to use texexec in
to compile a document, but I can't get into the directory.
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] \mathbb

2004-11-11 Thread David Arnold
All,

In Latex, I would write:

\documentclass{article}

\usepackage{amsmath}
\usepackage{amssymb}

\newcommand{\Real}{\mathbb{R}}

\begin{document}

Let $x\in\Real$.

\end{document}


How to I get the Blackboard Bold R in Context?
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context