Re: [NTG-context] Section in golden ratio?

2013-07-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Not much wiser from wiki. ConTeXt has two predefine makeup environments, a) \startdstandardakeup and b) \starttextmakeup. Environment a) was created with \definemaekup[standard] and b) with \definemaekup[text]. When you write \definemaekup[section][text] you create the new environment \star

Re: [NTG-context] Section in golden ratio?

2013-07-03 Thread Wolfgang Schuster
Am 04.07.2013 um 08:29 schrieb Procházka Lukáš Ing. - Pontex s. r. o. : > @Wolfgang: What does option "[text]" in your original > "\definemakeup[section][text]" mean? Not much wiser from wiki. ConTeXt has two predefine makeup environments, a) \startdstandardakeu

Re: [NTG-context] Problem with \definehead

2011-06-23 Thread Wolfgang Schuster
ter solution how to define > \(start/stop)command which would force heads to be mid-aligned? Don’t misuse headings for your titlepage. As a titlepage is something special you can use \midaligned, \definedfont etc. to format it, e.g. \starttext \starttextmakeup[align=m

Re: [NTG-context] Some short questions

2010-04-29 Thread Antoine Cailliau
Hi, > > First, declaring one (and only one) page as empty. I mean with no > > footer/header texts. This is for my cover page, and some page left > > intentionnaly blank. > > > \page[empty] > > or > > \starttextmakeup > \stoptextmakeup >

Re: [NTG-context] Some short questions

2010-04-29 Thread Wolfgang Schuster
Am 29.04.10 07:41, schrieb Antoine Cailliau: Hi, I'm looking for two specific "tricks": First, declaring one (and only one) page as empty. I mean with no footer/header texts. This is for my cover page, and some page left intentionnaly blank. \page[empty] or \

Re: [NTG-context] newbie question (\crlf)

2009-05-27 Thread Wolfgang Schuster
Am 27.05.2009 um 00:49 schrieb Vyatcheslav Yatskovsky: Thanks for all! I have just one notice: to completely simulate \centeredbox, I need \vfill before and after. \define[2]\maketitlepage {\starttextmakeup[align=middle] \vfill{\bfd#1} \blank Version #2\vfill \stoptextmakeup

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Vyatcheslav Yatskovsky
Thanks for all! I have just one notice: to completely simulate \centeredbox, I need \vfill before and after. \define[2]\maketitlepage {\starttextmakeup[align=middle] \vfill{\bfd#1} \blank Version #2\vfill \stoptextmakeup} However, what is \starttextmakeup? What is can be

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Hans Hagen
tlepage{My Manual}{1.0} \stoptext is an hbox ... maybe use: \define[2]\maketitlepage {\midaligned{\bfd #1} \blank \midaligned{Version #2}} I think it's more: \define[2]\maketitlepage {\starttextmakeup[align=middle] {\bfd#1} \blank Version #2 \stoptextmakeup} sure,

Re: [NTG-context] newbie question (\crlf)

2009-05-26 Thread Wolfgang Schuster
ptext is an hbox ... maybe use: \define[2]\maketitlepage {\midaligned{\bfd #1} \blank \midaligned{Version #2}} I think it's more: \define[2]\maketitlepage {\starttextmakeup[align=middle] {\bfd#1} \blank Version #2 \stoptextma