Tikzposter 图像不显示

Tikzposter 图像不显示

当我编译时,插入到我的 tikzposter 文档中的图像(.jpg 和 .png)不会显示 - 我只是得到一个带有图像路径的框。它看起来像这样:

在此处输入图片描述

类似问题的现有答案(为啥图片没有插入?图像不显示PDF 中不显示图像) 对我来说不起作用。

这些图像之前确实显示在该文档中,我不知道该怎么做才能阻止它们出现。

我尝试单独注释掉大部分序言行,但没有成功。

任何帮助将不胜感激。

这是我的 MWE:

\documentclass[25pt, a1paper, landscape]{tikzposter}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}


\title{Title}
\author{Name}
\date{\today}
\institute{Institution}

\usepackage{blindtext}
\usepackage{comment}
\usetheme{Basic}


\begin{document}

\maketitle

\begin{columns}

\column{0.33}
\block{Column 1}{

\begin{tikzfigure}[Test\label{here}]
\includegraphics[width=0.33\colwidth]{images/Test.png}
\end{tikzfigure}

 }

\end{columns}

\end{document}

答案1

答案如上所述。通过将所有代码和图像文件移动到新的 Sharelatex“项目”解决了这个问题。我认为这是 Sharelatex 的一个错误,所以我会相应地报告它。

相关内容