diff options
-rw-r--r-- | latex.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -29,3 +29,20 @@ Forward implication: Backwards implication: \impliedby + +## Figures + + \begin{figure} + \centering + \def\svgwidth{\columnwidth} + \input{input.pdf_tex} + \caption{ + Description + }\label{ref-label} + \end{figure} + +Note, `\label` comes after `\caption`. + +To embed an svg: + + inkscape -D word.svg -o word.pdf --export-latex |