[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] bug in LaTeX exporter (org-mode 6.07)
From: |
peter . frings |
Subject: |
[Orgmode] bug in LaTeX exporter (org-mode 6.07) |
Date: |
Tue, 21 Oct 2008 16:37:43 +0200 |
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.
- [Orgmode] bug in LaTeX exporter (org-mode 6.07),
peter . frings <=