我下载了tikzscale.zip
来自CTAN。我从中提取了以下文件tikzscale.zip
:
3Dplot.tikz
README
histogramNormal.tikz
linewidth.tikz
pgfplots-test.tikz
pgfplots.randn.dat
test-tikzscale.pdf
test-tikzscale.tex
testNode.tikz
testRectangle.tikz
testgraphic2D.tikz
tikzscale.dtx
tikzscale.ins
tikzscale.pdf
我把以上所有文件放在与我的主要 tex 文件相同的文件夹中:main.tex
。的最小工作环境main.tex
如下。
\documentclass[journal,twoside]{IEEEtran}
\usepackage{amssymb,amsmath,mathrsfs,bm,graphicx,color,cite,subfigure}
\usepackage{tikz, pgfplots}
\pgfplotsset{compat=newest}
\pgfplotsset{plot coordinates/math parser=false}
\begin{document}
....
\end{document}
但我总是收到以下错误信息:
Latex Error: File `tikzscale.sty' not found.
我真的很困惑为什么会发生这种情况?
有人知道如何正确安装这个包吗?
谢谢