简体   繁体   English

LaTeX beamer 类:单词完全断了

[英]LaTeX beamer class: Words are completely broken

The following LaTeX code gives me a completely broken pdf file, where words are totally random broken.下面的 LaTeX 代码给了我一个完全损坏的 pdf 文件,其中的单词是完全随机损坏的。

\documentclass[12pt,xcolor=dvipsnames]{beamer}
\setbeamertemplate{navigation symbols}{}

%\usepackage{beamerthemeshadow}

\usepackage[german]{babel}
\usepackage[utf8]{inputenc}

%beamer settings:
\setbeamertemplate{navigation symbols}{}
%\beamertemplatenavigationsymbolsempty

\title{Homomorphic Encryption - Paillier Encryption}
\date{21.06.2022}
\author{Name 1\\Name 2}

\begin{document}
\frame {
    \titlepage
}
\section{Definitionen}
\begin{frame}
\frametitle{Pre - Fully Homomorphic Encryption}
\begin{definition}[Fully Homomorphic Encryption]
% Quelle: https://cacm.acm.org/magazines/2010/3/76275-technical-perspective-a-first-glimpse-of-cryptographys-holy-grail/fulltext
Eine eine homomorphe Verschlüsselung ist eine FHE, wenn auf dem Ciphertext jedwege mathematische Operationen ausgeführt werden können.
\end{definition}
\end{frame}
\end{document}

See resulting image here在此处查看生成的图像

The words are fixed again, if I use one of the beamer templates.如果我使用其中一个投影仪模板,这些词会再次固定。 But I don't want to use one of them.但我不想使用其中之一。

The solution to my problem is the very classic problem solver: I did an update and rebooted.我的问题的解决方案是非常经典的问题解决方案:我进行了更新并重新启动。
After that the problem was fixed.之后问题就解决了。
I still don't understand why the error was there, but stumbled across a related problem.我仍然不明白为什么会出现错误,但偶然发现了一个相关问题。 There the solution also was an update.那里的解决方案也是一个更新。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM