Changes

Jump to navigation Jump to search
134 bytes removed ,  09:48, 7 June 2020
m
minor adjustments, nothing new
< [[Main Page]] | [[Presentation Styles]] | [[SlideWithSteps]] | [[Presentation_effects]]>  == Producing Your Presentations with ConTeXt ==
After using ConTeXt for a while, many users begin to think about producing
Many information are included in this [http://www.tug.org/pracjourn/2006-2/schmitz/schmitz.pdf article] by Thomas.
== Your First Presentation ==
=== Setting screen dimensions ===
<texcode>\setuppapersize[S6][S6]</texcode>
</texcode>
=== Setting the tolerance ===
Moreover, on slides, you want TeX to be tolerant with its horizontal space
</texcode>
=== Full-screen mode ===
<texcode>\setupinteractionscreen[option=max]</texcode>
will cause launcing the PDF document in full-screen mode. In Acrobat you can use CTRL-L to switch between normal and full-screen mode.
=== Hyperlinks, buttons & navigation ===
{{todo|write something about them}}
</context>
=== Including Graphics ===
Everything works just the same way as graphics in usual documents. But if a presentation is your first document, let's repeat it once more here:
<texcode>\externalfigure[name][width=...]%% (probably surrounded by \placefigure)</texcode>
=== Graphics with Metafun ===
{{todo|how to make page-dependant graphics}}
=== Animation ===
See [[Animation]] (page is still under construction).
=== Compiling Your First Presentation ===
If you compile a document with these settings, you have something that you
</texcode>
== Refining the Presentation ==
This looks better.
=== Colors ===
Next up: colors. Now I'm aware that the use of colors is an immensely personal
want.
=== Adding fancier effects ===
Now when you look at your slides, you will certainly feel that there's room for
such as "p,0" or "p,4."
=== Adding a Footer ===
Next, the bottom of our slides. If the audience is apt to forget your name, the
the title of your presentation...).
=== Adding a Progress Meter ===
If your audience is able to remember these details, but you suspect they may
worked for me:
=== Adding Pictures ===
In the case of wide pictures, it's fairly easy. You will want them midaligned,
== Post Processing Presentation ==
Sometimes one wants to give a handout of the presentation, with multiple slides on one page. It is easy to do this using <cmd>combinepages</cmd> or <code>texexec --pdfcombine</code>
This will give you 2*3 slides on A4 paper.
== Additional modules ==
* The [[RawSteps]] module enables you to build a presentation step-by-step without the usage of JavaScript
* The simple slides module [http://github.com/adityam/simple-slides/tree/master simple-slides] serves too.
== Examples of presentations ==
See also [[Sample documents]]
* [https://github.com/adityam/context-slides-example Slides example] by Aditya Mahajan
== Some Ideas ==
<s>
Here's an Interesting post, written by Maurice Diamantini:
* In general, I seem to have much more luck with advi then with xdvi for doing slides. It supports all kinds of interactive things. I've been told it can even do plugins (movies and such), but they only have a LaTeX package to support that.
</s>
===Working Example (for the ones not satisfied with \presentationstep)===
Here are some simple macros almost fully satisfying the idea above with [[SlideWithSteps]], shared with the others by Otared Kavian:

Navigation menu