emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Math formatting in HTML export - The Org Manual


From: Eric S Fraga
Subject: Re: [O] Math formatting in HTML export - The Org Manual
Date: Mon, 13 Oct 2014 12:45:28 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux)

On Monday, 13 Oct 2014 at 09:45, Joseph Vidal-Rosset wrote:

[...]

> Here is a minimal document as example
>
> #+OPTIONS: tex:imagemagick
> #+TITLE: Minimal logic
>
> #+AUTHOR: Joseph Vidal-Rosset
>
> \begin{equation}
> \neg A \to (A \to B)
> \end{equation}

This works perfectly fine for me with both dvipng (my default choice)
and imagemagick.  The problem may be in your LaTeX installation: what
fonts are used etc.?

What does the PDF or DVI for this LaTeX file:

--8<---------------cut here---------------start------------->8---
% Created 2014-10-13 Mon 12:43
\documentclass{minimal}
\begin{document}
\begin{equation}
\neg A \to (A \to B)
\end{equation}
% Emacs 24.4.50.1 (Org mode 8.3beta)
\end{document}
--8<---------------cut here---------------end--------------->8---

look like?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.1, Org release_8.3beta-408-g39f5f0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]