
Image support for LaTeX
Reported by Jason Garber | September 29th, 2008 @ 04:34 PM | in 4.0.4
virtualfunction wants you to pull from virtualfunction/redcloth at master.
Added some very primitive image support to Latex formatter.
Note that you can do something like:
textile = RedCloth.new text textile.latex_image_styles.update \ ‘style3’ => ‘viewport=50 260 400 1000’, ‘style2’ => ‘clip’, ‘style1’ => ‘totalheight=0.8\textheight’
to map CSS styles to Latex. I’ve purposely not allowed remote images for now for simplicity.
Comments and changes to this ticket
-
Jason Garber October 1st, 2008 @ 11:47 AM
- State changed from new to invalid
Oops, looks like I already integrated the pull request but forgot to delete it.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RedCloth is a Ruby library for converting Textile into HTML