Reputation: 21
The following LaTeX code gives me a completely broken pdf file, where words are totally random broken.
\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}
The words are fixed again, if I use one of the beamer templates. But I don't want to use one of them.
Upvotes: 1
Views: 133
Reputation: 21
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.
Upvotes: 1