I have images that are too big for the latex/pdf.

Being new to sphinx and wanting something fast and dirty (it's only two
pictures), I liked the solution presented here:
http://pedrokroger.net/2012/10/using-sphinx-to-write-books/

 123456789

.. only:: not latex   .. image:: figs/notation3.png      :scale: 40..
only:: latex   .. image:: figs/notation3.png      :scale: 80



Having implemented something like this, I'm getting expected html output
(good) but not for the pdf.

In the pdf all I'm seeing is:

..image:: figs/notation3.png
              :scale: 80


What am I doing wrong?

Cheers
L.

-- 
Lachlan Simpson
IT Manager

Flight Data Systems

Post: P.O Box 681, Tullamarine,  Victoria, AUSTRALIA, 3043
Phone: +61 3 8331 2900
Fax: +61 3 9336 1758
Web: www.flightdata.com.au

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to