Hi Nicolas,
On Tue, 01 Mar 2011 12:42:44 +0100
Nicolas <n.goaz...@gmail.com> wrote:
> Suvayu Ali <fatkasuvayu+li...@gmail.com> writes:
>
> > However after I sent my previous email I noticed a separate bug was
> > introduced in a commit somewhere between the previous commit I
> > mentioned and
>
> > [...]
>
> > All babel source blocks are quoted inside a verbatim environment
> > when exported to latex. I haven't narrowed down the commit yet
> > though.
>
> IMO, you shouldn't bother trying to find the commit that introduced
> the error (the one you cited earlier was actually wrong). It's better
> to provide a test file, and some pertinent configuration variables.
>
I have attached a test file and the exported tex file. I don't have any
customisations for latex export.
I hope this helps.
> Regards,
>
--
Suvayu
Open source is the future. It sets us free.
* Testing \LaTeX{} export
#+begin_src latex
\begin{equation}
\label{eq:symgrp}
SU(3) \times SU(2) \times U(1)
\end{equation}
#+end_src
% Created 2011-03-01 Tue 03:56
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\providecommand{\alert}[1]{\textbf{#1}}
\begin{document}
\title{test}
\author{Suvayu Ali}
\date{01 March 2011}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\section{Testing \LaTeX{} export}
\label{sec-1}
\begin{verbatim}
\begin{equation}
\label{eq:symgrp}
SU(3) \times SU(2) \times U(1)
\end{equation}
\end{verbatim}
\end{document}
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode