From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/39603 Path: news.gmane.org!not-for-mail From: "Pau Amaro-Seoane" Newsgroups: gmane.comp.tex.context Subject: Re: texexec s-pre-04.tex Date: Sat, 22 Mar 2008 16:54:59 +0100 Message-ID: <30c383e70803220854t1b9f597fy9271a3d95e683bab@mail.gmail.com> References: <30c383e70803220837u3d99ed19of57590cd381ce969@mail.gmail.com> <20080322164732.615cd217.schuster.wolfgang@googlemail.com> Reply-To: vim.unix@gmail.com, mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206201390 4992 80.91.229.12 (22 Mar 2008 15:56:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 22 Mar 2008 15:56:30 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Sat Mar 22 16:56:59 2008 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1Jd65Y-0007dJ-39 for gctc-ntg-context-518@m.gmane.org; Sat, 22 Mar 2008 16:56:56 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 034C11FC32; Sat, 22 Mar 2008 16:56:20 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31976-05-8; Sat, 22 Mar 2008 16:55:37 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4906B1FC16; Sat, 22 Mar 2008 16:55:37 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3B40F1FC16 for ; Sat, 22 Mar 2008 16:55:34 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 32329-02-12 for ; Sat, 22 Mar 2008 16:55:00 +0100 (CET) Original-Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by ronja.ntg.nl (Postfix) with ESMTP id 0F0901FC06 for ; Sat, 22 Mar 2008 16:55:00 +0100 (CET) Original-Received: by fg-out-1718.google.com with SMTP id e12so1732920fga.8 for ; Sat, 22 Mar 2008 08:54:59 -0700 (PDT) Original-Received: by 10.86.59.2 with SMTP id h2mr2806227fga.63.1206201299920; Sat, 22 Mar 2008 08:54:59 -0700 (PDT) Original-Received: by 10.86.3.12 with HTTP; Sat, 22 Mar 2008 08:54:59 -0700 (PDT) In-Reply-To: <20080322164732.615cd217.schuster.wolfgang@googlemail.com> Content-Disposition: inline X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:39603 Archived-At: Thanks for the quick answer! Ok... now... for instance, how can I take the "windows" style and add to it the progress bar of "colorful"? I am trying to include in the presentation tex file some bits of code from the style of colorful, but it is not working... thanks in advance, Pau --------------------------------------------------------------------------- \usemodule[pre-windows] \setuplayout[location=middle] \setupcolors [state=start] \definecolor [StepColor] [r=.6,g=.6] \definecolor[white][StepColor] \setupinteractionbar [alternative=f, width=\textwidth, height=\bottomheight, distance=10pt, color=NoneColor, contrastcolor=StepColor] \setupbottomtexts [\interactionbar] \def\CloseButton {\button [width=\rightedgewidth,height=\bottomheight,offset=overlay, background=color,backgroundcolor=ExitColor,frame=off] {}% [CloseDocument]} \setupbottomtexts [edge][][\CloseButton] \TitlePage {Blablabla\\Pau Amaro-Seoane} \page \starttext \switchtobodyfont[modern,40pt] ${\cal M}_{\bullet}=10^6M_{\odot}$ \page ooooooooooooo \page lili \stoptext --------------------------------------------------------------------------- > > http://source.contextgarden.net/s-pre-04.tex > > > > texexec s-pre-04.tex will yield > > > Presentation styles are modules and meant to be loaded in your > document, the following example is from s-pre-04. > > \usemodule[pre-04] % pre-colorful > > \starttext > > \TitlePage{Title Page\\pre-colorfull} > > \Topics{Some Nice Quotes} > > \Topic{A Few} > > \Subject{Knuth} \input knuth > \Subject{Tufte} \input tufte > > \Topic{Some More} > > \Subject{Zapf} \input zapf > \Subject{Bryson} \input bryson > > \stoptext > > Save these lines in a new document and compile this document with > "texexec documentname". You could either use "pre-04" or "pre-colorful" > as arguments for \usemodule. > > 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 > ___________________________________________________________________________________ > ___________________________________________________________________________________ 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 ___________________________________________________________________________________