466 questions
Advice
0
votes
3
replies
61
views
Powerpoint reset presentator timer on Slide 2 (Or leaving slide 1)
I have my presentation on the first slide while the room fills.
I would like the Presentation timer to reset when moving to slide 2.
I can't seem to remember to either, press reset or pause/start to ...
0
votes
1
answer
119
views
How to ensure speaker notes visibility in a revealjs presentation created with quarto, for a slide with multiple fragments?
I have a slide in a revealjs presentation created with quarto, with several fragments and an incremental list (example below).
Ideally, the speaker notes should be visible at specific moments, as ...
0
votes
0
answers
155
views
Marp(it) custom theme
I'm evaluating marp as code base for my lecture slides. For the start I wanted to use a metropolis (latex beamer) style theme. I put something together which works most of the time:
/* @theme ...
0
votes
1
answer
116
views
Significance indicators are not appearing on a graph in R
I am relatively new to R and having issues with displaying the asterisks for significant differences, even though the ANOVA and Tukey posthoc show p <0.05. I also cannot seem to get the tukey ...
0
votes
1
answer
134
views
How to play all the audio files automatically using macros in PowerPoint?
I have several audio files in PowerPoint presentation. I want them all to play automatically (not by click). Is there a possibility to do it with vba macros?
This code runs, but nothing changes:
Sub ...
0
votes
0
answers
1k
views
PowerPoint presentation (with images in it) when exported to PDF gives a very blurry and bad quality output
I have been struggling for a while now. I am creating my design portfolio in a 16:9 screen ratio. My designs (which I want to put in the PPT file) are high quality images. Also, there are several ...
0
votes
1
answer
182
views
Android Dual Screen POS - what’s the practical way
I purchased an Android dual-screen device, with one screen in portrait mode and the other in landscape mode.
The desired effect is for customers to use the portrait screen for self-service ordering ...
0
votes
1
answer
435
views
Align `.r-stack` of images at the top in quarto revealjs presentation
I am using the Quarto revealjs presentation format. I am using .r-stack to stack a bunch of images on top of each other as so:
---
format: revealjs
---
## My slide
:::{.r-stack}
:::{.fragment .fade-...
0
votes
0
answers
53
views
Lateral select from single data table [duplicate]
I have a table which is defined as
Datum, Name, weight
This is populate with:
yyyy-mm-dd hh:mm:ss, Bob A, 90
yyyy-mm-dd hh:mm:ss, Bob B, 120
yyyy-mm-dd hh:mm:ss, Bob C, 90
yyyy-mm-dd hh:mm:ss, Bob A, ...
1
vote
0
answers
74
views
Google Slides slideshow feature not working in iframe , showing white
Thanks in advance , we were using Google Slides slideshow in iframe and this was working fine but after 10th April 24 , it stopped , its displays white on click of SlideShow button , here we attached ...
1
vote
0
answers
111
views
How to get a 100% stacked bar like shape in C# using openxml to represent 3 set of values array whose data is coming from excel
The chart looks like this
and the excel from which data is coming looks like this
How to get this powerpoint shape be represented using OpenXml and C# with data be static for now. I am using Open ...
0
votes
1
answer
97
views
In Apache POI presentation, how to change the default color of a link added as XSLFTextRun to a cell in XSLFTable?
This is using Apache POI 5.2.5, with XMLSlideShow. While changing the color of non-link text works as expected, if a link is added to a XSLFTableCell, the color change doesn't work. Below is a sample ...
0
votes
1
answer
135
views
With Apache POI XMLSlideShow, unable to create shapes like Balloon, Callouts
With Apache POI 5.2.5, in an XMLSlideShow, I am able to create few basic shapes, like triangle, rectangle. But for some reason, unable to create balloons and callouts.
Here is relevant piece of code (...
2
votes
2
answers
2k
views
Python to PPTX using python-pptx library
I am trying to update ppt using python. I have following set of code and need a help to solve following issue.
Value in table should be integer with comma seperator.
The columns should auto adjust as ...
1
vote
1
answer
117
views
Using Apache Poi XMLSlideShow, in a XSLFTable table, can we include a rounded rectangle in each cell behind a text paragraph?
In a XSLFTable table, there are two columns - one with text and another is a percentage figure as shown in image below.
While creating the table and data is pretty straightforward, how can the ...