-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epresent page number is too big #51
Comments
Fixes eschulte#48, eschulte#50, eschulte#51, and eschulte#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: ``` ``` It also removes epresent-specific face settings.
I submitted a PR that should make it easier to control the size of the page number. It’s already possible to control the location (to some extent). The page number there is displayed in Emacs’ mode-line. There is a customizable variable #+epresent_mode_line: (" @sellout" " Fix-ing Your Types with Matryoshka " (:eval (int-to-string epresent-page-number))) You can learn how to customize the mode-line at https://www.emacswiki.org/emacs/?ModeLineConfiguration And, now I’m inspired to add |
Both customizable and presentation-specific settings are available. Also refactored the way epresent handles Org file-options. See eschulte#51 for discussion.
Hi,
I'm considering using epresent to run a presentation written in org-mode:
Unfortunately, I have small issues to report.
This is the second one.
The slide / page number is displayed way to big in footer.
It should be possible to choose how this page number will be rendered (location, size).
See attached
I'm using Fedora 24, GNOME 3.20, GNU Emacs 25.0.94.1, Org-mode version 8.2.10, epresent 32e486c
The text was updated successfully, but these errors were encountered: