From 59e4cdd6f89c558f7f6bf5908626d8352037b044 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 18 Feb 2019 08:54:46 +0100
Subject: [PATCH] Update toc for Proc

---
 proceedings/templates/proceedings/proceedings_toc.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/proceedings/templates/proceedings/proceedings_toc.html b/proceedings/templates/proceedings/proceedings_toc.html
index a9a8645a4..549ac5585 100644
--- a/proceedings/templates/proceedings/proceedings_toc.html
+++ b/proceedings/templates/proceedings/proceedings_toc.html
@@ -1,7 +1,8 @@
 <pre>
-\begin{itemize}
+\begin{tabular}{l r}
 {% for pub in proceedings.issue.publications.all|dictsort:"paper_nr" %}
-\item {{ pub.author_list }}, {\it {{ pub.title }} }, {{ pub.paper_nr }}
+{{ pub.title }} & {{ pub.paper_nr }} \\
+\textit{by {{ pub.author_list }} } \\ \\
 {% endfor %}
-\end{itemize}
+\end{tabular}
 </pre>
-- 
GitLab