emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Table caption in Latex export with :float nil
@ 2015-03-11  2:16 Vikas Rawal
  2015-03-11  5:54 ` Vikas Rawal
  0 siblings, 1 reply; 7+ messages in thread
From: Vikas Rawal @ 2015-03-11  2:16 UTC (permalink / raw)
  To: org-mode mailing list

I need to insert a table in an mdframed box, for which I need to turn off :float. The following, however, does not give me the caption:

#+name: milk-consumption-india
#+attr_latex: :float nil :environment tabular :caption \caption{\label{milk-consumption-india}Average consumption of milk, India, kilograms per capita per annum}
| Year                            | Rural | Urban |  All |
|---------------------------------+-------+-------+------|
| 1983                            |  38.7 |  55.6 | 44.7 |
| 1993–1994                       |  50.3 |  66.4 | 54.3 |
| 2004–2005                       |  50.2 |  69.3 |   55 |
| 2009–2010                       |  51.7 |  71.6 | 57.1 |
| <4colc>Source: citet:anjani2014 |       |       |      |


I have also tried (along with #+latex_header: \usepackage{caption})

#+name: milk-consumption-india
#+attr_latex: :float nil :environment tabular :caption \captionof{table}{\label{milk-consumption-india}Average consumption of milk, India, kilograms per capita per annum}
| Year                            | Rural | Urban |  All |
|---------------------------------+-------+-------+------|
| 1983                            |  38.7 |  55.6 | 44.7 |
| 1993–1994                       |  50.3 |  66.4 | 54.3 |
| 2004–2005                       |  50.2 |  69.3 |   55 |
| 2009–2010                       |  51.7 |  71.6 | 57.1 |
| <4colc>Source: citet:anjani2014 |       |       |      |

Vikas

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

end of thread, other threads:[~2015-03-12 13:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-11  2:16 Table caption in Latex export with :float nil Vikas Rawal
2015-03-11  5:54 ` Vikas Rawal
2015-03-11  8:51   ` Rasmus
2015-03-11 13:37     ` Vikas Rawal
2015-03-11 13:58       ` Rasmus
2015-03-12 13:36         ` Vikas Rawal
2015-03-12 13:52           ` Rasmus

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