ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* RE: DroppedCaps
@ 2000-09-13  5:32 Haseloff, Lutz
  0 siblings, 0 replies; 5+ messages in thread
From: Haseloff, Lutz @ 2000-09-13  5:32 UTC (permalink / raw)


Hi Hans, Hi all,

My Dropped Caps are looking very nice again.

Greetings

Lutz


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: DroppedCaps
  2000-09-12 12:49 DroppedCaps Haseloff, Lutz
  2000-09-12 13:01 ` DroppedCaps Hans Hagen
@ 2000-09-12 13:24 ` Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2000-09-12 13:24 UTC (permalink / raw)
  Cc: 'ntg-context@ntg.nl'

At 02:49 PM 9/12/00 +0200, Haseloff, Lutz wrote:
>Hi all,
>
>With the new ConTeXt beta the command \DroppedCaps don´t work.
>I typeset an old Article by Jan Tschichold and it did look very nice.
>
>my file is:
>
>\def\MyDroppedCaps%
>  {\DroppedCaps
>     {} {padr9e}
>     {2\baselineskip} {3pt} {\baselineskip} {2}}
>
>\starttext
> \MyDroppedCaps Zwei
>\stoptext
>
>there is an error message: ! missing \endcsname inserted
>
>it works with the normal ConTeXt.

You can change the following definition in font-ini (only in latest beta): 

\def\dododefinefont#1#2%
  {\parsefontspec[#2]{\bodyfontsize}{#1}\getvalue{#1}}

I swapped #1 and #2 -) 

There was a change in the font mechanism, which now also supports the "mo"
spec: 

%D \mapfontsize[10pt][11pt]
%D \mapfontsize[11pt][12pt]
%D \mapfontsize[12pt][13pt]
%D
%D \definefont[test][Serif]\test TEST \par
%D \definefont[test][Serif sa 5]\test TEST \par
%D \definefont[test][Serif mo 5]\test TEST \par
%D \definefont[test][Serif sa d]\test TEST \par
%D \definefont[test][Serif at 60pt]\test TEST \par
%D \definefont[test][Serif scaled 6000]\test TEST \par

which is needed for math times where the math roman has a different size. 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      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
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: DroppedCaps
@ 2000-09-12 13:11 Haseloff, Lutz
  0 siblings, 0 replies; 5+ messages in thread
From: Haseloff, Lutz @ 2000-09-12 13:11 UTC (permalink / raw)
  Cc: 'pragma@wxs.nl'

Hi Hans, Hi all,

> Do you run etex or pdfetex? What version? Todays? It runs here. BTW, there
> is more advanced drop stuff there, just grep for DroppedCaps. 

I run pdfetex 0.14e 17.02.2000 by fabrice, the newest pdfetex for windows i
found.

Greetings

Lutz


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: DroppedCaps
  2000-09-12 12:49 DroppedCaps Haseloff, Lutz
@ 2000-09-12 13:01 ` Hans Hagen
  2000-09-12 13:24 ` DroppedCaps Hans Hagen
  1 sibling, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2000-09-12 13:01 UTC (permalink / raw)
  Cc: 'ntg-context@ntg.nl'

At 02:49 PM 9/12/00 +0200, Haseloff, Lutz wrote:
>Hi all,
>
>With the new ConTeXt beta the command \DroppedCaps don´t work.
>I typeset an old Article by Jan Tschichold and it did look very nice.
>
>my file is:
>
>\def\MyDroppedCaps%
>  {\DroppedCaps
>     {} {padr9e}
>     {2\baselineskip} {3pt} {\baselineskip} {2}}
>
>\starttext
> \MyDroppedCaps Zwei
>\stoptext
>
>there is an error message: ! missing \endcsname inserted
>
>it works with the normal ConTeXt.

Do you run etex or pdfetex? What version? Todays? It runs here. BTW, there
is more advanced drop stuff there, just grep for DroppedCaps. 

Also, use logical names! \definefont [DroppedFont] [padr9e] with
\setupinitial[font=DroppedFont] etc ect Search for \setupinitial. 

Hans
-------------------------------------------------------------------------
                                                  Hans Hagen | PRAGMA ADE
                      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
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 5+ messages in thread

* DroppedCaps
@ 2000-09-12 12:49 Haseloff, Lutz
  2000-09-12 13:01 ` DroppedCaps Hans Hagen
  2000-09-12 13:24 ` DroppedCaps Hans Hagen
  0 siblings, 2 replies; 5+ messages in thread
From: Haseloff, Lutz @ 2000-09-12 12:49 UTC (permalink / raw)


Hi all,

With the new ConTeXt beta the command \DroppedCaps don´t work.
I typeset an old Article by Jan Tschichold and it did look very nice.

my file is:

\def\MyDroppedCaps%
  {\DroppedCaps
     {} {padr9e}
     {2\baselineskip} {3pt} {\baselineskip} {2}}

\starttext
 \MyDroppedCaps Zwei
\stoptext

there is an error message: ! missing \endcsname inserted

it works with the normal ConTeXt.

Greetings

Lutz


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-09-13  5:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-09-13  5:32 DroppedCaps Haseloff, Lutz
  -- strict thread matches above, loose matches on Subject: below --
2000-09-12 13:11 DroppedCaps Haseloff, Lutz
2000-09-12 12:49 DroppedCaps Haseloff, Lutz
2000-09-12 13:01 ` DroppedCaps Hans Hagen
2000-09-12 13:24 ` DroppedCaps Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).