-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Instead of \usepackage{colortbl} it is better to load beamer with \documentclass[xcolor={table}]{beamer}. This will avoid possible option clashes * These packages are not necessary, beamer loads these packages automatically. In this case this is not really a problem, but in general I would avoid loading packages again that are already loaded by beamer because users might be tempted to specify additional package options there which will result in option clashes * Instead of \usepackage{parcolumns} and \usepackage{multicol} I would urge to use beamers own column mechanism. This will provide better support for overlays etc. * \usepackage{url} is also not really necessary as beamer already loads hyperref * \usepackage{caption} is normally also not necessary because beamer provides its own mechanism to adjust the appearance of captions * removed duplicate libraries * I would suggest to move \title etc. before \begin{document} to make sure that it can be used for meaningful pdf meta data. This would also avoid the warning in the log file... * the \\ at the end of items are not necessary and might mislead users to use them for linebreaks * the \\ at the end of items are not necessary and might mislead users to use them for linebreaks
- Loading branch information
Showing
3 changed files
with
23 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters