Skip to content

Commit

Permalink
Update EXPORTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burghoff authored Jul 15, 2022
1 parent 7933711 commit 13e54d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXPORTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In general, Word and Powerpoint have poor support for vector graphics. Historica
Text from a normal SVG is rendered very poorly by Powerpoint, while the EMF has lost its transparency. However, the Portable SVG is rendered well most of the time. If you notice a problematic element, you can mark it for Rasterization—this will rasterize just that element while leaving the rest of the vector graphics intact.

### LaTeX and Overleaf
LaTeX has long supported vector graphics and has had excellent support for PDFs. The Autoexporter was actually designed with LaTeX in mind and makes this convenient. If you store your SVGs somewhere and have the Autoexporter automatically write the exports to your LaTeX document's directory, changes to your SVGs will automatically be reflected in your final document. If you use Overleaf, you can do this by linking your Overleaf account to a Dropbox account.
LaTeX intrinsically supports vector graphics and has had excellent support for PDFs. The Autoexporter was actually designed with LaTeX in mind and makes this convenient. If you store your SVGs somewhere and have the Autoexporter automatically write the exports to your LaTeX document's directory, changes to your SVGs will automatically be reflected in your final document. If you use Overleaf, you can do this by linking your Overleaf account to a Dropbox account.

## Object-specific considerations

Expand All @@ -25,4 +25,4 @@ Paths are the most fundamental element of any vector drawing, and every renderer
It is common for figures to have raster images embedded within, such as photographs, SEMs, Western blots, etc. However, much of the time the embedded images end up making file sizes that are *far* larger than necessary. This can happen if you take a high-resolution photo and clip it, or if you shrink a high resolution photo to make it a small inset, etc. I have seen embedded photos that have an effective resolution of 10,000 DPI! Most of the time, it doesn't make sense to have a multi-MB TIFF embedded in your document. It was for this reason that I introduced the Embedded image resampling option of the Autoexporter, which resamples your rasters at a more reasonable resolution (typically 300 DPI). It can also embed them as a JPG for further file size reduction, although this should only be done for photos.

### Text
When embedding text, you should exercise some caution with respect to fonts. When generating PDFs, fonts are usually embedded and you do not have to worry. However, if you are making EMFs or Portable SVGs, you should be aware that the text may not appear exactly the same on all platforms, especially if you are using anything other than the most common fonts (Arial, Helvetica, Calibi, etc.). If you want to guarantee that your fonts look the same everywhere, you should use the "Convert text to paths" option of the Autoexporter.
When embedding text, you should exercise some caution with respect to fonts. When generating PDFs, fonts are embedded and you do not have to worry. However, if you are making EMFs or Portable SVGs, you should be aware that the text may not appear exactly the same on all platforms, especially if you are using anything other than the most common fonts (Arial, Helvetica, Calibi, etc.). If you want to guarantee that your fonts look the same everywhere, you should use the "Convert text to paths" option of the Autoexporter. This is also recommended if you are giving a presentation on a computer that is not your own.

0 comments on commit 13e54d0

Please sign in to comment.