3

I know LaTeXiT can insert equations in to Apple's Keynote software, but I am looking for a tool to insert Latex symbols that integrate into the original text in my Keynote presentation. the inline symbols and equations should blend into the full text, similar to the old TexPoint used for Microsoft Powerpoint. For example, if I input

Define a graph $$G$$ with set of edges $$E$$ and vertex $$V$$

I would like a function to convert it into enter image description here

LaTeXiT supports such conversion in Pages, but not Keynote. (the mock image above is actually a screenshot from Pages)

I can insert long text such as paragraphs and bullet points in my LaTeXiT input window, but that seems not natural, and I have to copy it back into LaTeXiT to edit them.

Wei Liu
  • 131
  • 2
    $$ is tex command for display math environment. for inline math is defined $. – Zarko Feb 28 '18 at 13:56
  • This is not a direct solution to your question, but perhaps you can typeset the original text with math symbols in LaTeXiT. Below is a screen shot with version 2.10.1. The generated picture can be dragged into Keynote (and PowerPoint for Mac). enter image description here – Goldbach Jun 17 '18 at 11:15
  • Welcome to TeX.SX! This area is reserved for (real) answers. – Bobyandbob Jun 17 '18 at 11:22
  • The OP already said they could do this, so this really doesn't answer the question. More restates part of the problem. – cfr Jun 17 '18 at 23:42

3 Answers3

4

Keynote 8.1 now supports LaTeX and MathML natively. You can use the \text{} command to produce normal text inside a formula, and Keynote uses the font matching the rest of the presentation.

Bobyandbob
  • 4,899
3

Keynote does not support inline graphics, i.e., graphics that floats with the text. Therefore this will not work.

0

Keynote 11.2 appears to have this functionality now.

It is not quite as clean as the usual inline LaTeX with $.$, however it does work! Simply write your sentence in a textbox and when you want to insert a maths symbol, use the equation editor (Insert > Equation), write it in TeX (with no $.$), click insert and then it is inline. Moreover, this has the benefit of being easily formatted alongside the rest of the text, e.g. if you change the font size or colour of the sentence, then the TeX will change with it. Very neat!

One wonders if they could implement a simple tool for automatically compiling each instance of $.$ into TeX, but this is a good start that makes it bearable to use Keynote for mathematics presentations.

lemmykc
  • 15