A convenient minimalistic tool to get latex snippets into your presenter tool.
- Create a MacOs app. From the command line, execute:
mkdir -p Tex2Slide.app/Contents/MacOS
cp tex2slide.sh Tex2Slide.app/Contents/MacOS/Tex2Slide
chmod +x Tex2Slide.app/Contents/MacOS/Tex2Slide
- Drag/drop Tex2Slide app into Finder bar.
- Select any valid latex snippet from inside Keynote, e.g., from your Presenter notes.
- Click Tex2Slide icon. Done.
- pdflatex --- set correct path in
tex2slide.sh
. Default:/Library/TeX/texbin/pdflatex
.