emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bastien <bastien.guerry@wikimedia.fr>
To: Rainer M Krug <r.m.krug@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Footnotes in table?
Date: Sat, 12 Feb 2011 15:25:19 +0100	[thread overview]
Message-ID: <87zkq1pbxs.fsf@altern.org> (raw)
In-Reply-To: <4D35C501.7000100@gmail.com> (Rainer M. Krug's message of "Tue, 18 Jan 2011 17:51:13 +0100")

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

Hi Rainer,

Rainer M Krug <r.m.krug@gmail.com> writes:

> I have to add some footnotes in a table. I remember from LaTeX, that I
> used a minipage for that, but don't get it to work in org.
>
> Could somebody provide an example, how I can add the footnotes in a
> table?

This is not recommended:
  http://www.tex.ac.uk/cgi-bin/texfaq2html?label=footintab

The current behavior in LaTeX export is to leave footnotes cookies in
tables as "[1]", with the corresponding footnote correctly displayed.

See attached example.

PS: you forgot to mention what version of Org/Emacs you're using, it
helps me a lot not to lose time finding out if the issue has not been
solved already.  Thanks!


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: test_footnotes_in_tables.org --]
[-- Type: text/x-org, Size: 92 bytes --]

* Test footnotes in tables

A test.

| Word[fn:1] |

* Footnotes

[fn:1] This is a word.




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

% Created 2011-02-12 sam. 15:23
\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\_{}footnotes\_{}in\_{}tables}
\author{Bastien Guerry}
\date{12 février 2011}
\maketitle

\section*{Test footnotes in tables}
\label{sec-1}


A test.


\begin{center}
\begin{tabular}{l}
 Word[1]  \\
\end{tabular}
\end{center}








$^{1}$ This is a word.

\end{document}

[-- Attachment #4: test_footnotes_in_tables.pdf --]
[-- Type: application/pdf, Size: 57510 bytes --]

[-- Attachment #5: Type: text/plain, Size: 14 bytes --]


-- 
 Bastien

[-- Attachment #6: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

      reply	other threads:[~2011-02-12 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-18 16:51 Footnotes in table? Rainer M Krug
2011-02-12 14:25 ` Bastien [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zkq1pbxs.fsf@altern.org \
    --to=bastien.guerry@wikimedia.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=r.m.krug@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).