ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Vertically centered title page
@ 2008-10-21 20:22 Flavien Lambert
  2008-10-21 20:35 ` Aditya Mahajan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Flavien Lambert @ 2008-10-21 20:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 524 bytes --]

Dear all, I am trying to build a presentation with specific requirements. I
would like to have the title of the presentation on the middle (both
vertical and horizontal) of the first page. I tried, on one hand, two
\vfill, and, on the other hand, \framed[location=middle,align=middle] but
without success. The title is always on the top of the text area. Any help
is welcome !

-- 
Flavien.
----------------------------
"Quantum objects are completely crazy but, at least, they are all crazy in
the same way." R.P. Feynman.

[-- Attachment #1.2: Type: text/html, Size: 566 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Vertically centered title page
  2008-10-21 20:22 Vertically centered title page Flavien Lambert
@ 2008-10-21 20:35 ` Aditya Mahajan
  2008-10-21 20:36 ` Thomas A. Schmitz
  2008-10-21 20:42 ` Idris Samawi Hamid ادريس سماوي حامد
  2 siblings, 0 replies; 5+ messages in thread
From: Aditya Mahajan @ 2008-10-21 20:35 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 21 Oct 2008, Flavien Lambert wrote:

> Dear all, I am trying to build a presentation with specific requirements. I
> would like to have the title of the presentation on the middle (both
> vertical and horizontal) of the first page. I tried, on one hand, two
> \vfill, and, on the other hand, \framed[location=middle,align=middle] but
> without success. The title is always on the top of the text area. Any help
> is welcome !

Try either

\null\vfill
...content...
\vfill\page


or

\startstandardmakeup
...content...
\stopstandardmakeup

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Vertically centered title page
  2008-10-21 20:22 Vertically centered title page Flavien Lambert
  2008-10-21 20:35 ` Aditya Mahajan
@ 2008-10-21 20:36 ` Thomas A. Schmitz
  2008-10-21 20:42 ` Idris Samawi Hamid ادريس سماوي حامد
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas A. Schmitz @ 2008-10-21 20:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


On Oct 21, 2008, at 10:22 PM, Flavien Lambert wrote:

> Dear all, I am trying to build a presentation with specific  
> requirements. I would like to have the title of the presentation on  
> the middle (both vertical and horizontal) of the first page. I  
> tried, on one hand, two \vfill, and, on the other hand,  
> \framed[location=middle,align=middle] but without success. The title  
> is always on the top of the text area. Any help is welcome !
>
> -- 
> Flavien.

\starttext

\framed[width=\textwidth,
         height=\textheight,
         top=\vss,
         bottom=\vss,
         align=middle]
        {Hi! I'm centered!}

\stoptext

HTH

Thomas
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Vertically centered title page
  2008-10-21 20:22 Vertically centered title page Flavien Lambert
  2008-10-21 20:35 ` Aditya Mahajan
  2008-10-21 20:36 ` Thomas A. Schmitz
@ 2008-10-21 20:42 ` Idris Samawi Hamid ادريس سماوي حامد
  2008-10-22  6:56   ` Wolfgang Schuster
  2 siblings, 1 reply; 5+ messages in thread
From: Idris Samawi Hamid ادريس سماوي حامد @ 2008-10-21 20:42 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, 21 Oct 2008 14:22:08 -0600, Flavien Lambert  
<petit.lepton@gmail.com> wrote:

> Dear all, I am trying to build a presentation with specific  
> requirements. I
> would like to have the title of the presentation on the middle (both
> vertical and horizontal) of the first page. I tried, on one hand, two
> \vfill, and, on the other hand, \framed[location=middle,align=middle] but
> without success. The title is always on the top of the text area. Any  
> help
> is welcome !

You may play with

\starttext

\startstandardmakeup
\startalignment[middle]
test
\stopalignment
\stopstandardmakeup

\stoptext

Best wishes

-- 
Professor Idris Samawi Hamid, Editor-in-Chief
International Journal of Shi`i Studies
Department of Philosophy
Colorado State University
Fort Collins, CO 80523
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: Vertically centered title page
  2008-10-21 20:42 ` Idris Samawi Hamid ادريس سماوي حامد
@ 2008-10-22  6:56   ` Wolfgang Schuster
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Schuster @ 2008-10-22  6:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Oct 21, 2008 at 10:42 PM, Idris Samawi Hamid ادريس سماوي حامد
<ishamid@colostate.edu> wrote:
> On Tue, 21 Oct 2008 14:22:08 -0600, Flavien Lambert
> <petit.lepton@gmail.com> wrote:
>
>> Dear all, I am trying to build a presentation with specific
>> requirements. I
>> would like to have the title of the presentation on the middle (both
>> vertical and horizontal) of the first page. I tried, on one hand, two
>> \vfill, and, on the other hand, \framed[location=middle,align=middle] but
>> without success. The title is always on the top of the text area. Any
>> help
>> is welcome !
>
> You may play with
>
> \starttext
>
> \startstandardmakeup
> \startalignment[middle]
> test
> \stopalignment
> \stopstandardmakeup
>
> \stoptext

Too long ;-)

\starttext

\startstandardmakeup[align=middle]
test
\stopstandardmakeup

\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2008-10-22  6:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-21 20:22 Vertically centered title page Flavien Lambert
2008-10-21 20:35 ` Aditya Mahajan
2008-10-21 20:36 ` Thomas A. Schmitz
2008-10-21 20:42 ` Idris Samawi Hamid ادريس سماوي حامد
2008-10-22  6:56   ` Wolfgang Schuster

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