What's the best style to cite the sources of images in beamer presentation. How to do it?
Since this question may not have a "best answer" I suggest to make it community wiki.
|
What's the best style to cite the sources of images in beamer presentation. How to do it? Since this question may not have a "best answer" I suggest to make it community wiki. |
|||||
|
|
Either in print or in a presentation I think is best to add it below the image:
I prefer this approach as it takes less space and is also at the right place to "tell its story". |
||||
|
|
|
I prefer putting the source in the lower right corner of the slide (which allows me to put text and image references in the same place). For that, I use a small macro
(You probably need to fine-tune the positioning of the textblock in the first line to suit your template.) In the actual beamer frame, just put it somewhere like this:
There might be better ways to do it, but that is what works well for me. EDIT: Forgot to mention that you need to include the definitions for the font and colors In your beamer color theme, add a line like:
In your beamer font theme, add a line like:
EDIT: Full MWE:
|
|||||
|