eschulte / epresent

Presentations in Emacs -- based on Org-mode
183 stars 51 forks source link

Replace text-size with face-attributes. #57

Closed sellout closed 6 years ago

sellout commented 8 years ago

Fixes #48, #50, #51, and #53.

This allows much more fine-grained control over epresent styling. In addition to being able to CUSTOMIZE faces it also adds a #+EPRESENT-FACE-ATTRIBUTES option to Org that sets faces for a specific presentation.

Here is an example from a recent presentation I gave:

#+epresent_face_attributes: ((default :family "Adobe Caslon Pro") (fixed-pitch :family "Inconsolata"))

It also removes epresent-specific face settings.