Thanks for the response, Aditya.
However, the first method
\setupitemize[before=\vfill,after=\vfill]
does not change anything for me. The items are still at the top.
The second one (\setupitemize[1][inbetween=\vfill]) changes things.
However, the first item is at the top of the screen and the second is
at the bottom. I would like them to be near the center. Something like
what 'middle' does for horizontal alignment with two words, I want to
do for vertical alignment.
Thanks.
On Sat, Mar 5, 2011 at 11:23 PM, Aditya Mahajan
On Sat, 5 Mar 2011, Curiouslearn wrote:
Hi
Today I started making lecture slides for one of my classes and decided to try out simpleslides. First of all, thanks to Thomas and Aditya for writing the module.
I had a question regarding vertical alignment. Consider the following minimal example:
\usemodule[simpleslides][style=Swoosh] \starttext \SlideTitle{Context can be used for \dots}
\startitemize[n] \item Writing your articles \item Making slides for presentations \stopitemize
\stoptext
The two items appear at the top of the slide. Is there a command or a setting such that items will be aligned around the center of the screen?
\setupitemize[before=\vfill,after=\vfill]
You can also add
\setupitemize[1][inbetween=\vfill]
Another option is:
\def\StartSlide#1% {\SlideTitle{#1} \vfill}
\def\StopSlide {\vfill}
and then
\StartSlide{...} ... \StopSlide
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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________