\documentclass[tikz]{standalone}

\usepackage{circuitikz}
\usepackage{xeCJK}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage[T1]{fontenc}

\definecolor{XJBlue}{RGB}{0, 78, 151}
\definecolor{XJRed}{RGB}{200, 22, 30}
\definecolor{XJGray}{RGB}{220, 220, 221}

\begin{document}
\begin{circuitikz}
\draw (0,0) to [short, o-o] (6,0);

\draw (0,2) to [inductor=$L_1$, o-] (3,2) to [inductor=$L_2$, -o] (6,2) ;

\draw (3,2) to [inductor=$L_m$, -] (3,0);

%\draw (6,2) to [short, o-o] (6,0);

\end{circuitikz}
\end{document}

画好一个电路图,不想保存成pdf,怎么保存成图片?

2 回答2

0
请用代码块贴代码,网站编辑器提供了这个功能。 拿 pdf 转成其他格式呗。
0
[使用pdftocairo工具将pdf文件转换为png图像](https://wenda.latexstudio.net/article-5056.html "使用pdftocairo工具将pdf文件转换为png图像") 多检索

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。