Page 3 of 3 FirstFirst 123
Results 21 to 24 of 24

Thread: LaTeX and SVG

  1. #21
    Join Date
    Dec 2004
    Location
    Manchester
    Beans
    2,086
    Distro
    Ubuntu Mate 15.10 Wily Werewolf

    Re: LaTeX and SVG

    for my thesis had lots of diagrams in SVG. in my script for building the document i used inkscape from the command line.
    Code:
    inkscape --without-gui --export-dpi 300 foo.svg --export-pdf foo.pdf
    inkscape --without-gui --export-dpi 300 foo.svg --export-eps foo.eps
    (i think the DPI is just for any effects (eg drop shaddow), that it has to rasterise)

  2. #22
    Join Date
    Aug 2006
    Beans
    82
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: LaTeX and SVG

    Great solutions, both of you!

  3. #23
    Join Date
    Sep 2013
    Beans
    1

    Re: LaTeX and SVG

    This is a kind of old thread but I would like to share an update on my blog. Read it here: laclaro.wordpress.com. The new post includes my work on the svg into latex issue and features an edit of the svg-package as well as some working examples. Check it out!

    Henning

  4. #24
    Join Date
    May 2013
    Beans
    1

    Re: LaTeX and SVG

    Hi
    when opened .eps file in inkscape the appearence of the total figure is changing, particularly fonts and symbols in figures. please suggest what could be the reason, how solve it.

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •