emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Gert van Oss <gertvanoss@me.com>
To: emacs-orgmode@gnu.org
Subject: wraptable
Date: Thu, 19 Jan 2017 08:02:17 -0500	[thread overview]
Message-ID: <EE1E05EB-58F8-43D5-84D1-606677E83A0C@me.com> (raw)

Good day,

I’m looking for a way to have wrapped tables on the right side in my document. A global setting is preferred if a wrapped table is possible anyhow.


I tried in my ‘file.org'

Just som text..
#+LaTeX: \input{myWrappedTable}



file: myWrappedTable.tex

\begin{wraptable}[10]{r}{6.5cm}
  \caption{A wrapped table}\label{myTable}
\begin{tabular}{ccc}\\\toprule  
Header first column & second-column & third-column \\\midrule
2 &3 & 5\\  \midrule
2 &3 & 5\\  
2 &3 & 5\\  \bottomrule
\end{tabular}
\end{wraptable} 
%—————————————————————

However the table never ends up where I expect (hoped) it to be.

Thanks,
Gert

                 reply	other threads:[~2017-01-19 13:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=EE1E05EB-58F8-43D5-84D1-606677E83A0C@me.com \
    --to=gertvanoss@me.com \
    --cc=emacs-orgmode@gnu.org \
    /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).