ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* extra blank page in front of standardmakeup
@ 2010-08-27 10:28 Mojca Miklavec
  2010-08-27 10:55 ` Hans Hagen
  2010-08-27 13:47 ` Wolfgang Schuster
  0 siblings, 2 replies; 7+ messages in thread
From: Mojca Miklavec @ 2010-08-27 10:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

how can I prevent a blank page in front of title page in MKIV (apart
from the fact that font switching is not working)? In MKII this is
working perfectly fine.

\starttext
\startstandardmakeup
{\switchtobodyfont[50pt]\bf\centerline{Title}}
\vskip 3cm
{\switchtobodyfont[20pt]\centerline{\sl(manual)}} % \sl doesn't work either
\stopstandardmakeup
bla
\stoptext

Thank you very much,
   Mojca (a proud user of MKII :) :) :)
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: extra blank page in front of standardmakeup
  2010-08-27 10:28 extra blank page in front of standardmakeup Mojca Miklavec
@ 2010-08-27 10:55 ` Hans Hagen
  2010-08-27 13:47 ` Wolfgang Schuster
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2010-08-27 10:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

On 27-8-2010 12:28, Mojca Miklavec wrote:
> Dear list,
>
> how can I prevent a blank page in front of title page in MKIV (apart
> from the fact that font switching is not working)? In MKII this is
> working perfectly fine.
>
> \starttext
> \startstandardmakeup
> {\switchtobodyfont[50pt]\bf\centerline{Title}}
> \vskip 3cm
> {\switchtobodyfont[20pt]\centerline{\sl(manual)}} % \sl doesn't work either
> \stopstandardmakeup
> bla
> \stoptext

ok here ... maybe i should upload a new zip? a bit tricky due to changes 
in lua code so i'd rather wait a while

>     Mojca (a proud user of MKII :) :) :)

             (the last user of MKII)

when in a few years MKVI will show up you will change to MKIV won't you?

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: extra blank page in front of standardmakeup
  2010-08-27 10:28 extra blank page in front of standardmakeup Mojca Miklavec
  2010-08-27 10:55 ` Hans Hagen
@ 2010-08-27 13:47 ` Wolfgang Schuster
  2010-08-27 14:53   ` Mojca Miklavec
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-08-27 13:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

  Am 27.08.10 12:28, schrieb Mojca Miklavec:
> Dear list,
>
> how can I prevent a blank page in front of title page in MKIV (apart
> from the fact that font switching is not working)? In MKII this is
> working perfectly fine.
>
> \starttext
> \startstandardmakeup
> {\switchtobodyfont[50pt]\bf\centerline{Title}}
> \vskip 3cm
> {\switchtobodyfont[20pt]\centerline{\sl(manual)}} % \sl doesn't work either
> \stopstandardmakeup

Try to avoid \switchtobodyfont if possible.

\startstandardmakeup[align=middle]
{\definedfont[Bold at 50pt]Title}
\blank[3cm]
{\definedfont[Slanted at 20pt](manual)}
\stopstandardmakeup

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: extra blank page in front of standardmakeup
  2010-08-27 13:47 ` Wolfgang Schuster
@ 2010-08-27 14:53   ` Mojca Miklavec
  2010-08-28  6:59     ` Otared Kavian
  2010-08-28  8:28     ` Hans Hagen
  0 siblings, 2 replies; 7+ messages in thread
From: Mojca Miklavec @ 2010-08-27 14:53 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

On Fri, Aug 27, 2010 at 15:47, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>  Am 27.08.10 12:28, schrieb Mojca Miklavec:
>>
>> Dear list,
>>
>> how can I prevent a blank page in front of title page in MKIV (apart
>> from the fact that font switching is not working)? In MKII this is
>> working perfectly fine.
>>
>> \starttext
>> \startstandardmakeup
>> {\switchtobodyfont[50pt]\bf\centerline{Title}}
>> \vskip 3cm
>> {\switchtobodyfont[20pt]\centerline{\sl(manual)}} % \sl doesn't work
>> either
>> \stopstandardmakeup
>
> Try to avoid \switchtobodyfont if possible.
>
> \startstandardmakeup[align=middle]
> {\definedfont[Bold at 50pt]Title}
> \blank[3cm]
> {\definedfont[Slanted at 20pt](manual)}
> \stopstandardmakeup

I don't know what exactly is going on here, but not even
\definedfont[Bold at 50pt] changes the font size. (Yes, I agree that
it's a much better option to use this in comparison to
\switchtobodyfont, I only slightly forgot about this alternative;
thanks; but it doesn't work any better at the moment.)

(It could be something weird with my installation as well.)

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: extra blank page in front of standardmakeup
  2010-08-27 14:53   ` Mojca Miklavec
@ 2010-08-28  6:59     ` Otared Kavian
  2010-08-29 10:37       ` Mojca Miklavec
  2010-08-28  8:28     ` Hans Hagen
  1 sibling, 1 reply; 7+ messages in thread
From: Otared Kavian @ 2010-08-28  6:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Mojca,

Both your example and Wolfgang's suggestion work fine with my installation (Minimals on Mac OS X 10.6.3, ConTeXt  ver: 2010.08.20 00:00) either with mkii, or mkiv.

Maybe you ahve a problem with your installation?

Best regards: OK

On 27 août 2010, at 16:53, Mojca Miklavec wrote:

> On Fri, Aug 27, 2010 at 15:47, Wolfgang Schuster
> <schuster.wolfgang@googlemail.com> wrote:
>>  Am 27.08.10 12:28, schrieb Mojca Miklavec:
>>> 
>>> Dear list,
>>> 
>>> how can I prevent a blank page in front of title page in MKIV (apart
>>> from the fact that font switching is not working)? In MKII this is
>>> working perfectly fine.
>>> 
>>> \starttext
>>> \startstandardmakeup
>>> {\switchtobodyfont[50pt]\bf\centerline{Title}}
>>> \vskip 3cm
>>> {\switchtobodyfont[20pt]\centerline{\sl(manual)}} % \sl doesn't work
>>> either
>>> \stopstandardmakeup
>> 
>> Try to avoid \switchtobodyfont if possible.
>> 
>> \startstandardmakeup[align=middle]
>> {\definedfont[Bold at 50pt]Title}
>> \blank[3cm]
>> {\definedfont[Slanted at 20pt](manual)}
>> \stopstandardmakeup
> 
> I don't know what exactly is going on here, but not even
> \definedfont[Bold at 50pt] changes the font size. (Yes, I agree that
> it's a much better option to use this in comparison to
> \switchtobodyfont, I only slightly forgot about this alternative;
> thanks; but it doesn't work any better at the moment.)
> 
> (It could be something weird with my installation as well.)
> 
> Mojca
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

%%%%%%%%%%%%%%%%%%
Otared Kavian
Département de Mathématiques
Université de Versailles Saint-Quentin
Bâtiment Fermat
45 aveue des Etats Unis
78035 Versailles cedex

Téléphone: +33 1 39 25 46 42
Secrétariat: +33 1 39 25 46 44 
Secrétariat: +33 1 39 25 46 46

e-mail: Otared.Kavian@math.uvsq.fr



___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: extra blank page in front of standardmakeup
  2010-08-27 14:53   ` Mojca Miklavec
  2010-08-28  6:59     ` Otared Kavian
@ 2010-08-28  8:28     ` Hans Hagen
  1 sibling, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2010-08-28  8:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mojca Miklavec

On 27-8-2010 4:53, Mojca Miklavec wrote:

> (It could be something weird with my installation as well.)

it must be as there is always a fallback font name that then would scale 
to the 50pt so you should see something large

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: extra blank page in front of standardmakeup
  2010-08-28  6:59     ` Otared Kavian
@ 2010-08-29 10:37       ` Mojca Miklavec
  0 siblings, 0 replies; 7+ messages in thread
From: Mojca Miklavec @ 2010-08-29 10:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Sat, Aug 28, 2010 at 08:59, Otared Kavian wrote:
> Hi Mojca,
>
> Both your example and Wolfgang's suggestion work fine with my installation (Minimals on Mac OS X 10.6.3, ConTeXt  ver: 2010.08.20 00:00) either with mkii, or mkiv.
>
> Maybe you ahve a problem with your installation?

I'm sorry. It seems that I'm always the only one with problems :) :) I
first tried a fresh installation which worked perfectly fine. I
retried the old installation and it was still broken (same version of
ConTeXt). After that I deleted texmf-cache in the old installation and
magically both problems disappeared at once.

I'm sorry for the noise and thanks a lot for all the hints.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2010-08-29 10:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-27 10:28 extra blank page in front of standardmakeup Mojca Miklavec
2010-08-27 10:55 ` Hans Hagen
2010-08-27 13:47 ` Wolfgang Schuster
2010-08-27 14:53   ` Mojca Miklavec
2010-08-28  6:59     ` Otared Kavian
2010-08-29 10:37       ` Mojca Miklavec
2010-08-28  8:28     ` 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).