-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.tex
61 lines (58 loc) · 2.07 KB
/
example.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
% Created 2021-09-29 Wed 17:23
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\newcommand{\minuteslanguage}{english}
\input{org-fm-latex-style-plain.tex}
\chair{Sue Parker}
\event{Some event}
\place{Some place}
\drafttext{DRAFT of \the\day.\the\month.\the\year \currenttime}
\participants{\begin{itemize}\item[{$\boxtimes$}] John Doe\item[{$\boxtimes$}] Kim Miller\item[{$\boxtimes$}] Susan Parker\item[{$\square$}] Peter Smith\item[{$\boxtimes$}] Alexandra West\end{itemize}}
\author{John Doe}
\date{03.06.2020, 12:15--13:45}
\title{Minutes}
\hypersetup{
pdfauthor={John Doe},
pdftitle={Minutes},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 27.1 (Org mode 9.4.6)},
pdflang={English}}
\begin{document}
\maketitle
\tableofcontents
\section{\texorpdfstring{\InformationTagTOPMargin{John, Miller, Sue, Pete}}{}A first TOP}
\label{sec:orge8e7c9c}
\begin{itemize}
\item \ActionTag{Sue}{::} \ActionTagMargin{Sue}Something to do.
\item \ActionTag{}{::} \ActionTagMargin{}Again something to do.
\item \EntscheidungTag{}{::} \EntscheidungTagMargin{ }Decision made
\end{itemize}
\section{A second TOP}
\label{sec:org20ad65b}
\begin{itemize}
\item \ClearedTag{Alexandra}{::} \ClearedTagMargin{ Alexandra}Cleared item
\item \ClearedTag{}{::} \ClearedTagMargin{ }Another cleared item
\item \ConsultationTag{}{::} \ConsultationTagMargin{ }Consultation \OpenQuestion{Open question regarding minutes}
\begin{itemize}
\item \NoTag{Sue}{::}Sue's idea
\item \NoTag{Miller}{::}Kim's question
\end{itemize}
\item \NoteTag{\textit{[2020-06-03 Wed 10:39]}}{}{::}This is a note. Outside the protocol or added later (with timestamp).
\item The expansion of abbreviations can be escaped with \#{}\#: JD
\item Inline comments can be included like this: \Comment{This is an inline comment.}
\end{itemize}
\end{document}