emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex export bug exporting lists with footnotes with links
@ 2011-03-29  8:13 Suvayu Ali
  0 siblings, 0 replies; only message in thread
From: Suvayu Ali @ 2011-03-29  8:13 UTC (permalink / raw)
  To: Org mode mailing list

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

Hi Orgers,

I think I have stumbled upon a bug in latex export. I have attached
an org file to reproduce this with the corresponding exported tex file.

Thanks.

-- 
Suvayu

Open source is the future. It sets us free.

[-- Attachment #2: test.org --]
[-- Type: text/plain, Size: 430 bytes --]

#+STARTUP: beamer
#+TITLE:     Document title
#+AUTHOR:    Suvayu Ali
#+DATE:      \today

#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [smaller]
#+BEAMER_FRAME_LEVEL: 2

* Section 1

** Subsection 1
   Some text.

* Section 2

** Subsection 3
   + The Standard Model gauge group is shown below.[fn:1]

   \[SU(3) \times SU(2) \times U(1)\]

* Footnotes

[fn:1] [[http://www.google.com][This is a link]]


[-- Attachment #3: test.tex --]
[-- Type: text/x-tex, Size: 1053 bytes --]

% Created 2011-03-29 Tue 01:10
\documentclass[smaller]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage[nointegrals]{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\providecommand{\alert}[1]{\textbf{#1}}

\title{Document title}
\author{Suvayu Ali}
\date{\today}

\begin{document}

\maketitle

\begin{frame}
\frametitle{Outline}
\setcounter{tocdepth}{3}
\tableofcontents
\end{frame}


\section{Section 1}
\label{sec-1}
\begin{frame}
\frametitle{Subsection 1}
\label{sec-1_1}

   Some text.
\end{frame}
\section{Section 2}
\label{sec-2}
\begin{frame}
\frametitle{Subsection 3}
\label{sec-2_1}

\begin{itemize}
\item The Standard Model gauge group is shown below.\footnote{\href{http://www.google.com}{This is a link}
\end{itemize}
}
ORG-LIST-END-MARKER

   \[SU(3) \times SU(2) \times U(1)\]
\end{frame}

\end{document}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-29  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-29  8:13 Latex export bug exporting lists with footnotes with links Suvayu Ali

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