On Thu, Apr 7, 2011 at 12:33 AM, Eric S Fraga <e.fr...@ucl.ac.uk> wrote: > John Hendy <jw.he...@gmail.com> writes: > > [...] > >> >> I like formats like this as well and have been "cheating" to do this >> in LaTeX more or less like this: >> >> #+attr_latex: align=l|p{0.95\textwidth} >> | \,| The text that I want quoted, which ends up looking good but >> needs to be on one insanely long line of an org-mode table| >> >> Is there a better way to send a quote into the table form (indented >> with a nice vertical line to the left) but not need to have the quote >> on one huge line of an actual table (from org -> LaTeX, that is... >> obviously the above works if using html)? > > You could use the =changebar= style in latex and then enclose the text > you want highlighted in a double environment combining changebar and quote: > > --8<---------------cut here---------------start------------->8--- > \begin{quote} > \begin{changebar} > ... text goes here ... > \end{changebar} > \end{quote} > --8<---------------cut here---------------end--------------->8--- > > Not tested. You may want =quotation= instead of =quote=. > > Not quite what you want but similar in concept... ;-)
I should have googled harder. Where were you all my life, StackOverflow?[1] ----- \begin{tabular}{l|p{0.9\textwidth}} \quad & Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi id hendrerit nunc. Sed scelerisque lacus vitae erat eleifend eleifend. Donec eros mi, placerat in porta eleifend, placerat a urna. Pellentesque venenatis neque non turpis convallis vehicula. Aliquam aliquet ultricies tincidunt.\\ \end{tabular} ----- [1] http://stackoverflow.com/questions/2911013/how-to-add-changebar-in-latex John > > -- > : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 > : using Org-mode version 7.5 (release_7.5.142.g4168) >