Skip to content
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

Open
ydroneaud opened this issue Jul 6, 2016 · 1 comment
Open

epresent page number is too big #51

ydroneaud opened this issue Jul 6, 2016 · 1 comment

Comments

@ydroneaud
Copy link

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 screen shot

I'm using Fedora 24, GNOME 3.20, GNU Emacs 25.0.94.1, Org-mode version 8.2.10, epresent 32e486c

sellout added a commit to sellout/epresent that referenced this issue Aug 6, 2016
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.
@sellout
Copy link

sellout commented Aug 7, 2016

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 that contains the formatting used in epresent. You can also set the mode line for a specific file by adding #+EPRESENT_MODE_LINE to the file. Here is an example from one of mine:

#+epresent_mode_line: (" @sellout" "         Fix-ing Your Types with Matryoshka           " (:eval (int-to-string epresent-page-number)))

and it ends up looking like
screenshot_8_7_16__09_29

You can learn how to customize the mode-line at https://www.emacswiki.org/emacs/?ModeLineConfiguration

And, now I’m inspired to add epresent-header-line, too, which is similar to the mode-line, but at the top of the window.

sellout added a commit to sellout/epresent that referenced this issue Aug 7, 2016
Both customizable and presentation-specific settings are available.

Also refactored the way epresent handles Org file-options.

See eschulte#51 for discussion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants