From ecd477319aebb43d38d6925f98f9d0da29fcb90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Sat, 28 Nov 2020 00:26:11 +0100 Subject: [PATCH] Add preliminary bar info. --- bar/kontaktinfo.tex | 34 ++++++++++++++++++++++++++++++++++ bar/lyslogo2.eps | 1 + 2 files changed, 35 insertions(+) create mode 100644 bar/kontaktinfo.tex create mode 120000 bar/lyslogo2.eps diff --git a/bar/kontaktinfo.tex b/bar/kontaktinfo.tex new file mode 100644 index 0000000..9f1f12e --- /dev/null +++ b/bar/kontaktinfo.tex @@ -0,0 +1,34 @@ +\documentclass[10pt]{article} +\usepackage{graphicx} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{mathtools} +\usepackage{tgtermes} +\usepackage[T1]{fontenc} +\usepackage{wrapfig} +\usepackage{textpos} +\usepackage[top=1.5in]{geometry} + +\setlength{\parindent}{0pt} +\setlength{\parskip}{5pt} + + +\begin{document} +\pagestyle{empty} +\begin{textblock*}{7.5cm}(12.5cm, 0.4cm) + \includegraphics[width=80pt]{lyslogo2.eps} +\end{textblock*} +% \setcounter{section}{-1} +\section{Lysator} + +Den här serverhallen driftas av datorföreningen Lysator. + +\section{Kontakt} + +\begin{description} + \item[\texttt{root@lysator.liu.se}] Vid tekniska frågor + \item[\texttt{styrelse@lysator.liu.se}] Vid administrativa frågor +\end{description} + +\end{document} diff --git a/bar/lyslogo2.eps b/bar/lyslogo2.eps new file mode 120000 index 0000000..f16bafb --- /dev/null +++ b/bar/lyslogo2.eps @@ -0,0 +1 @@ +../tilde/lyslogo2.eps \ No newline at end of file -- GitLab