====== 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}