User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/linux_tricks/latex.meta failed
Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.
linux_tricks:latex

This is an old revision of the document!


LaTeX tricks

Using svgs directly from .tex files

  • In preamble include:
\usepackage[inkscapelatex=false]{svg}
  • Option inkscapelatex=false tells svg package to not translate svg text to latex. Inkscape then is in charge of converting everything to an intermediate pdf. This helps to avoid wrong font sizes
  • For including svgs:
\includesvg[height=3.5cm]{arcoslab-corporate-design/Logo/Logo-01}
linux_tricks/latex.1579821473.txt.gz · Last modified: 2022/09/20 00:08 (external edit)