Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
1287 views
unlisted
1
\documentclass{stage}
2
3
\usepackage[T1]{fontenc}
4
\usepackage[utf8]{inputenc}
5
\usepackage{lmodern}
6
7
\usepackage{hyperref}
8
9
\title{Creating a Stage Play with \texttt{stageplay}}
10
\author{Name of Author}
11
12
13
\begin{document}
14
\maketitle
15
16
\address{Address}
17
18
19
\addcharacter{Peter}{description}
20
\addcharacter{Nobody}{Hello}
21
22
23
\act
24
25
\dialog{character}{speech}
26
27
28
29
30
\end{document}
31
32