From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4376 Path: main.gmane.org!not-for-mail From: "Dan Seracu" Newsgroups: gmane.comp.tex.context Subject: Re: URGENT-presentation Date: Wed, 14 Mar 2001 15:57:55 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <019201c0ac8e$c59a6f60$8119fea9@birotica.rdsor.ro> References: <3.0.6.32.20010314141749.018796b0@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_018F_01C0AC9F.884ED860" X-Trace: main.gmane.org 1035395051 25331 80.91.224.250 (23 Oct 2002 17:44:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:44:11 +0000 (UTC) Cc: "NTG ConTeXt" Original-To: "Hans Hagen" Xref: main.gmane.org gmane.comp.tex.context:4376 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4376 This is a multi-part message in MIME format. ------=_NextPart_000_018F_01C0AC9F.884ED860 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello! I have the latest beta from pragma-ade. But when I tried, it did not worked! Neither the external figure, nore the textcolor. I send you the presentation style, maybe there is a solution. What about the 3rd question? (scaling and clipping text?) ------=_NextPart_000_018F_01C0AC9F.884ED860 Content-Type: application/octet-stream; name="s-pre-sz.tex" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="s-pre-sz.tex" %D \module %D [ file=s-pre-sint, %D version=2001.03.14, %D title=\CONTEXT\ Style File, %D subtitle=Sintezis Environment, %D author=Dan Seracu, %D date=\currentdate, %D copyright={PRAGMA / Hans Hagen \& Ton Otten}] %C %C This module is part of the \CONTEXT\ macro||package and is %C therefore copyrighted by \PRAGMA. See mreadme.pdf for %C details. \usemodule[pre-general] % mode=step %D \macros %D {setupbodyfont} %D %D As said, we will use the Antikwa Torunska, and because we %D want it to show up well, we use it large. \setupbodyfont [phv,14.4pt] %D \macros %D {definecolor, setupcolors} %D %D Thus style only uses gray scales, but nevertheless we turn %D on color. We only use a few logical color names. \setupcolors [state=start] \definecolor [InteractionColor] [s=.6] \definecolor [PrimaryColor] [s=.8] \definecolor [SecondaryColor] [s=.9] \definecolor [BlueColor] [blue] \definecolor [DarkBlueColor] [black] \definecolor [TextColor] [white] %D \macros %D {setuppapersize} %D %D As (nearly) always, we use a 600 pt times 450 pt screen %D width, mapped on ditto paper dimensions. \setuppapersize [S6][S6] %D \macros %D {setuplayout} %D %D The layout is rather symmetrical. We don't use headers and %D footers, and thereby automatically turn off the page %D numbering: no room, no number. We use the bottom to present %D a rather trivial menu. \setuplayout [backspace=2cm, topspace=2cm, width=middle, header=0pt, height=middle, footer=0pt, bottomdistance=.5cm, bottom=1cm] %D \macros %D {setupinteractionmenu,startinteractionmenu} %D %D This menu is slighly moved to the right because that looks %D better. The menu itself has one goto (\type {\got}) entry, %D which is forced to the right. \setupinteractionmenu [bottom] [rightoffset=-1cm] \startinteractionmenu[bottom] \hfill \got [CloseDocument] \bfd Ie\c sire \\ \stopinteractionmenu %D \macros %D {setupbackgrounds} %D %D Page background are calculated at each page, opposite to the %D other backgrounds, that are reused and only calculated when %D \CONTEXT\ is explictly told to do so. There are three %D overlays: a gray fill, the graphic, and a button that %D circulates the pages. \setupbackgrounds [page] [background={color,Sintezis,GoAround}, foregroundcolor=TextColor, backgroundcolor=BlueColor] %D \macros %D {defineoverlay} %D %D The \type {forward} reference action circulates over the %D pages, so, at the last page, we are led back to the first. \defineoverlay [GoAround] [\overlaybutton{forward}] %D The joke is a simple \METAPOST\ routine. The picture is %D actually larger than the screen, but is clipped of when %D included. \defineoverlay [Sintezis] [\useMPgraphic{sintback}] \startuseMPgraphic{sintback} input mp-tool ; path p, pcerc; externalfigure "concept.png" ; width := \overlaywidth ; height := \overlayheight ; p := unitsquare xscaled width yscaled height ; % linear_shade (p, 2, \MPcolor{BlueColor}, \MPcolor{DarkBlueColor}) ; p := (50pt, 20pt)..(width, 20pt)..(width,80pt)..cycle ; % pcerc := p ; % linear_shade (p, 0, \MPcolor{DarkBlueColor}, \MPcolor{BlueColor}) ; % Now the external image... \stopuseMPgraphic %D \macros %D {setupinteraction,setupinteractionscreen} %D %D We did not yet turn on the interaction, so let's do that %D now. When opened, the document will fil the screen. \setupinteraction [state=start, color=InteractionColor, menu=on] \setupinteractionscreen [option=max] %D \macros %D {TitlePage, Topics, Topic} %D %D A presentation normally consists of a title page, a list of %D topics, and the content itself. In this style, a further %D subdivision does not make sense, but because we want to be %D compatible with the other styles, they are added. A %D presentation looks like: %D %D \starttypen %D \usemodule[pre-antikwa] %D %D \startext %D %D \TitlePage{The Title} %D %D \Topics{Contents} %D %D \Topic{Some Topic} %D %D \startitemize %D \item first %D \item second %D \stopitemize %D %D \Topic{Some Topic} %D %D ... %D %D \stoptext %D \stoptypen %D \macros %D {definehead, Topic, Subject} %D %D We use dedicated sectioning commands. \definehead [Topic] [chapter] \definehead [Subject] [section] \definehead [Nopic] [title] %D \macros %D {setuphead} %D %D We turn of numbering. The assignment to \type {after} takes %D care of the increasing indentation. This indentation is the %D only low level \TEX\ code needed. Including this %D functionality in the core of \CONTEXT\ is not that useful %D and I would forget about this feature being present anyway. \setuphead [Topic, Nopic, Subject] [number=no, after={\blank[2*big]\ToTheLeft\everypar{\ToTheRight}}] %D After section titles we set the \type {\leftskip} to a value %D that suits the Antikwa slant. \def\ToTheLeft% {\gdef\LeftSkip{30}% \rightskip0pt\relax \leftskip30pt\relax} %D Each new paragraph adds to the \type {\leftskip}. \def\ToTheRight% {\doglobal\increment(\LeftSkip,20)% \leftskip=\LeftSkip pt\relax} %D \macros %D {Topics} %D %D The \type {\Topics} command uses a bot of low level %D \CONTEXT. We could have done with: %D %D \starttypen %D \def\Topics#1% %D {\Nopic[Topics]{#1} %D \placelist[Topic][criterium=all]} %D \stoptypen %D %D but the next alternative sort of ignores this command when %D no list is found. \def\Topics#1% {\determinelistcharacteristics[Topic] \ifcase\utilitylistlength\else \Nopic[Topics]{#1} \placelist[Topic][criterium=all] \fi} %D \macros %D {setuplist} %D %D We use the single item command to achieve a result similar %D to the itemizations. \setuplist [Topic] [alternative=command, command=\TopicListCommand] \def\TopicListCommand#1#2#3% {\item#2\par} %D A dummy command, needed to be compatible with the other %D presentation styles. \def\Subjects% {} %D \macros %D {StartTitlePage} %D %D We use a nested \type {\everypar}; everything in there %D will be put in front of each paragraph. The nesting prevents %D the first paragraph from indenting. The struts give the %D lines a decent height, which looks better inrelation to the %D next pages. \def\StartTitlePage% {\startstandardmakeup \bfd\setupinterlinespace \everypar{\everypar{\advance\leftskip30pt\relax}} \let\\=\blank \begstrut} \def\StopTitlePage% {\endstrut \vfill \stopstandardmakeup} %D \macros %D {TitlePage} %D %D The title page can be generated with one command: \def\TitlePage#1% {\StartTitlePage#1\StopTitlePage} %\color[TextColor] \endinput ------=_NextPart_000_018F_01C0AC9F.884ED860--