emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] bug in LaTeX exporter (org-mode 6.07)


From: Carsten Dominik
Subject: Re: [Orgmode] bug in LaTeX exporter (org-mode 6.07)
Date: Tue, 16 Dec 2008 08:40:03 +0100

Fixed, thanks.

- Carsten

On Oct 21, 2008, at 4:37 PM, address@hidden wrote:

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.


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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