无法加载 PDF - TexWorks

无法加载 PDF - TexWorks

我正在尝试将我的 tex 文件导出为 PDF,但无法正常工作。当我打开 TeXworks(在 pdfLaTeX 下)并点击绿色运行按钮时,它会打开一个窗口并正确显示我的 pdf。但是,当我单击文件 > 另存为并将其另存为 pdf,然后尝试在 Chrome 中打开它时,它显示“无法加载 PDF 文档”。

有谁知道这可能是什么原因造成的?

这是我删除所有个人信息后的代码:

\documentclass{article}

\usepackage{titlesec}
\usepackage{titling}
\usepackage[a4paper, top=0.8in, bottom=0.8in, left=1in, right=1in]{geometry}
\usepackage{hyperref}
\usepackage[none]{hyphenat}

\setlength\parindent{0pt}

\hypersetup{
    colorlinks=true,
    linkcolor=blue,
    filecolor=magenta,      
    urlcolor=blue,
}

\urlstyle{same}

\titleformat{\section}
{\fontsize{15}{25}\bfseries}
{}
{0em}
{}[\titlerule]

\titlespacing{\section}
{0em}{2.5em}{1.8em}

\titleformat{\subsection}
{\fontsize{10}{0}\bfseries}
{}
{0em}
{}

\titlespacing{\subsection}
{0em}{2em}{0.85em}

\renewcommand{\maketitle}{
\begin{center}
{\huge\bfseries
\theauthor}

\vspace{.4em}

[email protected] --- number
\end{center}
}

\begin{document}
\title{Resume}
\author{A B}

\maketitle

\section{Personal profile}

x

\section{Education}

\subsection{University of Example, BSc (Hons) in Computer Science\hfill A - B }

X\\[0.08in] Y:

\begin{itemize}
\item 1
\item 2
\item 3
\item 4
\item 5
\item 6
\item 7
\item 8
\end{itemize}


\subsection{School\hfill A - B}

\begin{itemize}
\item A --- B
\item A --- B
\end{itemize}

\section{Technical skills}

\subsection{A}

B

\subsection{A}

B

\subsection{A}

B

\subsection{A}

B

\subsection{A}

B

\subsection{A}

B

\subsection{A}

B

\section{A}

\subsection{X (\href{https://www.google.co.uk}{A}, \href{https://www.google.co.uk}{B}) --- x}

x

\subsection{X (\href{https://www.google.co.uk}{A}, \href{https://www.google.co.uk}{B}) --- x}

x


\end{document}

谢谢。

答案1

MiKTeX 提供的 TeXworks 有多种选项另存为,并且用户并不清楚当你“另存为” PDF您很可能使用错误的 PDF 扩展名保存了 TeX 文件!

很容易就可以看出编辑器现在正在编辑 filename.pdf!!!

将 PDF 放入外部 PDF 查看器的一个简单方法是请求打印!这是 Windows 中调用“打印为 PDF”

然而

在 Windows MiKTeX 上,它告诉我它不能并且我想在查看器中打开 PDF !!

然后我可以随意打印或保存 pdf

相关内容