ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: (can be better done global) ???
@ 2003-10-02 20:47 Steffen Wolfrum
  2003-10-02 21:05 ` keywords Patrick Gundlach
  2003-10-02 21:50 ` Re: (can be better done global) ??? Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: Steffen Wolfrum @ 2003-10-02 20:47 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

> At 14:22 01/10/2003, you wrote:
> >Hi,
> >
> >when defining an unusual size for my footnotes
> >
> >\setupfootnotes[bodyfont=8.5pt, ... ]
> >
> >I get an amazing amount of messages
> >
> >bodyfont: bodyfont XXpt is defined (can be better done global)
> >
> >with XX being various sizes. Which makes processing real slow...
> >
> >What is meant by "global defining"?
> >Where should I write a "global" definition and how does it look like?
> >
> >Sorry, but I really have now idea.
> 
> \setupbodyfont   [...] : global settings, document level, main text as well 
> as headers footers etc
> \switchtobodyfont[...] : local, inside a box or in page stream, but no 
> headers etc  


Well, yes - I use setupbodyfont for defining  the main text 

\setupbodyfont[AGaramondOldStyle,10.5pt]

But what would be the syntax when I want to define the main text's *and* the footnote's font with setupbodyfont??

It's not \setupbodyfont[AGaramondOldStyle,10.5pt,8.8pt] ?

Steffen 
- always surprised by the amount of unexpected keywords...

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

* keywords
  2003-10-02 20:47 (can be better done global) ??? Steffen Wolfrum
@ 2003-10-02 21:05 ` Patrick Gundlach
  2003-10-02 21:22   ` keywords Giuseppe Bilotta
  2003-10-02 21:50 ` Re: (can be better done global) ??? Hans Hagen
  1 sibling, 1 reply; 7+ messages in thread
From: Patrick Gundlach @ 2003-10-02 21:05 UTC (permalink / raw)


Steffen Wolfrum <st.wolfrum@estfiles.de> writes:


[...]

> - always surprised by the amount of unexpected keywords...

you know about the reference (setup-en.pdf..) and (e)texshow?


Patrick
-- 
You are your own rainbow!

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

* Re: keywords
  2003-10-02 21:05 ` keywords Patrick Gundlach
@ 2003-10-02 21:22   ` Giuseppe Bilotta
  2003-10-02 22:48     ` keywords Patrick Gundlach
  0 siblings, 1 reply; 7+ messages in thread
From: Giuseppe Bilotta @ 2003-10-02 21:22 UTC (permalink / raw)


Thursday, October 2, 2003 Patrick Gundlach wrote:

> Steffen Wolfrum <st.wolfrum@estfiles.de> writes:


> [...]

>> - always surprised by the amount of unexpected keywords...

> you know about the reference (setup-en.pdf..) and (e)texshow?

What's etexshow? (I know about texshow)

-- 
Giuseppe "Oblomov" Bilotta

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

* Re: Re: (can be better done global) ???
  2003-10-02 20:47 (can be better done global) ??? Steffen Wolfrum
  2003-10-02 21:05 ` keywords Patrick Gundlach
@ 2003-10-02 21:50 ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2003-10-02 21:50 UTC (permalink / raw)


At 22:47 02/10/2003, you wrote:

>But what would be the syntax when I want to define the main text's *and* 
>the footnote's font with setupbodyfont??
>
>It's not \setupbodyfont[AGaramondOldStyle,10.5pt,8.8pt] ?

\setupfootnotes[bodyfont=8.8pt] % or [bodyfont={whatever,you,want,10pt}]



Hans  

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

* Re: keywords
  2003-10-02 21:22   ` keywords Giuseppe Bilotta
@ 2003-10-02 22:48     ` Patrick Gundlach
  0 siblings, 0 replies; 7+ messages in thread
From: Patrick Gundlach @ 2003-10-02 22:48 UTC (permalink / raw)


Hi,

> What's etexshow? (I know about texshow)

texshow for my favorite os (emacs) <url:http://levana.de/emacs/>

Patrick
-- 
You are your own rainbow!

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

* Re: keywords
@ 2003-10-03 22:31 Steffen Wolfrum
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Wolfrum @ 2003-10-03 22:31 UTC (permalink / raw)


Hans Hagen <pragma@wxs.nl> wrote:

> At 13:12 03/10/2003, you wrote:
> 
> >But where can I find "texshow"? Do you also have an URL?
> 
> on you disk -)
> 
> did you try >texshow ?


I tried to try - but failed. I tried commandline, tex file ...

Sorry, but do you also have an explanation or example how to use "texshow"

Should I spray the word "texshow" on the wall?

Steffen

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

* Re: keywords
@ 2003-10-03 11:12 Steffen Wolfrum
  0 siblings, 0 replies; 7+ messages in thread
From: Steffen Wolfrum @ 2003-10-03 11:12 UTC (permalink / raw)


Hi,


Patrick Gundlach <pg@levana.de> wrote:

> Steffen Wolfrum <st.wolfrum@estfiles.de> writes:
> 
> 
> [...]
> 
> > - always surprised by the amount of unexpected keywords...
> 
> you know about the reference (setup-en.pdf..) and (e)texshow?
> 
> 
> Patrick


Sure, the reference I konw, as many other manuals in http://www.pragma-ade.nl/general/manuals/ .


But where can I find "texshow"? Do you also have an URL?


etexshow doesn't make sense for me as I am used to work with Alpha and jEdit.

Steffen

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

end of thread, other threads:[~2003-10-03 22:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-02 20:47 (can be better done global) ??? Steffen Wolfrum
2003-10-02 21:05 ` keywords Patrick Gundlach
2003-10-02 21:22   ` keywords Giuseppe Bilotta
2003-10-02 22:48     ` keywords Patrick Gundlach
2003-10-02 21:50 ` Re: (can be better done global) ??? Hans Hagen
2003-10-03 11:12 keywords Steffen Wolfrum
2003-10-03 22:31 keywords Steffen Wolfrum

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).