过去一个月我一直在使用 TexStudio,非常喜欢这个程序。我最近处理了一份长达 20 页的手稿,其中包含 7 张图表和 4 个表格。大约几个小时前,它编译和生成 pdf 时一切正常。突然,它开始给我以下错误消息
"Process started: pdflatex -synctex=1 -interaction=nonstopmode "combreport".tex "
自从收到消息后,pdf 文件就没有生成。尽管花了半个多小时,但它仍在编译。这是一个生成的新文件“combreport.synctex.gz(busy)”
完全重启后,texstudio 需要 5 分钟以上的时间才能加载。
我尝试重新安装它,但没有用。我也尝试通过 Texmaker 运行脚本,但结果是一样的。
这就是我开始的方式
% !TXS template
\documentclass[]{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[a4paper]{geometry}
\usepackage{tikz}
\usepackage{graphicx}
\usepackage[lofdepth,lotdepth]{subfig}
\newlength\tindent
\setlength{\tindent}{\parindent}
\setlength{\parindent}{0pt}
\renewcommand{\indent}{\hspace*{\tindent}}
\newcommand{\Mypm}{\mathbin{\tikz [x=1.4ex,y=1.4ex,line width=.1ex] \draw (0.0,0) -- (1.0,0) (0.5,0.08) -- (0.5,0.92) (0.0,0.5) -- (1.0,0.5);}}%
\title{Report on Analysis of 6994}
\author{Bn Rh Ma}
\begin{document}
\maketitle
\section{Introduction}