From: Nick Higham <highamnj@gmail.com>
To: emacs-orgmode@gnu.org
Subject: LaTeX maths export problems
Date: Thu, 13 Aug 2020 01:52:42 +0100 [thread overview]
Message-ID: <7822f197-5124-2129-3eff-83aa62966f0f@gmail.com> (raw)
I use Org for producing LaTeX (e.g., all of https://github.com/higham/what-is
is produced from Org source).
I'm finding that Org has trouble parsing some LaTeX maths expressions and
I then have to make seemingly arbitrary tweaks to get it to parse correctly.
I thought this might be to do with something in my .emacs, but the same
problem happens with a bare bones Emacs. A simple example is this file:
#################################################################
# ex1a_bad.org
\[
\widehat{y} = f(x+\widehat{x}) + \Delta y,
\quad |\widehat{y}| \le \epsilon |y|, \;
|\widehat{x}| \le \epsilon |x|
\]
#################################################################
With emacs -q and
This is GNU Emacs 26.3 (build 1, x86_64-w64-mingw32) of 2019-08-29
org-version is a variable defined in 'org.el'. Its value is "9.1.9"
I get as the exported LaTeX:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Created 2020-08-13 Thu 01:36
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\date{\today}
\title{}
\hypersetup{
pdfauthor={},
pdftitle={},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 26.3 (Org mode 9.1.9)},
pdflang={English}}
\begin{document}
\tableofcontents
$\backslash$[
\widehat{y} = f(x+\widehat{x}) + \(\Delta\) y,
\quad |\widehat{y}| \(\le\) \(\epsilon\) |y|, $\backslash$;
\begin{center}
\begin{tabular}{lll}
\widehat{x} & \(\le\) \(\epsilon\) & x\\
\end{tabular}
\end{center}
$\backslash$]
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
The backslashes are being interpreted literally and the pipes are being
interpreted as a table. Yet this version processes correctly:
#################################################################
# ex1a_good.org
\[
\widehat{y} = f(x+\widehat{x}) + \Delta y,
\quad |\widehat{y}| \le \epsilon |y|, \; |\widehat{x}| \le \epsilon |x|
\]
#################################################################
I have other simple examples like this one.
The same thing happens with my usual Emacs configuration, which uses Org 9.3.7.
---Nick Higham
reply other threads:[~2020-08-21 5:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7822f197-5124-2129-3eff-83aa62966f0f@gmail.com \
--to=highamnj@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).