From 0bd9e57942d87255200a11935b5019723b2d3afa Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Thu, 9 May 2024 22:06:06 +0200 Subject: [PATCH] Correct warning `Token not allowed in a PDF string (Unicode): (hyperref) removing `\\'` Answer from [the Tex Stack Exchange answer 330980](https://tex.stackexchange.com/a/330980). --- documentation/slides/slides.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/slides/slides.tex b/documentation/slides/slides.tex index 2a521ae..d5ca8f6 100644 --- a/documentation/slides/slides.tex +++ b/documentation/slides/slides.tex @@ -1,5 +1,9 @@ \documentclass{beamer} +\pdfstringdefDisableCommands{% + \def\\{}% +} + \title{Robust image source identification on modern smartphones} \date{July 4, 2024} \author{Benjamin Loison\\Supervised by Quentin Bammey (Centre Borelli, ENS Paris-Saclay)}