-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagenda.tex
executable file
·154 lines (119 loc) · 4.91 KB
/
agenda.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Stylish Article
% LaTeX Template
% Version 2.2 (2020-10-22)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Mathias Legrand ([email protected])
% With extensive modifications by:
% Vel ([email protected])
%
% Changelog (svenwinkelmann):
% - color schema
% - single column, conference agenda
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[fleqn,11pt,onecolumn]{SelfArxOneCol} % Document font size and equations flushed left
\usepackage[german]{babel} % Specify a different language here - english by default
\usepackage{lipsum} % Required to insert dummy text. To be removed otherwise
%----------------------------------------------------------------------------------------
% COLUMNS
%----------------------------------------------------------------------------------------
\setlength{\columnsep}{0.55cm} % Distance between the two columns of text
\setlength{\fboxrule}{0.0pt} % Width of the border around the abstract
%----------------------------------------------------------------------------------------
% COLORS
%----------------------------------------------------------------------------------------
\definecolor{color1}{RGB}{199,36,38} % Color of the article title and sections
\definecolor{color2}{RGB}{255,255,255} % Color of the boxes behind the abstract and headings
%----------------------------------------------------------------------------------------
% HYPERLINKS
%----------------------------------------------------------------------------------------
\usepackage{hyperref} % Required for hyperlinks
\hypersetup{
colorlinks,
breaklinks=true,
urlcolor=color1,
citecolor=color1,
linkcolor=color1,
bookmarksopen=false,
pdftitle={Title},
pdfauthor={Author},
}
%----------------------------------------------------------------------------------------
% Packages
%----------------------------------------------------------------------------------------
\usepackage{tabularx}
\usepackage{xcolor,colortbl}
%----------------------------------------------------------------------------------------
% ARTICLE INFORMATION
%----------------------------------------------------------------------------------------
\JournalInfo{BME, WiSe2022/23} % Journal information
\Archive{} % Additional notes (e.g. copyright, DOI, review/research article)
\PaperTitle{Trends in Media Engineering: Agenda\\XX.XX.XXXX, X Uhr in BXX} % Article title
\Authors{Gruppe XXX, TH Nürnberg Georg Simon Ohm} % Authors
\Keywords{} % Keywords - if you don't want any simply remove all the text between the curly brackets
\newcommand{\keywordname}{Keywords} % Defines the keywords heading name
%----------------------------------------------------------------------------------------
% ABSTRACT
%----------------------------------------------------------------------------------------
\Abstract{Short Introduction}
%----------------------------------------------------------------------------------------
\begin{document}
\renewcommand{\abstractname}{} % Defines the abstract heading name
\maketitle % Output the title and abstract box
\thispagestyle{empty} % Removes page numbering from the first page
%----------------------------------------------------------------------------------------
% ARTICLE CONTENTS
%----------------------------------------------------------------------------------------
\renewcommand{\arraystretch}{2}
\begin{table}[hbt]
\centering
\sffamily
\begin{tabularx}{\textwidth}{|l|l|X|}
\hline
09:00 - 09:15 & Name & Topic \\
\hline
09:15 - 09:45 & Name & Topic \\
\hline
09:45 - 10:15 & Name & Topic \\
\hline
10:15 - 10:45 & Name & Topic \\
\hline
\cellcolor{color1!15}10:45 - 11:00 & \multicolumn{2}{|c|}{\cellcolor{color1!15}Kaffeepause} \\
\hline
11:00 - 11:30 & Name & Topic \\
\hline
11:30 - 12:00 & Name & Topic \\
\hline
\cellcolor{color1!15}12:00 - 13:00 & \multicolumn{2}{|c|}{\cellcolor{color1!15}Mittagspause} \\
\hline
13:00 - 13:30 & Name & Topic \\
\hline
13:30 - 14:00 & Name & Topic \\
\hline
14:30 - 15:00 & Name & Topic \\
\hline
15:00 - 15:30 & Name & Topic \\
\hline
\cellcolor{color1!15}15:30 - XX & \multicolumn{2}{|c|}{\cellcolor{color1!15}Abschluss}\\
\hline
\end{tabularx}
\end{table}
%----------------------------------------------------------------------------------------
% REFERENCE LIST
%----------------------------------------------------------------------------------------
%\phantomsection
%\bibliographystyle{unsrt}
%\bibliography{sample.bib}
%----------------------------------------------------------------------------------------
\end{document}