Hi, I've searching for a dokumentation how to build a presentation, like in Powerpoint but better :-) with ConTeXt. I haven't found somethink in the PDF's on the Pragma page and on the Wiki. Only the Raw Steps module, which I doesn't understand. Has somebody information to this theme? Greetings Jessica
At 12:09 AM 8/3/2005, Jessica Holle wrote:
I've searching for a dokumentation how to build a presentation, like in Powerpoint but better :-) with ConTeXt. I haven't found somethink in the PDF's on the Pragma page and on the Wiki. Only the Raw Steps module, which I doesn't understand. Has somebody information to this theme?
There should be quite a bit around; I think you're just not finding it. (Unfortunately, it's rather late here, so I shall leave that to someone else....) One thing that you might find useful as an example, though, is a presentation that I recently created in ConTeXt, and then put online (with both the PDF and the ConTeXt source available -- though, without the images and the fonts, it's a little hard to process directly). That's on my webpage here: http://dpdx.net/research/papers/ILASS2005_Moses_abstract.html (See the "Slides: tex" and "pdf" links.) - Brooks
Le 3 août 05 à 10:02, Brooks Moses a écrit :
One thing that you might find useful as an example, though, is a presentation that I recently created in ConTeXt, and then put online (with both the PDF and the ConTeXt source available -- though, without the images and the fonts, it's a little hard to process directly). That's on my webpage here:
http://dpdx.net/research/papers/ILASS2005_Moses_abstract.html
(See the "Slides: tex" and "pdf" links.)
Nice "self contained" slides, thanks you for the model; but the "pdf" link for the slides actualy links to the tex files (changing the ".tex" suffix to ".pdf" is OK)
- Brooks
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Hello Brooks, nice presentation! With which software do you produce your graphics? Wolfgang Maurice Diamantini schrieb:
Le 3 août 05 à 10:02, Brooks Moses a écrit :
One thing that you might find useful as an example, though, is a presentation that I recently created in ConTeXt, and then put online (with both the PDF and the ConTeXt source available -- though, without the images and the fonts, it's a little hard to process directly). That's on my webpage here:
http://dpdx.net/research/papers/ILASS2005_Moses_abstract.html
(See the "Slides: tex" and "pdf" links.)
Nice "self contained" slides, thanks you for the model; but the "pdf" link for the slides actualy links to the tex files (changing the ".tex" suffix to ".pdf" is OK)
- Brooks
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
At 06:25 AM 8/3/2005, Wolfgang Zillig wrote:
Hello Brooks,
nice presentation! With which software do you produce your graphics?
Thanks! I used TecPlot for those, since our department has a site license. (Unfortunately, it seems to be one of the sorts of software that is difficult to purchase as an individual, so I'll have to find something else once I graduate.) For importing the images into ConTeXt, I "printed" them using Acrobat 5.0's "print to PDF" driver, and then did some minor cropping before importing them.
Maurice Diamantini schrieb:
Nice "self contained" slides, thanks you for the model; but the "pdf" link for the slides actualy links to the tex files (changing the ".tex" suffix to ".pdf" is OK)
Ah, indeed. That should be corrected now; thanks for telling me. - Brooks
Jessica Holle wrote:
Hi,
I've searching for a dokumentation how to build a presentation, like in Powerpoint but better :-) with ConTeXt. I haven't found somethink in the PDF's on the Pragma page and on the Wiki.
Only the Raw Steps module, which I doesn't understand. Has somebody information to this theme?
Building a presentation in ConTeXt is not much different than preparing an usual ConTeXt document, with some exceptions: - \usemodule[pre-general] includes some general definitions that you probably want to use - you probably have to use another page dimensions \setuppapersize % (already in pre-general) [S6][S6] - you probably want to have full-screen \setupinteractionscreen [option=max] - you may want to give some dynamics to the slides - growing pictures - see 13.6/page 514 of metafun-s.pdf - see animated construction of euro symbol under http://contextgarden.net/Sample_documents - growing content (3 completely different ways) - archive.contextgarden.net/message/20040804.222358.500e9264.html - Patrick's http://levana.de/emacs/elisp/elug/ - David Mungner's RawSteps module (steps, but without JavaScript) - you may want to have hyperlinks (next page, previous page) - you probably want lots of pictures \externalfigure[name][width=...] (probably surrounded by \placefigure) - ask Mr. Google for animation or presentation and add site:contextgarden.net or site:pragma-ade.com Just an interesting presentation: http://www.loria.fr/~roegel/TeX/context-gut2002.pdf (or .tex) [tex]/tex/context/base/s-pre-*.tex are far the best way to learn a couple of things. For a beginner it's a lot new stuff at once (I year ago I spent much more time figuring out how to do something than I actually spent on the content for the slides), but once you're familiar with the basics, these files are pretty clear to undestand. If you use \usemodule[pre-*], you can build a presentation pretty fast. You can change colors or redefine some other things that you see in the source of these modules. Later on you can start building your own styles or, if you don't need fancy slides at all, all you have to do is to define the proper page size, background color, style of section titles, ... And don't forget about: - ms-cb.en.pdf - art-pres.pdf (ignore \presentationstep as it doesn't seem to work) - cont-eni.pdf - metafun-s.pdf (or any other metapost material: "learning metapost by doing", "metapost manual", ...) if you want to make some fancy graphics by yourself. Have fun preparing your slides, Mojca
participants (5)
-
Brooks Moses
-
Jessica Holle
-
Maurice Diamantini
-
Mojca Miklavec
-
Wolfgang Zillig