1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
|
2005-06-16 Till Tantau <tantau@users.sourceforge.net>
Version 3.06:
- Fixed bug in drawing of buttons.
- Version for use with pgf version 1.00.
2005-06-12 Till Tantau <tantau@users.sourceforge.net>
Version 3.05:
- Added color theme wolverine and presentation theme AnnArbor,
submitted by Madhusudan Singh <madhusudan.singh@gmail.com>.
- Added two screen options.
- Added subsubsections (evil!).
- Added \begin{frame}{Title}{Subtitle} syntax.
- Switched to pgf version 0.95
Changes:
- \setbeamercovered is now scoped.
Bugfixes:
- Fixed location of navigation symbols on plain frames.
- Fixed wrong frame number in conjunction with fragile option.
- Fixed compatibility definitions like \beamertemplateballtoc.
- Fixed compatibility definitions for \beamersetleftmargin.
- Fixed wobbling height of frametitle in default theme.
- Fixed problem with serif theme and "onlymath" option.
- Fixed problem with >127 characters and fragile option.
- Fixed problem with activation of Chinese characters
- Fixed problem with spaces in semiverbatim.
2004-10-11 Till Tantau <tantau@users.sourceforge.net>
Version 3.01:
Added:
- Option "fragile" that allows the use of
overlays together with verbatims. *Extremely* useful.
- Added option "T" to columns command/environment for alignment of
top of first lines instead of baselines of first lines.
- Added a color theme (dolphin) and a presentation theme
(Boadilla) due to Manuel Carro.
Bugfixes:
- Fixed "fotoline" in beamerbasecompatibility.sty and
beamerthemeboxes.sty.
- Fixed vertical spacing problem having to do with the use of
\trivlist.
- Fixed problem with wrong short forms of section/subsection in
certain outer themes in headline.
- Fixed bug causing "unknown command \insertblockname" in article
mode.
- Changed definition of \normalcolor so that it works inside color
mixins.
- Fixed problems with autoframebreak and unwanted breaks.
- Fixed problem with problem with vertical mode after \item.
- "Smoothed" the rendering of the right side of boxes with
shadows.
- Fixed "descriptionwidth" to "description width".
- Fixed problem with labels outside frames creating empty frames.
- Applied lot's of spelling patches to user guide.
- Fixed \thanks.
- Navigation symbols are no longer shown in handout and trans
modes, by default (write
\setbeamertemplate{navigation symbols}[default] to get them
back).
2004-09-27 Till Tantau <tantau@users.sourceforge.net>
Version 3.00:
Added:
- Added inmargin and Bergen themes.
- Added beamerbasercs.sty.
Bugfixes:
- Fixed problem with displayed math formulas are message "improper
halign..."
- Fixed wrong positioning of mini frames on notes pages.
- Fixed bugs in outer theme miniframes.
- Fixed foreground coloring problem in beamerboxesrounded.
- Fixed \alert in article mode problem.
- Fixed \temporal problem.
- Fixed vertical mode after \item problem.
- Applied patch with typo fixed submitted by Ohura Makoto.
- Fixed warnings concerning it/sl substitution for cmss.
- Renamed "ternary" to "tertiary" and "fourth" to
"quaternary".
- Changed parent of color "frametitle" to "titlelike".
- Fixed problem with \note in lectures that are excluded.
2004-09-23 Till Tantau <tantau@users.sourceforge.net>
Version 2.99
Release notes:
- This is a pretest version. Version 3.00 will be the next "real"
release. The present version should not be distributed as
bundles or suchlike.
- You need pgf 0.63 and xcolor 2.00 for this version.
- Quite a lot has changed. However, old presentations should
compile just fine, except if really wicked things have been
done. If a reasonably normal old presentation no longer
compiles, please drop me a line.
- Some small color and spacing changes in the old themes may
occur.
Themes:
- Completely new theme management.
- Lot's of new variations of themes.
- Font/element/layout/color themes are orthogonal and can be
freely combined.
- Old themes obsolete, but supported for compatibility.
- Original default theme is now in
"beamerthemecompatibility.sty". New default is more minimalistic.
+ Presentation themes:
- There are now 24 ready-to-use presentation themes.
- Manuel Carro has send me a theme that I slightly adapted and
added as the Madrid theme.
+ Layout and element Themes:
- There are 9 different layouts themes, including three new ones
that were not available in the previous version.
- There are 4 different element themes (which dictate things like
how items are typeset).
+ Color themes:
- There are 10 color themes, including a yellow-on-blue theme.
- The seahorse and rose theme allow you to change the colors of
headlines and footlines easily to much less "aggressive"
versions.
- You can now dictate the color of every minute detail of a
presentation individually, (including math!).
+ Font themes:
- 6 font themes. Change the fonts of titles to, say, small caps
just by using the smallcaps theme; no need to meddle with
templates.
- Just like colors, you can individually change all fonts in
minute detail without touching any templates.
Documentation:
- Split documentation into multiple files.
- Reorganized and reworked large parts of the documention.
- Added a small tutorial to help new users.
- Extracted all "guidelines" and "recommendations" and put them in
a "guidelines" section. Also added lots of guidelines on fonts.
- Added an index (though it's pretty poor, still).
Solutions:
- Added a solutions directory.
It contains ready-to-use solutions for common problems (like
a template for a conference talk).
- Help appreciated (see the documentation).
Added:
- Added frame environment (finally!).
- Added the dot notation to overlay specifications. If a dot is
used instead of a plus, the beamerpauses counter is not
incremented.
- Added xmpmulti.sty. Very useful for including Multi Metapost
graphics.
- Added some functionality to \onslide to get it more in sync with
ha-prosper.
- Made \beamerdefaultoverlayspecification work also outside
frames.
- Added new version of beamer.el by Thomas Baumann.
- \footnote now takes an overlay specification.
- Added beamercolorbox environment.
- Characters like : may now be active (nice for french
style). Only exceptions are < and >.
- Added a note on how to use msc.sty with beamer.
- TOCs in sidebar will now do line breaking (finally!).
- Powerful object-oriented new font management.
- Powerful object-oriented new color management.
- \tableofcontents now has more options for showing/not showing
entries.
- Same is true for the toc in sidebars.
- Added \keywords command (like \subject).
- Added a patch to make beamer work together with musixtex. \pause
will be redeclared inside music environments.
- Added \insert's for inserting the start and end pages of the
current frame, subsection, section, part, presentation, appendix.
Changed:
- Reordered directories.
- beamerboxesrounded now works differently. color schemes no
longer needed.
- Option class=xxxx onsolete. Use document class xxxx directly
instead and load new style beamerarticle.
- Cleaned up lot's of internals.
- Slight changes to vertical spacing.
- slidestop is now called "t" and slidescentered is called "c".
- \beamersetleftmargin and \beamersetrightmargin obsolete. Use
\setbeamersize instead.
- Old themes are now mapped to new internal mechanisms. Slight
color and vertical spacing changes may occur.
Bugfixes:
- Fixed incompatibility with czech.sty.
- Fixed some spacing problems with \label.
- Fixed bug that could cause endless loop if more than two pages
resulted from an allowframebreaks.
- Fixed bug that caused incorrect counter resets in conjunction
with allowframebreaks.
- Fixed bug that caused footnotes of suppressed frames to spill
over to the next frame.
- Fixed bug with \AtBeginSection + \lecture + \mode*
- Fixed \label bug in article mode in conjunction with amstex
- Fixed spacing problems when \pause is used in equations
- Fixed spacing problem with slides that start with an itemize.
- Fixed color problem in itemize in conjunction with evil use of
\everymath.
- Fixed failure of action environment in handout and trans modes.
- Fixed bug with shrink + t options.
- Fixed lot's of other small things.
2004-07-06 Till Tantau <tantau@users.sourceforge.net>
Version 2.21
- Switched to xcolor 2.00.
2004-04-19 Till Tantau <tantau@users.sourceforge.net>
Version 2.20
Added:
- Added style "Separator" in LyX.
- Added multimedia.sty for movie and sound inclusion.
- Added evil allowframebreaks option to frames for automatic frame breaking.
- Added evil shrink option for automatic frame text shrinking.
- Added squeeze option to frames for squeezing more on a frame.
- Added \framesubtitle command.
- Added \subtitle command.
- Added \subject command.
- Added option usepdftitle=false to suppress automatic generation of
author and title entries in pdf document info.
- Added \framezoom command.
- Added new version of beamer.el, due to Thomas Baumann.
Changes:
- FoilTeX emulation will now do automatic page breaking.
- Empty lines in "Standard" lyx style will no longer be kept, use
an empty Separator line instead.
- Changed the qed symbol to an open rectangle.
- The way frame titles are typeset is completely different now,
internally. Under normal circumstance you should not notice any
differences, but if you do wicked things with the frame titles,
problems might arise.
Bugfixes:
- Fixed definition of overlayarea to give better spacing.
- Fixed problem with persisting background color and dvips.
- Fixed zillions of typos in the user's guide spotted by
Xavier Noria and Uwe Stoer.
- Fixed unrobust definition of \\.
2004-04-07 Till Tantau <tantau@users.sourceforge.net>
Version 2.11
- Added t, b, c options to \frame.
- Fixed esoteric bug in beamerbaseoptions.
- Fixed problem with \againframe and counters.
- Added (small part of) texpower emulation and foils emulation.
- Changed the examples for emulation of prosper.
- Now works with xcolor 1.10 (and only 1.10).
- Fixed a PostScript related problems in bibliographies.
- Fixed lyx default template.
- Fixed bug that caused option CJK to be broken (though cjk
worked).
- Added inserts for section numbers for navigation bars.
- Fixed problem with spacing inside itemize after equations.
2004-03-10 Till Tantau <tantau@users.sourceforge.net>
Version 2.10
- Fixed some spacing problems in uncover and invisible, itemize
and pause.
- Moved head/footline calculation after beginning of document.
This fixes all sorts of problems.
- Added utf8 encoding support.
- Added a (HA-)Prosper emulation layer.
- Added a seminar emulation layer.
- Added third level of itemize/enumerate nesting (I don't like it,
but some people do).
- Added the \onslide command for use outside overprint
environments. It generalises \pause in a simple, easy-to-use
way.
- Added incremental overlay specifications (very useful).
- Added beamer.el emacs plug-in, contributed by Thomas Baumann.
- Fixed problem that caused empty columns to disappear.
- \ref will now create hyperjumps.
- Switched to amsthm for theorems. Theorems now accept
optional arguments (amsthm like).
- Added \newtheorem support.
2004-02-23 Till Tantau <tantau@users.sourceforge.net>
Version 2.01
- Fixed bug with class options containing braces
- Fixed bug in beamerbasecolor.sty
- Fixed bug that caused footnotes not to be shown.
- Fixed bug that caused \normalcolor to ignore mixins.
- Fixed bug with french and spanish babel in article mode.
- Fixed bugs in \cite and \bibitem commands. Will now correctly
handle spaces in conjunction with babel.
- Fixed bugs in beamerpresentation.lyx.
- Fixed bug with \@centercr in article mode.
- \cite now hyperlinks
- \beamertemplateballitems will now also project mini templates on
balls. Write
\useenumerateitemminitemplate{\color{beamercolor}\insertenumlabel}
to get the old behaviour.
- \footnote now takes an extra optional argument.
2004-02-18 Till Tantau <tantau@users.sourceforge.net>
Version 2.00
Added:
- Added placement options to columns and column commands.
- Added \column command.
- Added label option to frames.
- Added \againframe command for showing a frame again later on
(very useful!).
- Added \includeonlyframe command for typesetting only specific
frames.
- Added \AtBeginSection, \AtBeginSubsection, and \AtBeginPart
commands (very useful!).
- Added \visible command (opposite of \invisible).
- Added verse, quotation, and quote environments.
- Added abstract environment (not very useful in my opinion).
- Added colored option to \defverbatim for use with lstlisting.
- Added grid density option to grid background.
- Added professionalfont option.
- Added automatic support of serif math minion fonts.
- Added option to \pause command to pause only from a specific
slide on.
- Added \unpause to stop the last \pause.
- Includes enumerate.sty by default and allows one to use its
functionality in beamer.
- Added dark and tab options to beamerthemesidebar. Other sidebar
themes no longer needed.
- Made \note work also inside frames.
- Added templates for notes.
- Added notes=onlyframeswithnotes option for generating only
frames that contain a note.
- Added options to all \insertshortxxx commands.
- Added option for passing arguments to color, xcolor, pgf, and
hyperref.
- Added \action and actionenv environments.
- Added the concept of actions to overlay specifications. For example,
\item<alert@2> will alert the item on the second slide and
\item<2-| alert@2> will furthermore have the item covered before
that.
- Added <> option to \newcommand and \newenvironment to make the
defined commands overlay-specification aware.
- \only and \alt will now also accept an overlay specification
"at the end".
- Block environments now accept overlay specification also before
the argument.
- Added \mode command
- Added beamerbasearticle.sty -> makes nearly all beamer commands
available in article mode in a sensible way.
- Added mode specifications to \section and \subsection commands
(useful for the article version).
- Started adding some templates for rendering frames in article mode.
- Added \lecture command and \includeonlylecture (useful for
lecture notes).
- Added a containsverbatim option to the \frame command. Should be
used instead of the old \frame<all:1> (which is, however, still
supported).
- Made \includegraphics, \pgfimage, and \pgfuseimage
overlay-specification-aware. (useful for pseudo-animations)
Changed:
- Every frame is now put into a box internally. Slides will never
be split over two pages.
- \pause commands now transcends blocks (very useful, but not
compatible!)
- Balls are now also used for enumerations, not just for itemize
in shadow theme. Use \beamertemplateenumeratealpha to get old
behaviour.
- Changed syntax of alert and structure templates.
- Reworked internals of overlay management. Should produce
slightly shorter files.
- Changed file names of .jpg and .png images to start with "beamer-"
to avoid name clashes.
- Renamed \original to \beameroriginal because of clash with
lucidia font styles.
- "Streamlined" themes to use the same basic templates.
- \noteitems replaced by \note[enumerate].
- \nameslide command is now obsolete. Use the label= option
instead.
- Removed notesonly option. Use notes=only.
- Themes beamerthemesidebartab, beamerthemesidebardark, and
beamerthemesidebardarktab are now obsolete. Use
beamerthesesidebar will appropriate options instead.
- Theme beamerthemetreebars obsolete. Use beamerthemetree with
option bars instead.
- Removed compressnotes option. Use \beamertemplatenotecompress
instead.
Removed:
- Removed pauses environment (no longer needed).
- Improved pgf makes \pgfonly superfluous. Use \only instead.
- Removed reproducable .pdf example files from repository for
faster cvs checkout/checkin.
- Removed \invisibleon command (was superfluous anyway).
- Removed \mixinon command (was not very useful and clashes with
new \pause command; use \opaqueness instead).
- Removed \newoverlaycommand and \renewoverlaycommand. Can be
better implemented using \newcommand<>.
- Removed \article, \presentation, and \common commands (still
quietly tolerated). Should be replaced by \mode<article>,
\mode<presentation>, and \mode<all>.
- Removed beamer/lyx/doc. Documentation is now incorporated in
the main user's guide.
LyX:
- Added a big example file beamerlyxexample1.lyx.
- Changed \tableofcontents command so that options can be
given in LyX.
- Changed \frame command in LyX so that options can be given.
- Added overprint and overlayarea environments.
- Added \againframe command.
- Changed beamer.layout to use new command \column. Old environment
no longer supported in lyx.
- A new frame and a section or subsection will automatically close
the previous frame. EndFrame is only needed before the end of
the document, before the appendix, and before "out-of-frame"
material.
- Added TitleGraphic command.
- Documented the LyX interface in beameruserguide.pdf.
Bugfixes:
- Fixed bugs with "jumping" blocks in overlays.
- Fixed bug with tabbing in beamerbaseboxes.
- Added work-around for problem with black background in older
versions of acroread.
- Fixed problems with linebreak in short title and short author
in sidebar themes.
2004-01-19 Till Tantau <tantau@users.sourceforge.net>
Version 1.21
- Fixed bug in \insertverticalnavigation that made sidebar themes
unusable.
2004-01-16 Till Tantau <tantau@users.sourceforge.net>
Version 1.20
- Reorganzed directory structure: new directories base and themes
- Added some explanations in user guide on font encodings and
graphic file formats.
- T1 encoding is fully supported now.
- lmodern and fourier fonts are supported now.
- \mathrm will always produce roman text now.
- \mathbf will produced boldface serif or sans-serif text,
depending on the math font selection.
- Added options to include only certain sections in the table of
contents.
- Added option to hilight only the current subsection in the table
of contents.
- Added inserts for numbering sections in the table of contents.
- Added predefined templates for more fancyful table of contents.
- Shadow theme now uses a numbered table of contents by
default. Use \beamertemplateplaintoc to get the old behaviour.
- Changed the syntax of \frame. Overlay specification must now be
given in pointed brackets. (Old syntax is quietly tolerated.)
- Command \plainframe has been replaced by \frame[plain]. (Old
syntax is quietly tolerated.)
- Renamed beamerboxes to beamerbaseboxes and beamertemplates to
beamerbasetemplate. They are included automatically, so simply
delete an inclusion of the old packages).
- Fixed bug in beamerbaseboxes.
- Uncover now also works for whole lines or passages in tables and
alignments, both for completely invisible covered and
transparent covered text.
- Item balls/icons now change color inside beamerboxes according
to the color scheme.
- Added versioning system for head and toc entries. Will no longer
do weird things when left over files from an old version are
encountered. (Makes updating a lot easier.)
- Slightly changed LyX stuff to work together with the syntax
changes. Still no real documentation.
- Uses version 1.06 of xcolor now.
- Uses pgf 0.50 now.
- Mechanism for alternate selection of images and shading is
slightly changed and incompatible with the old one.
- pgf's cvs is now also on SourceForge next to the beamer class.
2003-12-09 Till Tantau <tantau@users.sourceforge.net>
Version 1.10:
- Started implementing a LyX interface, see the lyx directory
(not yet documented very well).
- Fixed bug with navigation symbols and dvips, ps2pdf.
- Fixed bug with navigation symbols and missing \logo.
- Added more size options.
- Fixed bug in parts with superfluous frame symbols in navigation
bars.
2003-11-25 Till Tantau <tantau@users.sourceforge.net>
Version 1.04:
- Fixed problem with Spanish style.
- Fixed problem with compress in beamerthemesplit.
- Fixed bug that made beamerthemeclassic useless.
- Fixed incompatibility with deluxetabular.
- Fixed bug with "gray" option. Renamed to "blackandwhite".
- Fixed bug that caused columns in slidetop mode to be centered.
2003-11-20 Till Tantau <tantau@users.sourceforge.net>
Version 1.03:
- Documented beamerboxes.sty
- Added animation example.
2003-11-20 Till Tantau <tantau@users.sourceforge.net>
Version 1.02:
- Added missing shadow theme file.
- Documented changes of syntax of \transxxxx commands.
2003-11-15 Till Tantau <tantau@users.sourceforge.net>
Version 1.01:
- Added shadow theme.
- Added masked versions of images.
- Added shadow blocks.
- Added another example.
2003-11-12 Till Tantau <tantau@users.sourceforge.net>
Version 1.00:
- Added part managment and documented it.
- Changed \appendix to use \part internally. Appendix can now
contain numerous sections.
- Added \nameslide commands for inserting slides into the article
version.
- Added draft option.
- Fixed bug with \pause and notesonly.
- Added CJK option for Chinese fonts in navigation bars.
- Added \includeslide command.
- Needs pgf 0.40 now.
- Added \beamertemplateroundedblocks (quite cute).
- Added three examples.
- Added compressnotes option.
2003-11-04 Till Tantau <tantau@users.sourceforge.net>
Version 0.93:
- Added \article, \common, \presentation macros for creating an
article version of a presentation from the same file.
- Corrected several examples in the user guide.
- Added additional hyperlink commands.
- Added button management.
- Reworked the formatting of the user's guide.
- Added new navigation symbols.
- Replaced inrow option and theme splitcondensed by compress
option.
2003-10-28 Till Tantau <tantau@users.sourceforge.net>
Version 0.92:
- Added figure and table environments.
- Color management switch over to xxcolor.
- Implemented transparency effects for covered items.
- Fixed problem with \label.
- Made \bibitem overlay-specification-aware.
- Added \transduration command.
- Added animation commands.
- Added pauses environment.
- Added pausing options to \tableofcontents.
- Moved hidesubsections and shadedsubsections options to
parameters of \tableofcontents.
2003-10-23 Till Tantau <tantau@users.sourceforge.net>
Version 0.91:
- Documented side bar templates.
- Fixed bug that did not suppress head and foot lines for notes.
- Fixed bug that disabled transition effects.
2003-10-16 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.90:
- Improved the installation procedure documentation.
- Added a \plainframe command for creating frames that are
completely filled with a picture. Navigation bars are
suppressed.
- Clicking on the current frame icon will advance to last slide of
the frame.
- Added nicer icons for the bibliography. These are now vector
graphics that work nicely together with a background shading and
can be zoomed arbitrarily.
- Fixed bug in overwritten \document.
- Added \appendix command.
- Fixed bug when using color options like "red".
- Added theme beamerthemesplitcondensed, adapted from a submission
by Paul Gomme
- Added command \insertframenumber
- Added several new themes
- Fixed behaviour of split theme: optional arguments of \section
and \subsection are now shown in navigation bars.
- Added side bar management.
2003-10-13 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.82:
- Short versions of title, authors, institute can now be specified
as optional parameters.
- Fixed problem with the usage of commands (like \LaTeX) in
\section and \subsection commands.
2003-10-09 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.81:
- Fixed problems with french babel styles.
- Fixed problems with pdfmark.def
- Fixed bugs in user guide
- Fixed problem with using commands inside overlay specifications
(you can now write \uncover<\value{xxx}>{something})
- Changed version numbering to become compatible with debian
package manager
2003-10-01 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.80:
- Renamed \line to \beamerline to avoid clash with LaTeX standard
\line
- Added transition effects.
- Expanded documentation.
2003-09-30 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.71:
- Added bibliography environment and appropriate templates.
- Added \temporal command.
2003-09-26 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.70:
- Added per-frame resets for counters. Fixed a problem with wrong
numbers in equations in overlays.
- Fonts can now easily be changed.
2003-09-23 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.62:
- Added a description environment.
2003-09-22 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.61:
- Bugfix to make the class work with both old and new versions of
geometry.sty.
2003-09-19 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.60:
- Bugfix for overlays and environments that internally use
trivlists.
- Bugfix for overlays and lists - no more whobbling.
- Added overprint environment and overlayarea environment.
2003-09-18 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.52:
- Left and right margins can now be changed.
- In \section commands, you can now use formulas and line breaks.
- More documentation, especially on how to put several slides on
one page.
- Workflow documentation.
- Two new themes. One of them needs version 0.11 of pgfshade.sty
to work.
2003-08-31 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.50:
- Added options handout and trans.
- Moved predefined templates to new file beamertemplates.sty
- \titlepage must be put into a frame now
- Added notes management.
2003-08-21 Till Tantau <tantau@cs.tu-berlin.de>
Version 0.40:
- Created Change log.
- New overlay management.
|