HT5361 Is it possible to embed raw latex into a mail message to display an equation?

Hi,
Is it possible to embed raw latex (or any other meta data format like HTML) into a mail message? I would really like to be able to send equations directly without converting them to PDF or GIF first.
Thanks,
Joe

I just borrowed a quadratic equation from the MathML Wikipedia site and grafted it into an HTML document. It imaged fine in Safari 7. It should be noted that neither the latest Google Chrome or FIrefox rendered the same content accurately.
Laying out your entire email message (including MathML) in HTML can be tedious. Once it is displayed in the browser, each use of the command+I will put the browser content in a new Mail compose window. So, you cannot add an equation to existing Mail composition. Select, copy and paste (or paste and match style) will not work either.
Depending on the importance you place on email equations, at one time, Design Science (MathType) claimed compatibility with Apple Mail (4.5) where you could input your equation in MathType and it could then be placed within the email. The mail recipient would not need a copy of MathType installed for this to work. MathType even allows you to key your equation in with LaTeX syntax to generate the equation.
You could check with them about functionality (or restrictions) with Mail 6 and 7 on OS X, as it might provide a more productive way to achieve your goals.

Similar Messages

  • Is it possible to embed one form into another form?

    I have two Oracle 6i forms - Form A and Form B.
    Both forms are accessed independently at this time (from separate menu entries).
    I would like to add a new tab on Form A that, when selected, opens Form B within Form A (e.g. I wish to embed Form B into Form A).
    Is this feasible to do? I'm aware that it is possible to launch Form B from Form A (using a button) but we'd prefer to directly embed Form B into a tabbed window on Form A, if it is technically feasible to do.
    Greatly appreciate any suggestions or insight anyone can provide as per whether or not this is feasible.
    Kind Regards,
    Jeremy

    Thanks Andreas -- this is what I was assuming based on the research I've done so far.
    Would you happen to know if it is possible to open Form B (in a new window) when a tab is clicked on Form A, or can this only be done when a button is pressed on Form A (when-button-pressed trigger)?
    Regards,
    Jeremy

  • Possible to embed an iframe into a Keynote slide?

    I would like to include an iframe (embed code from Google Views 360º Photo) in a slide. Is this possible?

    Keynote can only accept the following:   still image formats;   TIFF PNG JPEG GIF PDF,    it will also play any video that can be played in Quicktime player.
    Keynote won't accept Google 360 or other kinds of virtual tour or panorama files, anything like this will need to be converted to a static still image file.

  • Is it possible to embed JavaScript functions into a Flash file (AS 3.0) and call within flash itself, without using the external .js file

    Scenario:
    I have a text area in flash. The user will copy paste any JavaScript  function in the text area and click execute button. The JavaScript function pasted in the text area should be executed with in the flash itself and the return value will be shown in another text field.

    yes,
    function testF(s:String):XML{
        var js:XML = <script>
        <![CDATA[
        ]]>
        </script>
        js.appendChild(XML(s));
        return js;
    ExternalInterface.call(testF(your_tf.text));

  • Is it possible to embed camera profiles in DNGs?

    I convert my Canon 60D CR2s to DNG via the DNG converter, but also use Camera RAW in Photoshop CS5, which has lens profile support, and sometimes PTLens via a plugin in Aperture to avoid starting up Photoshop.
    Is it possible to embed camera profiles into a DNG, either with Adobe software, or other 3rd part software, so that Aperture can read it? Aperture uses the system Raw support, and since it does support embedded lens profiles, such as from some Micro 4/3rd cameras, which gives Aperture rudimentary support for them.
    So, is there any way to embed lens profiles into my converted DNGs with any available software? I'm OK with command line utilities, so if there is a techy way, I can devise a script (hopefully) to add it automatically. I do have PTLens, which has a lens profile database (though perhaps encrypted), and I think Hugin supports the LensFun database as well.

    I have only experimented a little bit with the profile creator, so don't take this as an expert answer.  It seems to me that the profiles are saved with an identifier linking them to the appropriate camera model.  Apparently what you would have to do is find a way to edit that profile and modify that identifier to point it to a different model.

  • Embed HTML Code Into Mail?

    Hi,
    Is it possible to embed HTML code into an Apple Mail message? If it isn't, this would be a really useful feature. Lots of sites now, such as YouTube and Flickr, provide snippets of HTML code that you can copy and paste into your "webpage". But how useful would it be if you could paste this code directly into an e-mail? That way you could do things such as embed a YouTube video into an e-mail, rather than just provide a link to it.

    You can do it, but it will not be the easiest thing, and it's generally frowned on, since HTML email is used by spammers and marketers to track whether or not you open their emails. It's much easier and more accepted to just send a link to something you want someone to see; not everyone has time time, patience, or affordable broadband to download a web page with an embedded video window.
    You'd have to do the coding yourself, test it to be sure it works when sending and receiving, and then send it to everyone you want to see it. That's a lot of work for no real benefit. According to Apple, Mail in 10.5 allows the sending of HTML using the Stationery feature; have you tested that or checked the Help files for that to see how it's done?
    Mulder

  • Can you embed HTML code into a Captivate project?

    Hi there.
    Is it possible to embed HTML code into a project? I can't find any options to do it. I'm using Captivate 7.
    Thanks.

    Yes I am talking about the play button when the course launches.  If you modify the index.html to look like this, the course will automatically play instead of showing the play button.
    function initializeCP()
                    function cpInit()
                                    document.body.innerHTML = "
                                    cp.DoCPInit();
                    if((typeof InitAppPackager !== "undefined") && (typeof InitAppPackager === "function"))
                                    InitAppPackager(cpInit);
                    else
                                    cpInit();
                                    cp.movie.play();
    The part in read is the command that I add to the index to make it autoplay.

  • Is it possible to embed some JavaScript code WITHIN a QT movie?

    Hi,
    This may be a job for QuickTimeKirk, as I've seen (s)he seems quite knowledgeable about QuickTime secrets...
    I'm using a blog service which does not allow the calling of external JavaScript files. Furthermore, testing STAMPot from my excellent fellow compatriot *Francis Gorge* (http://www.qtbridge.com/stampot/stampot.html) did not help me enough because the posts on my blog are contained within tables over which I have little control. In particular, I cannot write a full HTML page description with the <head> and <body> tags, and all the references needed to link to the .js file (and others) created by STAMPot.
    So, I'm wondering if it is possible to embed the appropriate code directly within a QuickTime movie, e.g. under the form of a additional HREF track.
    What I'm trying to achieve, in the end, is to have a poster frame for my movie, and have the movie play within that same poster frame space, but WITHOUT the movie controller +(not the poster frame controller, which I know how to hide)+, and then the movie looping back to the poster frame.
    Maybe I missed something, but in the case I understood correctly what I read on the QT Dev web site, when one passes the controller="false" parameter to the +<embed src="<a class="jive-link-external-small" href="http://...&gt;">http://...> tag, the parameter only applies to the FIRST movie, which is, in fact, the poster frame. Even if the target movie was saved with the controller disabled, this is only acknowledged by QuickTime Player, NOT by the QuickTime plugin.
    Any help will be greatly appreciated!
    Thanks in advance,
    batspray

    1- You can add a frame to the end of the movie, make it an href track that points back to the poster movie. Yes. Illustrated details, here: [http://developer.apple.com/documentation/QuickTime/QT4WebPage/samplechap/speci al-24.html]
    2.- As to the larger question of JavaScript within the QT movie, No. "Starting with QuickTime 7.1.5, you can no longer issue javascript: URLs or call JavaScript functions from within a QuickTime movie. This feature was removed from QuickTime for security reasons." See this official notice: [http://developer.apple.com/documentation/quicktime/Conceptual/QTScriptingJavaScript/bQTScripting_JavaScri_Document/chapter_1000_section1.html].

  • Is it possible to embed keywords assigned in Lightroom 4 into DNG files?

    Keywords I assign to photos in Lightroom do not show up as "tags" when I view the photo's properties in Windows Live Photo Gallery. Is it possible to embed keywords assigned in Lightroom to the properties of the photo file?

    Thanks very much for your response. Ctrl-S saved the keywords to the DNG file properties. However, my original question was wrong. I should have asked how to save the keywords assigned in Lightroom to the properties of a TIFF file. Ctrl-S in Lightroom does not seem to embed keywords assigned to a TIFF file. When I check the properties of a TIFF file in Windows Live Photo Gallery after I have assigned keywords in Lightroom, the keywords assigned in Lightroom do not appear as "tags." Do you have any additional suggestions?

  • Is there a possibility to open raw files from the Nikon D750 in photoshop elements 11?

    Is there a possibility to open raw files from the Nikon D750 in photoshop elements 11? I allready tried to install camera raw 8.7.1 but it doesn't work.

    Yes, I see:
    Letzte Aktualisierung
    16.04.2012
    The link I gave is listed in the faqs of this forum.
    Photoshop Elements FAQ List
    mfG
    Michel

  • Is it possible to Embed a PDF and command by a button within a PDF document

    Is it possible to embed a fillable PDF form onto a PDF document and using the button to open the embedded file?
    I am using XI Pro.
    Thanks.
    Jj

    Files cannot be "embedded" in a PDF.
    Attach the form PDF to the not-a-form PDF.
    Create the Button field on the not-a-form PDF.
    For the Button's Action select "Go to a page view".
    You'd open the attached form PDF.
    The  Action wll look like:
    Mouse Up
        Go to a page in another document
               File: PDF attachment
               Page: 1
               Zoom level: Fit Page
    The default "Open" for the attached PDF is "Window set by user preference".
    You can edit this to select either "New Window" or "Existing Window".
    Be well...

  • Is it possible to embed fonts in Keynote theme?

    I've created custom theme for Keynote'08 and everything works fine.
    My theme uses corporate fonts.
    At the moment the theme is distributed with additional font pack and the user have to install both, but I'd like to simplify the theme installation process.
    Is it possible to embed fonts in Keynote theme?

    Got it, and it make sense...
    I was thinking about something like adding fonts to theme-files folder,
    but well, I can live without this "feature".
    Thx Your for the answer.

  • Is it possible to embed a Windows QT player on CD?

    Is it possible to embed a Windows QT player on CD so the application doesn't have to be loaded on the host machine, but accessed from the CD. I have QTVR movies that must play on XP machines, but receipients are not permitted to permanently load "unapproved" software. I recall long ago that a Mac QT player was standalone and could be included in this manner but am unfamiliar with Windows requirements. Can anyone help please?
    G5 Dual 1.8   Mac OS X (10.4.3)  

    Sorry but no. Just as with Windows Media Player, QuickTime has files that must be installed as part of the operating system. The same would apply to a Mac, by the way.

  • Is it possible to Embed an MP4 video into a FlashCC file?

    We're looking at hopefully getting some videos into our final swf by embedding it.  We know we can use FLV's etc, but we would like to use the original MP4's without the loss of quality. Is it possible to Embed mp4's using code or something and adding it to a stage? I read everywhere that it is not possible unless converted etc...
    If anyone does have any comments, links or example code that may help, it would be appreciated.
    Thanks.

    Thanks for the answers here but this is what i've found online also. The problem is that the mp4 isn't embedded into the swf and has to be 'linked' to a source file.
    The only thing I can find to do is to convert to flv and then embed... But even Media Encoder doesn't support flv anymore...

  • Is it possible to embed VIMEO videos in HD QUALITY?

    Is it possible to embed VIMEO videos in HD QUALITY?
    I'm trying to embed in Adobe Muse a few videos taken from my Vimeo account.  but the quality in Muse seems poor, compared to the original Vimeo quality, which is HD.
    if I click on "HD", in Muse, it says "sorry HD not available here".
    anyone can help?
    thanks

    well, problem solved, got vimeo plus (50$ per year) HD ok in embedded videos.

Maybe you are looking for

  • Java Front-end problems with Windows 200 Pro

    Hi, I have some problem on my pc with java applications front-end. I have windows 2000 Professional and use java(TM) 2 SDK, Standard Edition Version 1.3.1 Using every java applications (also development environment as JBuilder 4 Professional and Toge

  • Connect Solman and third party system

    What kind of RFC destination do I need to create in order to connect with Aris, I've already created TCP/IP connection but the test failed and throw an error: Return code: 242 Location: SAp gateway on host/service Detail: No connect of TP from host x

  • Web Galleries on Photo pages?

    I think I already know the answer is no, but... I much prefer the .Mac Web Gallery and it's options to the older photos page you create from iPhoto. I have converted a couple of albums to Web Galleries. My questions is regarding putting those on a Ph

  • Can't create HealthVault accounts in PPE. 'We're sorry. We could not complete your last request'

    Since last week, we've been unable to manually create any HealthVault accounts in the PPE environment. We are trying to test the patient signup process for our application but keep hitting a wall when creating the actual HealthVault account. This has

  • Web Services and Internal Tables.

    Hi. In the next days I will need to create a program to consume a Web Service that is going to return data like an internal table, I mean... Field1a | Field2a | Field3a Field1b | Field2b | Field3b Field1c | Field2c | Field3c Do you have any ABAP exam