Re: [NTG-context] Chapter/section text inmargin

2006-07-11 Thread Jason Knight
Thanks, Taco -- this gets me going in the direction I want to go.

jason

Taco Hoekwater wrote:
 
 Jason Knight wrote:
 
I'm attempting to do some formatting similar to Bringhurst's Elements of
 Typographic Style and am getting a bit stymied, where section titles
are in the margin right next to the text.

Here's what I've got so far in ConTeXt (and it gets me close):

\setupheads[sectionnumber=no]
\setuphead[chapter][textcommand=\inmargin,style=\tfa,before=\nowhitespace,after=\nowhitespace]
\setuphead[section][textcommand=\inmargin,style=\tfa,before=\nowhitespace,after=\nowhitespace]
\setuphead[subsection][textcommand=\inmargin,style=\scx,before=\nowhitespace,after=\nowhitespace]

This places the chapter/section/subsection titles in the margin alright,
but it is still above the text it refers to. How do I get it alongside?
 
 
 The head is always at least one line high, even if it is in the margin. 
 Something as simple as this may be sufficient for you needs:
 
\setuphead
  [section]
  [textcommand=\inmargin,
   style=\tfa,
   before=\nowhitespace,
   after={\kern -12pt}]
 
 Good luck, Taco
 ___
 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] Chapter/section text inmargin

2006-07-03 Thread Jason Knight
I'm attempting to do some formatting similar to Bringhurst's Elements of
 Typographic Style and am getting a bit stymied, where section titles
are in the margin right next to the text.

Here's what I've got so far in ConTeXt (and it gets me close):

\setupheads[sectionnumber=no]
\setuphead[chapter][textcommand=\inmargin,style=\tfa,before=\nowhitespace,after=\nowhitespace]
\setuphead[section][textcommand=\inmargin,style=\tfa,before=\nowhitespace,after=\nowhitespace]
\setuphead[subsection][textcommand=\inmargin,style=\scx,before=\nowhitespace,after=\nowhitespace]

This places the chapter/section/subsection titles in the margin alright,
but it is still above the text it refers to. How do I get it alongside?

Thanks for your help!

Jason Knight

-- 
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] Typescripts tutorials?

2006-06-22 Thread Jason Knight
Hello --

I'm getting ready to get some new fonts working and I'm trying to figure
out typescripts. Specifically, I'm confused about the syntax of the

\starttypescript [][][]

statements. Is there an explanation of these files in non-code (ie,
English)?

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


Re: [NTG-context] IPA/TIPA support in Context?

2005-12-05 Thread Jason Knight
On 12/2/05, Hans Hagen [EMAIL PROTECTED] wrote:
 Taco Hoekwater wrote:

 
  Hi Jason,
 
  Jason Knight wrote:
 
  What support is there for IPA/TIPA in Context at this point? I've had
 
 
  I think the answer is zero or nearly zero. If you have a bit of
  patience, I can do a port of tipa.sty (quite easy), but it will
  take some time before I can start on it.

 in the process taco and i can discuss low level support issues as well;
 it's all a matter of demand and time; of course after a port, taco would
 mildly force you to write an article for the MAPS -)

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


I'd be happy to write the article.


--
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] IPA/TIPA support in Context?

2005-12-05 Thread Jason Knight
On 12/3/05, Taco Hoekwater [EMAIL PROTECTED] wrote:
 Henning Hraban Ramm wrote:
 
  Perhaps this is a stupid question, but do we need more than some
  definitions in the Unicode encoding vectors and typescripts for some
  fonts?
  Is (T)IPA support about more than using some phonetic chars?
  Please enlighten me.

 AFAICT, there are:

- 2 new font encodings needed (T3 and T3S), with associated
  named characters
- a set of font definitions
- unicode tables (for utf input) need extension
- there are some macros in IPA for special input

 That's about it for the basic TIPA font support, I guess.

 For proper linguistic work, you need a large set of extra macros,
 but those are not in the LaTeX tipa.sty either.

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


I've done some work with tipa under LaTeX as a beginning linguistics
student, though I didn't get into the guts at the time.

This threaed gets me thinking: how far away from proper is the tipa
package under LaTeX? How much work is a proper implementation likely
to be?

I'm in some ways a beginner under the hood, but I'm pretty motivated
to get proper support in place.

Taco, your list above includes some stuff I'm unfamiliar with (T3
encoding, macros for IPA input), so I don't know how extensive the
work is likely to be. Which would be easier: scrap and re-write or
adapt?

--
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] IPA/TIPA support in Context?

2005-12-02 Thread Jason Knight
What support is there for IPA/TIPA in Context at this point? I've had
a look through the mailing list archive and the last comment I saw
about it was from the first half of 2004. Has anyone done more hacking
on this?

Jason
--
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] IPA/TIPA support in Context?

2005-11-30 Thread Jason Knight
What support is there for IPA/TIPA in Context at this point? I've had
a look through the mailing list archive and the last comment I saw
about it was from the first half of 2004. Has anyone done more hacking
on this?

Jason
--
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] colorizing item numbers

2005-07-18 Thread Jason Knight
I'm new to ConTeXt and puzzling over a text I'm trying to set a text
where item numbers (or letters, or symbols for that matter) need to be
either color or grayscale. Here's what I'm thinking, though, obviously
the code doesn't work:

\startitemize[\color[darkred]{n}, packed, inmargin]
.
.
.
\stopitemize

Any ideas?

Thanks!

-- 
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] colorizing item numbers

2005-07-18 Thread Jason Knight
Thanks for the pointer. The color option was not one I found in the
manual, and my combing through the source code wasn't as fruitful as I
woulda hoped.

jason

On 7/18/05, Hans Hagen [EMAIL PROTECTED] wrote:
 Jason Knight wrote:
 
 I'm new to ConTeXt and puzzling over a text I'm trying to set a text
 where item numbers (or letters, or symbols for that matter) need to be
 either color or grayscale. Here's what I'm thinking, though, obviously
 the code doesn't work:
 
 \startitemize[\color[darkred]{n}, packed, inmargin]
 .
 .
 .
 \stopitemize
 
 Any ideas?
 
 
 \setupcolors[state=start]
 \setupitemize[each][color=red]
 
 \startitemize
 \item test
 \stopitemize
 
 
 -
   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
 -
 
 


-- 
Jason Knight
Systems-Analyst-at-large
They fix 'em, I break 'em. Thus, analysis.
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context