emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Bug in orgtbl export to LaTeX


From: AW
Subject: [O] Bug in orgtbl export to LaTeX
Date: Sun, 22 Apr 2012 00:31:09 +0200
User-agent: KMail/4.8.2 (Linux/3.3.2-20-desktop; KDE/4.8.2; x86_64; ; )

Dear all, 

I guess I found a bug in the export function of orgtbl to LaTeX: The 
percentage sign ("%") is not masked, it simply is transfered to LaTeX and thus 
destroys the table. Example below, beware, you will get an error, because of 
the said bug. 

For readers who are not familiar with LaTeX: "%" is the comment sign, after 
"%" LaTeX does not compile anything in this line. Here in the example the end 
of the current row is marked with "\\", but due to the "%" LaTeX can not find 
any eol. 

Can the export function be amended? Any "%" inside the table (!) needs to be 
exported as "\%".

-------------------------------------------

\documentclass[pagesize, fontsize=12pt, english]{scrartcl}
\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}

\usepackage{babel, comment}

\begin{document}

\begin{tabular}{lr}
% BEGIN RECEIVE ORGTBL percent
\begin{tabular}{lr}
Name & Percent \\
Peter & 75% \\
Paul & 25% \\
Sum & 1. \\
\end{tabular}
% END RECEIVE ORGTBL percent
\end{tabular}

\begin{comment}
#+ORGTBL: SEND percent orgtbl-to-latex :splice nil :skip 0
| Name  | Percent |
| Peter |     75% |
| Paul  |     25% |
| Sum   |      1. |
#+TBLFM: @address@hidden@-1
% $
\end{comment}


\end{document}
--------------------------------------------------------------

Org-version: 7.8.09



Regards,

Alexander



reply via email to

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