Message Boards Message Boards

1
|
11544 Views
|
6 Replies
|
4 Total Likes
View groups...
Share
Share this post:

Modify the theme in the Presenter Notebooks introduced in 11.2 ?

Posted 6 years ago

I'm giving my first talk with the new Presenter Notebooks feature in 11.3.

I've used Slideshow in the past.

I'm being asked to add the logo of the conference onto my slides (e.g., a footer).

Is this possible? If so how?

I suppose I could use a DockedCell, but I am guessing there is a better solution.

POSTED BY: W. Craig Carter
6 Replies

[update] my skepticism was proven false by b3m2a1's demonstrtion of a magic incantation that created a footer in a nb.

[original post] I'm fairly certain it's currently impossible to have something like a DockedCell that can be anchored to the bottom of a notebook. I'd love it if this was possible!

POSTED BY: Kyle Keane
Posted 6 years ago

It's actually possible with AttachCell. Try:

FrontEndExecute@
 FrontEnd`AttachCell[
  EvaluationNotebook[],
  Cell["asdasdas", "DockedCell",
   CellFrame -> {{0, 0}, {0, 1}},
   CellSize -> {Scaled[1], Automatic},
   Background -> GrayLevel[.98]
   ],
  {0, {Left, Bottom}},
  {Left, Bottom},
  "ClosingActions" -> {}
  ]

That will persist until you close the notebook

POSTED BY: b3m2a1 ​ 

@b3m2a1 you are my hero, that was insanely obscure and super awesome! For years I have wanted to use DockedCells at the botton of my notebooks, this is so cool! I guess it should come with the disclaimer of all undocumented things, which is that it can change without notice since it is not designed for external reliability... but who cares, this is going to be such fun to play with!

POSTED BY: Kyle Keane

Yes, indeed. Kudos to @b3m2a1. I am still working through the stackexchange link's other undocumented features. It looks like a gold mine. Thanks.

POSTED BY: W. Craig Carter
Posted 6 years ago

Use AttachCell (about 2/3 of the way down in this list) to make a cell with the image, TaggingRules to track state, and NotebookDynamicExpression or CellDynamicExpression to bind it on load. Including the the footer automatically should then be pretty simple

POSTED BY: b3m2a1 ​ 

Ditto! I hope this is either possible or high on the roadmap.

POSTED BY: Matthias Odisio
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract