Am 06.03.2014 um 11:41 schrieb Yves Gaudemer:

> I used to prepare my presentations at the university or at home, using iCloud 
> to store them while working on them. Then I would do my Keynote presentations 
> in class with an iPad mini or even an iPhone, for which Keynote is available.

> Unfortunately, the list of available fonts both in iOS AND Mac OSX is very 
> limited and Chalboard SE seemed to be a « nice » handwriting font for me. I 
> thus wanted to use it also for roman math characters, like variables or 
> function names like cos or sin.

There is a package mathastext you may try.

\documentclass[10pt]{article}
\usepackage[usenames]{color}
\usepackage[utf8]{inputenc}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{euler}
\usepackage{fontspec}
\setromanfont{Chalkboard}
% Sepcify the font first!
\usepackage{mathastext}
% Use it for math

\begin{document}

Normal text
\begin{equation}
\cos\pi = -1
\end{equation}
\end{document}

> That led me to use xelatex and after playing for a while and asking for 
> advice to various people, I put together the preamble that seems clearly 
> unorthodox to TeX specialists like you ou Axel Kielhorn. It is clear that I 
> will never be able to use XITS Math or Asana Math on my Ipad or iPhone, if my 
> presentations are in Keynote format.

Not as your main document font.
The equations are imported as pdf and include the math fonts.

> One solution would be to export them to pdf before sending them to the iOS 
> devices. The other solution is to build my presentations on my iMac on which 
> LaTeXiT accepts my preamble.

Are you implying that the LaTeXit preamble still causes problems on one of your 
computers?

The following is as close as I can get it without further investigation.

Axel


Attachment: yves.pdf
Description: Adobe PDF document


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
  http://tug.org/mailman/listinfo/xetex

Reply via email to