emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: peter.frings@agfa.com
To: emacs-orgmode Org-Mode <emacs-orgmode@gnu.org>
Subject: bug in LaTeX exporter (org-mode 6.07)
Date: Tue, 21 Oct 2008 16:37:43 +0200	[thread overview]
Message-ID: <DA81161D-B0EA-42C1-B256-8CC57815EBBD@agfa.com> (raw)

Hi all,

It seems that the LaTeX exporter doe not escape the ampersand  
character and braces when inside a table.


Exporting this:
=== org-mode snippet ====
* Example
This is an ampersand: &, and these are curly braces {}.

| Below is an ampersand | and the same curly braces |
| &                     | { and }                   |
=========================

Results in:
==== Exported LaTeX =====

% Created 2008-10-21 Tue 16:31
\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}


\title{* Example}
\author{Peter Frings}
\date{21 October 2008}

\begin{document}

\maketitle

\setcounter{tocdepth}{3}
\tableofcontents

This is an ampersand: \&, and these are curly braces \{\}.

\begin{tabular}{ll}
  Below is an ampersand  &  and the same curly braces  \\
  &                      &  { and }                    \\
\end{tabular}


\end{document}
=========================


Unrelated: what trick/mode/command do you guys use to make those nice  
snippets like:
,---[xxx]
| blah
| blah
`---

Cheers,
Peter.

             reply	other threads:[~2008-10-21 14:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21 14:37 peter.frings [this message]
2008-10-21 17:13 ` bug in LaTeX exporter (org-mode 6.07) Manish
2008-10-21 18:55   ` Sebastian Rose
2008-10-21 19:11     ` Offtopic: Did you smile today? Sebastian Rose
2008-10-21 17:48 ` bug in LaTeX exporter (org-mode 6.07) Manish
2008-12-16  7:40   ` Carsten Dominik
2008-12-16  7:40 ` Carsten Dominik

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=DA81161D-B0EA-42C1-B256-8CC57815EBBD@agfa.com \
    --to=peter.frings@agfa.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).