summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/talk/talkdoc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/talk/talkdoc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/talk/talkdoc.tex22
1 files changed, 13 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/talk/talkdoc.tex b/Master/texmf-dist/doc/latex/talk/talkdoc.tex
index c65febc0800..4fd0b1aa7b6 100644
--- a/Master/texmf-dist/doc/latex/talk/talkdoc.tex
+++ b/Master/texmf-dist/doc/latex/talk/talkdoc.tex
@@ -255,26 +255,28 @@ where \var{color-command} is one of the commands listed in
Like the |article| class, \pkg{talk} allows you to specify the title, author
and date of your talk with the commands
\begin{quote}
- |\title{|\var{title}|}|\\
- |\author{|\var{author}|}|\\
+ |\title[|\var{short-title}|]{|\var{title}|}|\\
+ |\author[|\var{short-author}|]{|\var{author}|}|\\
|\date{|\var{date}|}|
\end{quote}
-However, individual style packages may define addtitional commands, that allow
-you to specify additional information like institute, logo, place where the talk
-was given etc.
+In what context the short versions \var{short-title} and \var{short-author} are
+used depends on the style package. The \pkg{sidebars} package displays
+\var{short-title} and \var{short-author} in the side bar. Other style packages
+may also define addtitional commands, that allow you to specify additional
+information like institute, logo, place where the talk was given etc.
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection{Environments}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
-The \pkg{talk} class defines three environments: |slide|, |multislide| and |notes|.
-All typeset material in your talk should be enclosed in one of these
+The \pkg{talk} class defines three environments: |slide|, |multislide| and
+|notes|. All typeset material in your talk should be enclosed in one of these
environments.
\DescribeMacro{slide}
-The |slide| environment is the most important environment in the \pkg{talk} class.
-It allows you to typeset the contents of your slides. Its syntax is:
+The |slide| environment is the most important environment in the \pkg{talk}
+class. It allows you to typeset the contents of your slides. Its syntax is:
\begin{quote}
|\begin{slide}[|\var{style-name}|]{|\var{slide-title}|}|\\
| |\txt{(slide body)}\\ |\end{slide}|
@@ -589,7 +591,9 @@ contents:
the slide number in a |slide| environment and the slide and subslide number
in a |multislide| environment.
\item[\ccmd{title}] Title of the presentation.
+ \item[\ccmd{shorttitle}] Short version of the title.
\item[\ccmd{author}] Author of the presentation.
+ \item[\ccmd{shortauthor}] Short version of the author.
\item[\ccmd{date}] Date specified with the |\date| command (|\today| by
default).
\item[\ccmd{tableofcontents}] Prints the table of contents. See the next