emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in LaTeX exporter (org-mode 6.07)
@ 2008-10-21 14:37 peter.frings
  2008-10-21 17:13 ` Manish
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: peter.frings @ 2008-10-21 14:37 UTC (permalink / raw)
  To: emacs-orgmode Org-Mode

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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-12-16  7:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-21 14:37 bug in LaTeX exporter (org-mode 6.07) peter.frings
2008-10-21 17:13 ` 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

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).