Latex Equations in Keynote as PDF.

I use Latex-IT or Latex Equation Editor to create equations as PDF files and drop them in Keynote. They work file for some time.
But, after a few days or so, when I open the keynote files, the PDF equations are not displayed properly. Sometimes, this goes off when I restart the system; sometimes it doesn't.
This happens with other files when I generate PDFs from Omnigraffle etc. I cannot view it in Preview correctly, but can view the PDFs in Acrobat Reader correctly. Looks like whenever Preview (or the underlying OS feature) is used for reading PDFs, the problems arise.
I will be happy to give example PDF files that you can check with.
Thanks,
Macademia Nut.

It definitely sounds like a problem with the underlying OS, since Keynote, Preview and OmniGraffle use the same native resources whereas Adobe Acrobat has it's own way of processing the PDFs. The recent Tiger update was supposed to solve some of these glitches.
You could try saving a few of the problematic PDFs from Adobe Acrobat or even Illustrator to see if that gives you a workable file.
The other possibility is to re-export your equations in TIFF format from LaTex Equation Editor. It's not as ideal as PDF, but at least you'll will have something that works.
It would be worthwhile to send feedback to Apple and let them know of your problems. It could be that the formatting in your PDFs have uncovered some bug in the system that they are not aware of.

Similar Messages

  • LaTeXiT equations with Keynote 6.5

    Hi,
    After upgrading to Yosemite (10.10) and Keynote (6.5) and shifting to iCloud, I find that LaTeXiT has hiccups: I can still insert the equations into my Keynote presentations, but if I try to copy and paste an equation, or to copy and paste an entire page from the presentation, the equation disappears and gets replaced by a grayed-out rectangle with its diagonals crossed-out. This is not super-consistent, as occasionally the paste succeeds, but after one or two successful ones the crossed-rectangle starts to happen again. This suggests that Keynote corrupts the PDF files that LaTeXiT inserts. Any workarounds?:
    Thanks

    Check this thread and see if the workaround presented would work for you.
    https://discussions.apple.com/message/23501413#23501413

  • How to insert a LaTeX equation in a quiz? Captivate 8

    How to insert a LaTeX equation in a quiz? Captivate 8

    Video was based on an explanations somewhere on my blog, both for replay and for audio (in 6-7: http://blog.lilybiri.com/toggle-shape-buttons). Same for the mute button, where I told the author that there is a bit of a maths mistake in his expression:
    Expression cpCmndMute = 1 - cpCmndMute     
    He reversed it, which will lead to negative 1. Lucky for him that Captivate doesn't understand negative numbers, -1 will be translated to +1. But as an engineer, this feels terribly wrong to me. I don't know why he deleted my comment....
    Sorry for ranting...
    As for a replay button, in CP5.5 maybe this easier expression could work as well: Assign cpCmndGotoSlide with rdinfoCurrentSlide.  
    Should check, but for the moment on this system no 5.5 available

  • Converting Keynote to pdf

    I regularly convert files to pdf before sending to clients so that they have an uneditable version and so they can see the slides (since most have Powerpoint, not Keynote on their pc's). Converting Keynote to pdf causes a huge increase in file size and results in files too large for most corporate email systems to accept. When I zip the pdf it decreases in size only marginally. I have generated pdfs both from the print to and the export to functions and both have the same result. Anyone with any suggestions?

    Welcome to the forums!
    If you are running OS X Tiger, you can try this:
    - Choose the Print menu item
    - In the Print Dialog box, use the "Copies and Pages" dropdown menu to select the "ColorSync" menu item
    - In the panel that pops up, in the Quartz Filter dropdown menu, choose "Reduce File Size". This will reduce the resolution of the images in the file (including things like the background), and so can greatly reduce the size of the file.
    - Once this item is selected, use the Print Dialog PDF dropdown menu to create the PDF
    Unfortunately, Leopard has done away with the Quartz Filter options in the Print Dialog. However, if you are running Leopard, another option may be to export the presentation as images (you can control the quality, and therefore file size, of JPEGS), and then use Preview to gather those separate images into a multipage PDF.

  • Making a PKGBUILD file for EQC (A LaTeX Equation Compiler)

    Hi everyone,
    Just yesterday I was searching in the web for some alternative to Mathcad (a useful program to make calculations the "engineering-way"), when I found this great software developed by Jan Rheinländer, which in essence, lets you do the same as Mathcad, but using Latex (very beautiful).
    So I decided to make a PKGBUILD, so other people could install it easily. The problem is, that this is my first PKGBUILD file and I have been having problems making it to work.
    Here is the code I have:
    # PKGBUILD for EQC: Latex Equation Compiler
    # Contributor: Cristóbal Tapia <[email protected]>
    pkgname=eqc
    pkgver=20130112
    pkgrel=1
    pkgdesc="A preprocessor for LaTeX files that enables numeric and symbolic calculations"
    arch=('x86_64' 'i686')
    url="http://eqc.sourceforge.net/wiki/index.php/Main_Page"
    license="(L)GPL"
    depends=('ginac' 'cln' 'gmp' 'flex' 'bison' 'texlive-science' 'texlive-pstricks')
    source=()
    _svntrunk="https://eqc.svn.sourceforge.net/svnroot/eqc"
    _eqcsrc="eqc_src"
    build() {
    cd $srcdir
    msg2 "Connecting to Sourceforge server...."
    svn co $_svntrunk $_eqcsrc --config-dir ./ -r '{'$_pkgver'}'
    cd $_eqcsrc
    ./configure
    make
    make install
    package() {
    Can anyone help me a little please?
    Thanks!
    Edit: here is the link to the wiki of the project: http://eqc.sourceforge.net/wiki/index.php/Main_Page
    Last edited by tapia (2013-04-17 03:12:08)

    Hello again!
    I have finally done this. It works for me, so I would like to know if it works for somebody else or if there is any dependency problem.
    PKGBUILD:
    # PKGBUILD for EQC: Latex Equation Compiler
    # Maintainer: Cristóbal Tapia <crtapia a gmail com>
    pkgname=eqc
    pkgrel=1
    pkgver=48
    pkgdesc="A preprocessor for LaTeX files that enables numeric and symbolic calculations"
    arch=('x86_64' 'i686')
    url="http://eqc.sourceforge.net/wiki/index.php/Main_Page"
    license="(L)GPL"
    depends=('subversion' 'ginac' 'cln' 'gmp' 'flex' 'bison' 'texlive-science' 'texlive-pstricks' 'linuxdoc-tools')
    source=(svn+svn://svn.code.sf.net/p/eqc/code)
    md5sums=('SKIP')
    install='eqc-svn.install'
    pkgver() {
    cd $srcdir/code
    svnversion | tr -d [A-z]
    build() {
    cd $srcdir/code
    ./configure
    make
    package() {
    cd $srcdir/code
    make DESTDIR="$pkgdir" install
    eqc-svn.intall:
    post_install() {
    texhash
    post_upgrade() {
    texhash
    post_remove() {
    texhash

  • How to handle TeX/LaTeX equations in InDesign?

    Hi All,
    I've recd. a request to handle one of the title already done in LaTeX software in InDesign, for this I need to do the below tasks:
    (1) Need to convert the LaTeX data to load in InDesign
    (2) Need to convert the equations done with LaTeX coding as equation objects in InDesign
    (3) Need to retain the LaTeX links to work in InDesign, so that while generating the PDF, these links should be worked
    So pl. give me your suggestions to handle the above mentioned tasks. I know I can use the third-party tool called 'MathMagic' to handle point 2 (but this tool seems expensive), but I need to know whether any other easy methods to handle. I'm using InDesign - CS3 (Windows)
    Thanks,
    Praveen

    Hi Peter,
    Thanks for the response.
    For points 1 and 3, I decided to convert the LaTeX contents to XML to fix the linking using automation thro' JS. For point 2, I'm still studying to find a solution and since this is the first time we've recd. this request, we're not ready to invest for one title.
    Thanks again,
    Praveen

  • When will we get support for equations in Keynote for iOS?

    I was delighted to get an iPad a year ago, thinking that now I would not have to lug the laptop around to scientific meetings and lecture halls. But when I downloaded my carefully prepared Keynote presentation to the iPad, I learned that Keynote on the iPad does not support equations. So, back to the laptop, copy all the equations and re-insert them as uneditable PDFs.
    But that's clearly only a work-around. If I need to change anything, it's back to the laptop for editing. And for a course consisting of a dozen lectures and a total of a thousand or so equations, the only sensible option is to lug around the laptop.
    Surely (I thought) this is just an oversight that will be remedied in the next release of Keynote for iOS. But I've waited through several new releases, and still haven't seen support for equations added.
    Not only that, but many quite ordinary fonts are not available in Keynote for iOS and there seems to be no way of adding them.
    Any likelihood of seeing movement on this?

    GR Gisler wrote:
    Any likelihood of seeing movement on this?
    Nobody here can tell you Apple's plans, and they never release such info in advance.  The best thing to do is to make sure they know what you want via
    http://www.apple.com/feedback/keynote_ios.html

  • Keynote and PDF Export

    Exporting Keynote presentation in PDF via email is a great feature that has been awaited by potential business users.
    However, PDF exports from ipad do not seems to be supported by acrobat especially on PCs/windows system. Font conversion seems corrupted and text appears with bullets.
    Any hint on how to send keynote presentation converted in pdf properly ?
    Many thx

    I also ran into a bug with PDF export today. The PDF displayed properly on my mac, but when viewed on other laptops (and when uploaded to Scribd), the text was missing. :/
    Workaround was to export the keynote file to my mac, then use the desktop keynote app to re-export as PDF.

  • Keynote to PDF

    We regularly offer a printout of our Keynote presentations and often send just a PDF version of them. However, we're running into more and more issues with the PDFs not generating correctly (some of these issues predate Snow Leopard).
    Issues include: grid lines disappearing from some, but not all graphs; portions of grid lines becoming opaque around the text - with a padding of 2-3 em also affected; font sizes which are readable on one slide at that particular size and rotation are mysteriously pixelated or missing sections of the letters on a different slide; some white text showing up as a black colour unless we go in and change the opacity of that particular text from 100% to 99%; hi-res images have jagged, pixelated edges.
    In addition, we are also seeing on the Keynote presentation itself (as well as PDFs) some issues where charts are not calculated correctly. While the chart data is correct and the label for a particular bar verifies this, the height of the bar displays incorrectly. In addition, sometimes, the amount of space between the bars within a set are not equal to each other.
    We have tried creating PDFs in the following ways:
    * print to Postscript and then generating the PDF through Distiller - this tends to give the worst results in comparison to creating the PDF directly from Keynote.
    * print as PDF. This is the most likely method to generate the black text mentioned above.
    * print as Adobe PDF using Standard, Print Quality or High Print Quality settings.
    1) Is this simply due to Keynote being presentation software and it is just not designed for print precision?
    2) What is the most accurate way to print to PDF from within Keynote? Is there a better setting or method that I've not yet found?
    3) Has anyone else experienced any of these issues?
    Thanks!

    In what can only be a triumph of bad luck I have a medical poster (audit) to submit to the university tomorrow morning and up until tonight have made a number of changes and exported to PDF every time with no problems. I just decided to delete a pretty irrelevant bullet point and then export to send it to the uni. All images and tables within the poster are fine but the text has become pretty dire. Its illegible at best and just plain messy - its helvetica neue but looks more like comic sans in the export. Luckily I have iwork 09 on my MBP as well so am just going to continue from there but its really odd that this should happen now.
    I have exported the same file on my MBP and its perfect but still not on the imac. Other files are exporting ok although I am now noticing colour changes etc. Up until tonight nothing was wrong with keynote or preview? at all.
    Time machine did something odd today as I changed my external back up to a G drive (not sure if thats even relevant but just a thought - I'm not really tech savvy)
    Has anyone got any further with this problem?

  • Keynote app PDF docs loaded in iTunes library not synching to ipad

    I've downloaded the Keynote apps, accessed the iTunes library => Apps => Keynote => added the PDF files I wanted
    They are visible in the iTunes library on my computer. Now synching my ipad to the computer, open Keynote apps, selected + copy from iTunes and I can see the list of all the PDF docs I have added but there are in grey shade and cannot click on them to add them to my ipad.
    Any suggestions? thanks!

    UM Go Blue wrote:
    Until today, all of my music was on both my Mac and iPad 2.  I too just sync'd my iPad 2 with my Mac.  Originally, none of the music from the Mac showed up on iPad.  Tried again, and now some albums are showing up, but only a few.  Have plenty of capacity/space.  Also noticed the "iPod" icon is now a "Music" icon on the iPad.  Any ideas?
    Sounds like you just updated your IOS.  Check the iTunes settings and confirm that nothing was changed:

  • Can I export keynote to pdf with hot links?

    I'd like to make a simple PDF of my Keynote slides, but when I do that, I lose the hot links. Is there a way to accomplish what I'm trying to do?

    The procedure above results in working interactive PDF files on all my systems using preview reader
    or Acrobat pro.
    Which version of Keynote is this?
    repair for version 6 and above:
    perform all these tasks  in the order below:
    1  delete Keynote, right click Keynote in the applications folder and select Move to Trash
    2  restart the Mac;   Apple menu > restart
    3  immediately after the start chime,  press the shift key until you see the Apple logo.
             let it fully boot up,  it will take longer as the OS is repairing the drive
    4  Applications > Utilities > Disc Utility; click on the boot drive  >  First Aid tab and click  repair disc permissions
    5  when complete, restart the Mac normally
    6  install Keynote  from the Mac app store
    Please report back as this might help others if it works for you.

  • Keynote to pdf size anomaly

    I recently made a small Keynote presentation of just 12 slides, each with a photograph and some minimal text. The size of the doc is 1.8mb. I then exported as a pdf twice.
    When I exported as quality ‘good’, the resulting pdf was 3.4mb.
    When I exported as quality ‘best’, the resulting pdf was 1.8mb.
    Any clues as to the anomaly?
    Thanks
    Graham

    In what can only be a triumph of bad luck I have a medical poster (audit) to submit to the university tomorrow morning and up until tonight have made a number of changes and exported to PDF every time with no problems. I just decided to delete a pretty irrelevant bullet point and then export to send it to the uni. All images and tables within the poster are fine but the text has become pretty dire. Its illegible at best and just plain messy - its helvetica neue but looks more like comic sans in the export. Luckily I have iwork 09 on my MBP as well so am just going to continue from there but its really odd that this should happen now.
    I have exported the same file on my MBP and its perfect but still not on the imac. Other files are exporting ok although I am now noticing colour changes etc. Up until tonight nothing was wrong with keynote or preview? at all.
    Time machine did something odd today as I changed my external back up to a G drive (not sure if thats even relevant but just a thought - I'm not really tech savvy)
    Has anyone got any further with this problem?

  • Equations for Keynote and Powerpoint Files?

    I copied a powerpoint file onto my Ipad2 and used Keynote to open it.  Most everything is fine, but Ipad-Keynote won't recognize the equations.
    The Keynote on my Macbook pro will recognize them.  The equations were made with Microsoft's equation editor.
    Is there any way to get Keynote to recognize equations?  Alternatively, is there some app for the Ipad that will recognize/show/allow-editing of
    equations in powerpoint?

    This is fine, but not really the answer. If you look at the MathType web site, you'll find the following in response to queries about Equation Editor on the iPad:
    "Is there a version of MathType for Apple Pages on iPad/iPhone?
    No. Not yet anyway. Since Apple released Pages for iPad, we have received numerous inquiries regarding creating and editing MathType equations in that environment. Since the iPhone uses the same software as iPad, it is reasonable to expect that Apple will offer a version of Pages that works on it as well someday soon.
    Pages for iPad lacks MathType support
    As you probably know, Apple added support for MathType to iWork '09 in all three iWork apps, Pages, Numbers, and Keynote. This required Apple to do software development in these applications. We made only minor changes to MathType to make this work. Before we can make a version of MathType for Pages, or any other iWork app, Apple must do similar work in Pages for iPad.
    Why don't you guys work this out with Apple?
    We would love to. However, it is not just a matter of us picking up the phone and calling Tim Cook, or anyone else in Apple management for that matter. Big companies like Apple get inundated daily with requests from smaller companies to make things work in their favor. Like all smart companies, Apple does not set its market direction by listening to other companies but by listening to its customers.
    So what can I do?
      The best thing you can do to get MathType support added to Pages for iPad/iPhone is to   tell Apple that it is important to you. Apple has a Pages for iPad Comment Form that is perfect for giving them feedback. Encourage your friends and associates to also let them know that you would like MathType support in Pages for iPad. If you work at a university or other educational institution, or company with lots of iPads, you may have other avenues open to give Apple feedback. Companies love feedback from their customers. We do and we are pretty sure Apple does also."
    So it is really a two-way street, and I am sure that a small company like Design Science would LOVE to be able to have their product as an iPad app, or even as transferable from a MacBook. However, it seems that for them to ready MathType for the iPad, it needs a little effort from Apple, which has not, so far, been forthcoming. Again, it comes down to the question of why has Apple turned its back on the tablet concept, when they had it first, and as a company trying so hard to dominate the education market? It makes no sense, unless they really just don't care about it, and would rather sell iPhones and iPads for folk to play Angry Birds on.
    And telling me I have to use PowerPoint is not the solution - PowerPoint is clunky and ugly, compared to Keynote on the MacBook, and there's no reason to drive a Yugo when a Jaguar is sitting in the garage, waiting for a fourth wheel.
    I really would like to now what apps can sit on an iPad and allow me to handwrite on top of a Keynote presentation, and include complex equations without inordinate additional effort. None of the MacBook solutions is satisfactory, especially when I a) have video content, and b) am trying to record the lecture to a Podcast at the same time, and I don't see that possibility on the iPad yet. Technology is supposed to make preparing and delivering material to students easier and more efficient - the reality is that, with thestill crude tools currently available, doing so can become an infinite sink for time and resources. It may be true that where there is a will there is a way, but what there is not is an infinite supply of time to make it happen.

  • Keynote 6.0 seems to break LaTeXiT: workarounds?

    I use LaTeXiT to place equations in my Keynote presentations. In Keynote 6.0, I can still copy equations from LaTeXiT into Keynote, but I can't copy equations from Keynote back into LaTeXiT. Does anyone know of a workaround?

    I am working quite a lot now  with Keynote 6 and LaTeXiT, and find two sorts of work flow convenient:
    (1) Put a brand new formula on your slide
    (1.1) Format formula with LaTeXiT
    (1.2) Drag and drop pdf formula from uper window of LaTeXiT onto some suitable directory in finder.
            This creates a pdf file containing the formatted formula
    (1.3) Drag and drop the pdf file with formula  from finder to Keynote slide
    (1.4) Re-position formula with Format --> Arrange ---> Position in Keynote if neccessary
    (2) Modify and existing formula on your slide
    (2.1) Now you should have a formula pdf file in some directory, as sketched in (1)
    (2.2) Drag and drop formula file from  finder directory to upper window of LaTeXiT.
    (2.3) Modify and re-format formula with LaTeXiT
    (2.4) Drag and drop the formula into finder directory
    (2.5) Mark old formula on slide
    (2.6) Use Format --> Image --> Replace in Keynote, select new formula in file selection menu
    (2.7) In several cases, the new formula will not fit properly on the slide.
           Then press Format -> Arrange -> Original Size. This should display the picture properly, and you can
            re-size it according to your needs

  • Export pdf borderless keynote 6.0

    I use keynote to create graphics for latex. In keynote '09 I could simply export them as PDF borderless.
    Keynote 6.0 seems to always put this annoying black border around the exported PDF. Is there a way to export without this border?
    (The hint to use the print functionality is worthless to me here as it does not export the slide in its dimensions but on a printable sheet which requires manual trimming later which I want to prevent.)

    Thanks for the hint to pdfcrop (e.g. part of texlive, needs X11)!
    Running
    pdfcrop --margins "-1 -1 -1 -1" input.pdf output.pdf
    removes the border. So this is a workaround that might be faster than opening and exporting in keynote '09.
    As I have many graphics and I change them frequently the border remains annoying and should be removable in the program.
    For those wanting to see the 1px border, you can enter:
    pdfcrop --margins "5 5 5 5" input.pdf output.pdf
    and you will see the annoying black border...
    So I agree with techfips and encourage you to:
    Please join me in filing a feature request with Apple:http://www.apple.com/feedback/keynote.html

Maybe you are looking for

  • Report on Account Revenue

    I am trying to build an report to see the account Revenues(We have interface to import revenue records from the ERP system to Siebel) Each revenue records is associated with different Products. I am trying to build an reprot like : 'Sales Rep' 'Accou

  • How do I download/install Photoshop & Premiere Elements 10 on new iMac with no disc drive?

    My iMac hard drive recently failed and I lost everything. I just bought one of the new iMacs with no disc drive.  I had purchased Photoshop CS5 in 2011 but it came with CD's for install.  I stil have them but it doesn't do me any good since there is

  • Back-up disc for downloaded Logic Pro 9?

    I'm asking this question a different way as the answer I got was not complete....I downloaded Logic Pro 9; I want to make a back-up disc; how do I make sure I include all the program files (including all the extras)? How do I locate all the right fil

  • Does anyone know why pages, numbers, iPhoto, keynote, etc won't open since installing lion?

    It's iWork '09 which is the lastest version. iPhoto isn't working either but iMovie is, I'm so baffled and it's really frustrating. I've never had any problems at all with my mac. The crazy thing is, it's almost as though they are open but I can't se

  • How do I uninstall the Yosemite upgrade?

    I installed The Yosemite upgrade a few weeks ago and my OS is significantly slower even after I upgraded the memory from 2GB to 8. The mouse is sluggish and screen turnover is also slow. The initial OS was Mountain Lion. How do I remove this upgrade?