commit 893fed97bca5fbaf19d8a76ca1a3ef676e809b07
parent 351b82403edd44c89f86999a420f76695401700f
Author: Tanja Lange <tanja@hyperelliptic.org>
Date: Thu, 23 Jan 2025 00:30:00 +0100
moingl ocation of defining \ifanoymous so that it is available everywhere
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/usenix-security-2025/paper/donau-paper.tex b/doc/usenix-security-2025/paper/donau-paper.tex
@@ -9,6 +9,9 @@
\documentclass[letterpaper,twocolumn,10pt]{article}
\usepackage{usenix-2020-09}
+\newif\ifanonymous
+\anonymoustrue
+
\usepackage{xcolor}
\usepackage{amsmath}
\usepackage{amsthm}
diff --git a/doc/usenix-security-2025/paper/implementation2.tex b/doc/usenix-security-2025/paper/implementation2.tex
@@ -1,6 +1,3 @@
-\newif\ifanonymous
-\anonymoustrue
-
\section{Implementation}\label{implementation}
This section describes the current implementation of the Donau server