[NTG-context] Editor for ConTeXt ?...

2003-09-09 Thread ^Nitram^
Hi,

 Anybody know about any editor with ConTeXt support ?...
 For windows unfortunately...

 TeXnicCenter looks good, but there is support only for LaTeX...

-- 
Best regards
Martin

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Editor for ConTeXt ?...

2003-09-09 Thread Hans Hagen
At 11:22 09/09/2003 +0200, you wrote:
Hi,

 Anybody know about any editor with ConTeXt support ?...
 For windows unfortunately...
 TeXnicCenter looks good, but there is support only for LaTeX...
i'm currently using SciTE, some day soon i'll post the new tex/mp lexer i 
wrote which does proper tex syntax highlighting and knows the 
tex/etex/pdftex/context commands and  has setups for running/viewing files 
from the editor (tex/xml); since we'll use it here, i'll add the support 
files to the distribution -)

Hans

-
  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-
   information: http://www.pragma-ade.com/roadmap.pdf
documentation: http://www.pragma-ade.com/showcase.pdf
-
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] open doc action / for john

2003-09-09 Thread Peter Rolf
John Culleton wrote:

On Thursday 24 April 2003 02:36, Hans Hagen wrote:
 

Hi

Jonh C wants to know how to open a doc in specific modes:

\setupinteraction[openaction={firstpage,FitHeight},state=start]   %
or FitWidth
\starttext

\input tufte

\stoptext
   

I am returning to this project, and this problem, after several months.
I want to open a document in Acrobat Reader  with no menu bar, 
thumbnails etc. and at its natural size. 
In the PdfTeX Manual' this is described as 
/PageMode /UseNone
or /PageMode /FullScreen
but such pdf primitives are deprecated in Context. So now I need a way 
to do it in Context. I know it can be done because Hans has provided 
pdf files that have no menu bar nor thumbnails/outline etc.  
show-dem.pdf is an early example. 
 

Hello John,

I don't know exactly what you want, but playing around with the 
following code should do the job.
This is the only way I know, to do this in ConTeXt. Maybe there are 
others...

\doPDFaddtocatalog{
   /PageLayout /SinglePage  % 
SinglePage/OneColumn/TwoColumnLeft/TwoColumnRight
   /PageMode /UseNone  % UseNone/UseOutlines/UseThumbs/FullScreen/UseOC
   /OpenAction [0 /XYZ 0 0 1]   % pagenumber (starts with 0), then 
destination
   /ViewerPreferences 
%   /HideToolbar true
   /HideMenubar true
%   /HideWindowUI true
%   /FitWindow true
%   /CenterWindow true
   
}

Regards,

   Peter



___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Editor for ConTeXt ?...

2003-09-09 Thread John Culleton
On Tuesday 09 September 2003 05:55, Hans Hagen wrote:
 At 11:22 09/09/2003 +0200, you wrote:
 Hi,
 
   Anybody know about any editor with ConTeXt support ?...
   For windows unfortunately...
 
   TeXnicCenter looks good, but there is support only for LaTeX...

Vim/Gvim has syntax highlighting for TeX/Latex. It is my understanding 
thast one can add to or modify the syntax files. I find the generic TeX 
highlighting sufficient for my needs.

With some work one can put expanding and collapsing outlines in Vim as 
well.  
-- 
John Culleton
Able Indexers and Typesetters
http://wexfordpress.com




Free 20MB Web Site Hosting and Personalized E-mail Service!
Get It Now At Doteasy.com http://www.doteasy.com/et/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Editor for ConTeXt ?...

2003-09-09 Thread Mari Voipio
On Tue, 9 Sep 2003, ^Nitram^ wrote:
  Anybody know about any editor with ConTeXt support ?...
  For windows unfortunately...

I use NTEmacs. My flavor of (Con)TeX(t) comes on the TeXLive CD that also
has NTEmacs, so I can install the editor at the same time with the rest of
the system. This far I've managed to fairly successfully use the
combination in Windows NT, Windows 2000 and Windows XP (otherwise perfect,
getting fonts to work takes some time - now I have a cheat sheet for this,
if needed).

NTEmacs turns ConTeXt compatible with Berend Boer's ConTeXt mode, see
http://www.berendboer.net/emacs/. With the changes suggested by Berend's
ConTeXt readme (except it still has a typo in it... my .emacs is available
at request), I can do all my ConTeXt work in NTEmacs, including pdf
compilation and viewing.

I'd assume that NTEmacs with its reasonably good mouse compatibility and
everything would be fairly suitable even to a Windows person, assuming
(s)he knows what an editor is for ( not word processor).

I might add here, that I first tried WinEdt, but its ConTeXt compatibility
wasn't very good at the point (over a year back), so I opted for Emacs
instead, having been an Emacs person earlier, albeit in Unix.


Cheers,

Mari
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re[2]: [NTG-context] Editor for ConTeXt ?...

2003-09-09 Thread Giuseppe Bilotta
Tuesday, September 9, 2003 John Culleton wrote:

 On Tuesday 09 September 2003 05:55, Hans Hagen wrote:
 At 11:22 09/09/2003 +0200, you wrote:
 Hi,
 
   Anybody know about any editor with ConTeXt support ?...
   For windows unfortunately...
 
   TeXnicCenter looks good, but there is support only for LaTeX...

 Vim/Gvim has syntax highlighting for TeX/Latex. It is my understanding
 thast one can add to or modify the syntax files. I find the generic TeX
 highlighting sufficient for my needs.

 With some work one can put expanding and collapsing outlines in Vim as
 well.  

In fact I use gVim with all my ConTeXt files. I also put some
extra stuff (not much) specific for ConTeXt, and enabled
folding. I *even* tried to use the Perl integration to pop up
context-sensitive keyword help with TeXShow, but failed
miserably :\

-- 
Giuseppe Oblomov Bilotta

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Footnote's gap

2003-09-09 Thread Steffen Wolfrum
Sorry, I've just asked to fast.

Today I have found the \definedescription
section ;-)  Everything works fine now.
Steffen

After playing with the various options of \setupfootnotes
I still wonder how to set up the gap between the footnote's number
and the actual footnote text?
And: Does the number has to be outside the textwidth?

Somebody knows?

Thank you

Steffen
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Pagenumber Footnotenumber - inmargin

2003-09-09 Thread Steffen Wolfrum
Hi,

ConTeXt seems to have two different interpretations of inmargin:

\setuppagenumbering [alternative=doublesided,location={header,inmargin}]

isn't the same as

\setupfootnotedefinition[location=inmargin]

How can I place the footnote's number into the margin the same way as 
the pagenumber is?
(I mean to place both numbers above/under each other on even pages)

Thank you,

Steffen

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] double-lined Z for meaning integers

2003-09-09 Thread Ed L Cashin
Hi.  I am having trouble finding the right incantation for summoning
the correct Z.  There are some doubly-lined versions of N, Z, Q, and
R, that are used often to signify the sets of natural numbers,
integers, rational numbers, and reals, respectively.

Does anyone know how to get those?  Here's a pic of the Z and Q.  Note
that there's white between the lines -- not fill.


 -
----/ \-
///   | \
   ///|  \
  /// |   \
  |   / | |   |
 /|/  |\
// |  ||
   //  |  ||
  //   |  ||
 //\  |/
//  | |   |
||  \ |   /
   //\\  /
  //  \   |\-
 //-\ /- \
---  -\




-- 
--Ed L Cashin|   PGP public key:
  [EMAIL PROTECTED]|   http://noserose.net/e/pgp/

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Status update on e-Omega/Aleph

2003-09-09 Thread Bill McClain
On Tue, 09 Sep 2003 09:45:32 -0600
Idris S Hamid [EMAIL PROTECTED] wrote:

 With an otp u can define
 the character sequence .d so that it always gives you \.d in the
 output.

I know I could look this up, but briefly:

(1) What's an otp?

(2) Given a set of pfb and afm files (or a set of ttf files) how do I
define such things for Aleph?

-Bill
-- 
Sattre Press  Tales of War
http://sattre-press.com/   by Lord Dunsany
[EMAIL PROTECTED] http://tow.sattre-press.com/ 
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Arabic-ConTeXt

2003-09-09 Thread Idris S Hamid
Dear gang,

I still have not had time to prepare the new how-to on Arabic and
ConTeXt, but I completely forgot that I already wrote one a year ago!
Just compile the ConTeXt format with eOmega and read the following:

http://www.dtek.chalmers.se/~d97ost/omega-example.html
http://www.dtek.chalmers.se/~d97ost/omega/gamma/
http://www.dtek.chalmers.se/~d97ost/omega/gamma/README

The readme contains detailed instructions. Replace Omega1.15 with
e-Omega1.15. Also do the following in your texmf.cnf file before
compiling the format:

buf_size.context =  20 % needed for omega bug
%extra_mem_bot.context   =  400 % comment for omega/eomega
extra_mem_top.context=  200

The second line should be commented as above (otherwise fpTeX will do
strange things...)

I can't believe I forgot all about this...

More info: For global right-to-left use

\textdir TRT\pardir TRT\bodydir TRT\pagedir TRT

in your preamble. You will need to add a

\hoffset=-8cm

to compensate for an omega bug in \bodydir.

For questions about any of this, please join the aleph mailing list and
I'll help as best as I can. The following documentation is incomplete
but helpful:

http://omega.cse.unsw.edu.au:8080/roadmap/doc-1.12.ps
http://omega.cse.unsw.edu.au:8080/papers/tsukuba-arabic97.pdf

Best
Idris

___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Status update on e-Omega/Aleph

2003-09-09 Thread Idris S Hamid


Idris S Hamid wrote:
...Ahh! I found it;-)
http://www.dtek.chalmers.se/~d97ost/omega-example.html

More to the point:
http://www.dtek.chalmers.se/~d97ost/omega/font-instructions.txt
Best
Idris