James Harkins <jamshar...@gmail.com> wrote: > At Tue, 21 Feb 2012 17:05:38 +0530, > Jambunathan K wrote: > > > > James Harkins <jamshar...@gmail.com> writes: > > > > > "org-export-preprocess-string: Cannot open load file: org-nil" -- > > > > Try one or both of > > > > (require 'org-latex) > > (require 'org-beamer) > > Thank you! OK... closer. Now, all looks reasonable until: > > (/usr/share/texmf-texlive/tex/latex/float/float.sty > Package: float 2001/11/08 v1.3d Float enhancements (AL) > \c@float@type=\count155 > \float@exts=\toks43 > \float@box=\box56 > \@float@everytoks=\toks44 > \@floatcapt=\box57 > ) > > ! LaTeX Error: File `wrapfig.sty' not found. > > Type X to quit or <RETURN> to proceed, > or enter new name. (Default extension: sty) > > Enter file name: > ! Emergency stop. > <read *> > > l.15 \usepackage > {soul}^^M > *** (cannot \read from terminal in nonstop modes) > > Full log attached. > > Maybe I need to use bleeding edge LaTeX, not the (old) ubuntu 10.04 packages? >
Both soul.sty and wrapfig.sty are in the package texlive-latex-extra, so you just need to install that: sudo apt-get install texlive-latex-extra Nick > hjh > > > -- > James Harkins /// dewdrop world > jamshar...@dewdrop-world.net > http://www.dewdrop-world.net > > "Come said the Muse, > Sing me a song no poet has yet chanted, > Sing me the universal." -- Whitman > > blog: http://www.dewdrop-world.net/words > audio clips: http://www.dewdrop-world.net/audio > more audio: http://soundcloud.com/dewdrop_world/tracks >