The goal here is to conviniently get your nice Tikz vector graphics from your paper into PowerPoint without making screenshots of it.
-
Install Ghostscript : Downloads
-
Create a folder structure as follows
-
convert_pdf.bat -
pdf-
convert- empty
-
pdf_file_to_convert.pdf
-
-
-
If necessary, adjust paths in bat file
You first need a PDF which only contains the desired images tightly cropped:
\documentclass{article}
\usepackage[active,tightpage]{preview}
\setlength{\PreviewBorder}{0pt}
\usepackage{tikz}
\PreviewEnvironment[{[]}]{tikzpicture}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
%\usetikzlibrary{external}
%\tikzexternalize[prefix=tikz/]
\begin{document}
\input{content/fig/chip}
\input{content/fig/evm_all}
\input{content/fig/evm}
\input{content/fig/fsweep}
\input{content/fig/psweep}
\input{content/fig/sparam}
\input{content/fig/top_level_schematic}
\input{content/fig/schematic_wo_bias}
\input{content/fig/schematic_bias}
\input{content/fig/inductors}
\input{content/fig/tlines}
\end{document}-
Place the image PDF file in the
pdfdirectory -
Run the script
-
Drag and drop the
.emffiles from theconvertdirectory to PowerPoint
If you want to convert the Text elements to PowerPoint fonts and make them editable, remove the --pdf-poppler from the inkscape conversion line.