Just like TikZ, Inkscape has the option to render the text of a figure using LaTeX. For this, it exports figures as both a pdf and a LaTeX file. The pdf document contains the figure …
Tag: latex
How can I get a Garamond font?
Here the LaTeX code: and this is the output:
standalone
Piccolo codice LaTeX che fa uso del package standalone per generare un’immagine. Utile per creare piccoli contenuti matematici per i social [*]. \documentclass[border=10pt,preview,varwidth,convert]{standalone} \usepackage{amssymb} \usepackage{xcolor} \usepackage[italian]{babel} \usepackage[T1]{fontenc} \newenvironment{nothing}{}{} \standaloneenv{nothing} \begin{document} \pagecolor[RGB]{255,255,254} \begin{nothing} A \emph{group representation} …