我是 LaTeX 的初学者,一位老师提醒我注意这个问题。我一直使用 TeXstudio 作为编辑器,并搭配 PdfTeX 编译器。
基本上,当她(我的老师)在 Acrobat Reader 上打开文档时,她可以在前 11 页添加评论,然后 Acrobat Reader 在第 12 页开始崩溃。我真的不知道这是怎么回事,但她说这只发生在我的文档上(我是班上唯一使用 LaTeX 的人)。
我不确定问题是什么,我目前正在使用以下内容:
%Formattting
\documentclass[12pt,a4paper]{article}
\usepackage{setspace}
\doublespacing
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{float}
%Mathematics
\usepackage[]{geometry}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{gensymb}
\usepackage{upgreek}
%Citations
%\usepackage{cite}
\usepackage[backend=bibtex,style=verbose-trad2]{biblatex}
\usepackage{caption}
\newcommand{\source}[1]{\caption*{Source: {#1}} }
\newcommand{\figref}[1]{Fig. \ref{#1}}
\bibliography{PhysicsIA}
%Other
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
我知道我有几个多余的包 - 我只是在所有学校论文的文档之间复制粘贴标题(都是相同的格式)。