Skip to main content\(\DeclareMathOperator{\homop}{Hom}
\newcommand{\Hom}[2]{\homop\left(#1,\,#2\right)}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section L.6 Installing pdf2svg
The installation procedure uses git
. Open Git Bash and change to your root directory:
cd /c
Clone the repository into C:\pdf2svg
:
git clone https://github.com/jalios/pdf2svg-windows.git pdf2svg
Subsection L.6.1 Change PATH environment variable
We need to add the
pdf2svg
program to the Windows PATH. This is similar to what is done above, in
Subsection L.2.2.
Congratulations, you have successfully installed pdf2svg
.