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 :) :) :)
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 -----------------------------------------------------------------
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
On Fri, Aug 27, 2010 at 15:47, Wolfgang Schuster
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
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
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
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
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 -----------------------------------------------------------------
participants (4)
-
Hans Hagen
-
Mojca Miklavec
-
Otared Kavian
-
Wolfgang Schuster