emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Footnotes in table?
@ 2011-01-18 16:51 Rainer M Krug
  2011-02-12 14:25 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer M Krug @ 2011-01-18 16:51 UTC (permalink / raw)
  To: emacs-orgmode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi

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?

The table is a longtable, and might have to be rescaled to fit on a page
or smaller font size used.

Thanks,

Rainer


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Tel:        +33 - (0)9 53 10 27 44
Cell:       +27 - (0)8 39 47 90 42
Fax (SA):   +27 - (0)8 65 16 27 82
Fax (D) :   +49 - (0)3 21 21 25 22 44
Fax (FR):   +33 - (0)9 58 10 27 44
email:      Rainer@krugs.de

Skype:      RMkrug
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk01xQEACgkQoYgNqgF2egqv4ACeNxYG7QUm42/zA0J46eFIGfPG
RvEAnAuwqOrxPr4q7ObsWpBtxKBmzWmO
=J1Ve
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Footnotes in table?
  2011-01-18 16:51 Footnotes in table? Rainer M Krug
@ 2011-02-12 14:25 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2011-02-12 14:25 UTC (permalink / raw)
  To: Rainer M Krug; +Cc: emacs-orgmode

[-- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-12 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-18 16:51 Footnotes in table? Rainer M Krug
2011-02-12 14:25 ` Bastien

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