Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6647447
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:32:20+00:00 2026-05-26T00:32:20+00:00

I want to show some dynamic content in a presentation. However, I am not

  • 0

I want to show some dynamic content in a presentation. However, I am not sure I have time by Thursday to make slides in the way I would like to within Mathematica.

Is it possible to have Dynamic objects built in Mathematica within A Powerpoint (Microsoft) or Keynote (Apple) presentation ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T00:32:21+00:00Added an answer on May 26, 2026 at 12:32 am

    What is wrong with making few Manipulates, export them each to separate CDF, and you got your presentation there.

    You can make a web page, each page can be contain one CDF. Each page will be like your one slide.

    You can click a link to go to the next web page.next slide, and in it you can run the next CDF.

    To insert a CDF into a web page, is very simple, like this

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <BODY >
    
    <p><script src="http://www.wolfram.com/cdf-player/plugin/v1.0/cdfplugin.js"
    type="text/javascript"></script><script type="text/javascript">// <![CDATA[
    var cdf = new cdf_plugin();
    cdf.addCDFObject("source", "source.cdf",840,670);
    // ]]></script>
    
    <img id="source" src="screen_shot.png"    
     alt="screen_shot" />
    
    </BODY>
    </HTML>
    

    Put your cdf files in the same folder.

    If you know latex, you can write latex document, make them as sections of a document, insert the HTML code in latex, export the latex document to html using latex2html. (this is what I do with my web pages). Like this

    \documentclass[12pt]{article}
    
    \usepackage{graphicx}
    \usepackage{html}
    
    \begin{document}
    \begin{rawhtml}
    <p><script src="http://www.wolfram.com/cdf-player/plugin/v1.0/cdfplugin.js"
    type="text/javascript"></script><script type="text/javascript">// <![CDATA[
    var cdf = new cdf_plugin();
    cdf.addCDFObject("source", "source.cdf",840,670);
    // ]]></script>
    
    <img id="source" src="screen_shot.png" 
     alt="screen_shot" />
    \end{rawhtml}
    \end{document}
    

    Then type latex2html foo.tex and that will generate the html for you. This way you can write real mathematics using Latex, and have the CDF in the same page we well, next to your equations.

    All what you need for your presentation is a browser and the CDF plugin installed.

    Or, you can simply keep everything in Mathematica itself, with a Manipulate in each section of a mathematica notebook, and just run the notebook inside Mathematica at the presentation.

    Forget about power points and PDF’s. That is so boring and old fashioned now 🙂

    CDF is the way to go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say we have a standard WPF-application, and I want to show some UI-elements on
I have a blog hosted freely on blogger. I want to show some html
TLDR I want to add some dynamic content into an Ext-JS window / popup.
I have a problem i have some dynamic button.and i want to store integer
I want to show some bold and some simple word within the same sentence.If
I want to show some dialog (absolute positioned div), and I want to show
I want to show some letters in Bibliography as capital. For example: @misc{libsvm, abstract
I want to show some web page INSIDE Inno Setup installer page, how can
My problem is pretty common. I want to show some loading stuff while the
all I want to show hide some ids using jQuery. My html code is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.