\documentclass[11pt,a4paper]{report}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\author{atchi}
\begin{document}
\begin{tikzpicture}
\draw (-6,0)--(0,6);
\end{tikzpicture}
\end{document}
如何修复此错误:
LaTeX 错误:
tikz.sty
未找到文件。
答案1
答案2
使用较新版本的 Miktex 和 Latex 软件包时,此类错误时有发生,虽然有一些不错的解决方案,但通常重新安装 Miktex 是最省时的。(我的意思是全新安装最新的 MiKTeX 版本。)更不用说它通常是由 Miktex 中的错误引起的,然后您要寻找的是一种可能有效也可能无效的解决方法。
祝你好运!