Re : [NTG-context] Re: Re : [NTG-context] Re: Re : [NTG-context] amsl: startcases/stopcases

2004-05-27 Thread David Munger
> Indeed, I used to like nath a lot, but as I pointed out in this
thread
> http://www.ntg.nl/pipermail/ntg-context/2004/005306.html
> there are bugs which prevent me from using it at the moment.
Yes, it's still in my TODO list. Sadly, I don't have enough
time to work on it these days :\
What you've done so far is already a great piece of work. :) Without  
it, I wouldn't be writing my physics thesis using ConTeXt.

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


[NTG-context] Re: Underscore in tables

2004-05-27 Thread Nikolai Weibull
* Nikolai Weibull <[EMAIL PROTECTED]> [May 28, 2004 00:24]:
> How do I get underscores (_) into a table?  I'm producing an ASCII
> chart, and as character 95 is _ I would like it to show up as such.
> Right now I get a high dot.  I'm using \starttable.

So sorry...Why do I always forget the wonders of \type{...}?
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);}
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Underscore in tables

2004-05-27 Thread Nikolai Weibull
How do I get underscores (_) into a table?  I'm producing an ASCII
chart, and as character 95 is _ I would like it to show up as such.
Right now I get a high dot.  I'm using \starttable.
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);}
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Re: Re : [NTG-context] Re: Re : [NTG-context] amsl: startcases/stopcases

2004-05-27 Thread Giuseppe Bilotta
Thursday, May 27, 2004 David Munger wrote:

> Indeed, I used to like nath a lot, but as I pointed out in this thread
> http://www.ntg.nl/pipermail/ntg-context/2004/005306.html
> there are bugs which prevent me from using it at the moment.

Yes, it's still in my TODO list. Sadly, I don't have enough
time to work on it these days :\

-- 
Giuseppe "Oblomov" Bilotta

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


[NTG-context] miktex searching

2004-05-27 Thread Hans Hagen
Hi,
Because i frequently use texmfstart to locate/launch/etc binaries, scripts 
and other things in the textree, i need to make sure that it also works 
with miktex. Do miktex users have kpsewhich on their system (or is this an 
option), or should i use a miktex specific search tool?

Hans
-
  Hans Hagen | PRAGMA ADE/POD/CTS
  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: Re[2]: [NTG-context] \=i

2004-05-27 Thread Idris Samawi Hamid
On Thu, 27 May 2004 12:31:10 +0200, Giuseppe Bilotta <[EMAIL PROTECTED]> 
wrote:

Wednesday, May 26, 2004 Idris Samawi Hamid wrote:
Could not interest anyone in the \=i problem, I guess. Anyway, could
someone tell me how ConTeXt defines \=i (so as to always get plain 
\=\i)?
Very funky stuff, accents in ConTeXt. You'd have to dig up in
enco-acc plus the other enco-* files.
I actually found this last night, digging in the ConTeXt code. U're right: 
VERY funky stuff;-)
But it's really nice, since, thnx 2 the way Hans has abstracted things, 
the solution for \=i has no effect on \=I or anything else:-)
Anyway, I now have a working proper accent now for \tf and \it;

=imacron.tex==
\setupoutput[pdftex]
\setupbodyfontenvironment[default][em=italic]
\def\SHIFT#1{\dimen0=.00#1ex \multiply\dimen0 by\fontdimen1\font
\kern-.0156\dimen0} % compensate for slant/italic in lower accents
\def\USHIFT#1{\dimen0=.00#1ex \multiply\dimen0 by\fontdimen1\font
 \kern.0156\dimen0} % compensate for slant/italic in upper 
accents

\def\IBAR%
{\leavevmode\vbox{\offinterlineskip\lineskip0.295ex%
%\ialign{##\cr\USHIFT{120}\hbox to .2em% %% for width of i-box
%{\leaders\hrule height .067354ex\hfill}%
%\SHIFT{1}\cr\i\cr}}}
\ialign{##\cr\USHIFT{120}\hfill\hbox to .21243em% %% for width of i-glyph 
base
{\leaders\hrule height .067354ex\hfill}%
\hfill\SHIFT{1}\cr\i\cr}}}

\starttext
\definecharacter imacron %
{\buildtextaccent\textmacron \dotlessi}
% original def from enco-def.tex
\=i \=I
{\em b\=in\=ary}   f\=i\high{\txx c}\=i % {\bi  b\=in\=ary} % need 
conditionals for bold and small caps

\blank[big]
\definecharacter imacron {\IBAR}
% new imacron
\=i \=I
{\em b\=in\=ary}   f\=i\high{\txx c}\=i % {\bi  b\=in\=ary}
\stoptext
==
A word on the parameters: I ran tftopl on cmr12.tfm, made a note of the 
QUAD and X-HEIGHT values, as well as the width of the i-box. I opened 
\cmr12.pfb in FontLab and made some measurements of the i-glyph and the 
macron bar; dividing a given width by the QUAD-value gives the rlative em 
values used above (similarly for the lineskip calculation, dividing 
heights by X-HEIGHT).

The definition of \IBAR has two possibilities: macron is width of the 
i-box, or it's the width of the base of the i-glyph. Upon experimentation, 
I found the latter width more aesthetically pleasing, but I have kept the 
other as an option (commented). In fact, making the macron the width of 
the i-box may make better sense for \sc.

PROBLEM: Now I need to learn more about \TeX conditionals, because this 
solution does not work for \bf, \bi, and the like. The height of the 
imacron bar needs to be greater for bold fonts. How can I make a set of 
three conditionals such that the definition of \IBAR has a different 
expansion for

\tf, \it, \sl etc.
\bf, \bi, \bs etc.
\sc
??? That is, when \bf is on, the definition of \IBAR should expand a 
conditional that is based on the bold-dependent parameters.

Anyway, for \tf and \it this looks s much better than the plain.tex 
imacron; Please try it out! And I'm open to suggestions on tweaking the 
parameters to make this look better.

Best
Idris
--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re : [NTG-context] Re: Re : [NTG-context] amsl: startcases/stopcases

2004-05-27 Thread David Munger
> Oh, great! I'm really looking forward to get this new version. By
the
> way, would you be so kind to include some multiline equation
> environment? Something like (or better than)
> \[
>   first part of very long equation
>   \eqbreak
>   second part of very long equation
>   \eqbreak
>   third part of very long equation
> \]
You want to use the nath module: all equations are multiline:
Indeed, I used to like nath a lot, but as I pointed out in this thread
http://www.ntg.nl/pipermail/ntg-context/2004/005306.html
there are bugs which prevent me from using it at the moment.
Regards,
David
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] SciTE Mac

2004-05-27 Thread Henning Hraban Ramm
Am Donnerstag, 27.05.04, um 00:49 Uhr (Europe/Zurich) schrieb Adam 
Lindsay:
The sources are absolutely unchanged from the Scintilla & GTK+2.0
sources. I just traced through the dependencies that weren't already
present on a Panther system. That's what took all day.
Darwin Ports would probably get you GTK a lot quicker. You probably 
could
build SciTE on top of that.

If you're really interested, I made a little diagram of the missing 
libs
I found. I could annotate that with what I can remember of the build
tricks I needed. Nothing fancy, just drudge work.
I'd be glad if you could write together these tricks.
But my installation is so messy (Fink stuff, a lot of self-compiled 
stuff and several different ports stuff...) that I probably should wait 
until I set up a clean Panther system.

Grüßlis vom Hraban!
--
http://www.fiee.net/texnique/
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Overwritten metapost files

2004-05-27 Thread Nikolai Weibull
How was it one avoided getting metapost overwritten?  I have two
metapost graphics in a .tex file defined by \startreusableMPgraphic and
the first one gets overwritten by the second when running

texexec --path=.. masters-project.tex

Thanks,
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);}
___
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context


Re[2]: [NTG-context] \=i

2004-05-27 Thread Giuseppe Bilotta
Wednesday, May 26, 2004 Idris Samawi Hamid wrote:

> Could not interest anyone in the \=i problem, I guess. Anyway, could
> someone tell me how ConTeXt defines \=i (so as to always get plain \=\i)?

Very funky stuff, accents in ConTeXt. You'd have to dig up in
enco-acc plus the other enco-* files.

\=i becomes \imacron

which by default (enco-def) becomes

\definecharacter imacron  {\buildtextaccent\textmacron \dotlessi}

which you can study in enco-ini :)

-- 
Giuseppe "Oblomov" Bilotta

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


[NTG-context] Re: Re : [NTG-context] amsl: startcases/stopcases

2004-05-27 Thread Giuseppe Bilotta
Tuesday, May 25, 2004 David Munger wrote:

>> > Is there some way of telling startcases/stopcases to behave in
>> display
>> > mode?
>> 
>> Yup, I just changed a couple of things and now we have a
>> \startbigcases ... \stopbigcases for this. Will upload new
>> version soon.

> Oh, great! I'm really looking forward to get this new version. By the
> way, would you be so kind to include some multiline equation
> environment? Something like (or better than)

> \[
>   first part of very long equation
>   \eqbreak
>   second part of very long equation
>   \eqbreak
>   third part of very long equation
> \]

You want to use the nath module: all equations are multiline:

\[ a= b + \\
   c + d + \\
   e +
\]

You may want to look at the documentation for the nath package
in LaTeX about the use of \wall and \return for alignments
within multiline equations.

-- 
Giuseppe "Oblomov" Bilotta


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


Re: [NTG-context] TIPA in Context

2004-05-27 Thread sjoerdsiebinga
Citeren Adam Lindsay <[EMAIL PROTECTED]>:
> 
> First off, for your dictionary, what do you use for input?
> is it "[EMAIL PROTECTED]" or "\textphi\textschwa n"?
>
Al my input is in commands like " \textschwa".

> Are all of your IPA commands contained within a \textipa{} macro?
>
Only a minority of my commands are within the \textipa{} macro.
 
> Which of the special macros do you use? \* \; \: \!
>
None
 
> Do you use the \super macro much? Does it ever get nested? (Hans's
> \high{} macro acts a little differently.)
> 
I use the \super macro quite often but it is not nested in the \textipa{} macro.


> ...but I presume you want deeper support than that. Which do you need
> first?

A great number of symbols I use (especially the Indo-European ones) are only available 
through the IPA 
commands, therefore it seems that I need some deeper support.  I read your 
UnicodeSymbol pdf  about unicode 
mapping and wondered if there might be a similar way to map the TIPA font?

Sjoerd


> 
> adam
> 
> [EMAIL PROTECTED] said this at Wed, 26 May 2004 14:32:46 +0200:
> 
> >I am currently converting my Old Frisian Etymological dictionary from
> LaTeX to
> >Context and I have run into two problems.
> >
> >The first problem is that I am using the  TIPA package to typeset
> phonological
> >fonts and diactitica. Is there a way to use the TIPA font in Context? 
> >
> >The second problem is that the dictionary has 142 seperate language
> indexes
> >with over 32000 index markers in the standard latex index format
> >\index[language_abbreviation]{...}. Is there an easy way to write one new
> >(TeX) definition which interprets these markers in such a way that
> Context
> >accepts.  
> 
> -- 
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>  Adam T. Lindsay  [EMAIL PROTECTED]
>  Computing Dept, Lancaster University   +44(0)1524/594.537
>  Lancaster, LA1 4YR, UK Fax:+44(0)1524/593.608
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 



-- 
_
Zon Gratis ADSL. De voordelen van gratis internet met de snelheid van
ADSL. Zonder abonnementskosten en zonder vast contract. Je betaalt
alleen voor de tijd online. Nu zonder aansluitkosten en met gratis
modem. Bestel snel op zonnet.nl.

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