diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-14 00:42:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-14 00:42:28 +0000 |
commit | b8dca10d69a6937ded2ca0371f036b38c1de7722 (patch) | |
tree | 773f3700849b7648011c6b0d099b3bbfb088ff43 /Master/texmf-dist/doc/latex/talk | |
parent | e8987b1750bf8a39c0608b8a9aaacdc988910684 (diff) |
talk update
git-svn-id: svn://tug.org/texlive/trunk@1833 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/talk')
-rw-r--r-- | Master/texmf-dist/doc/latex/talk/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/talk/talkdoc.pdf | bin | 145419 -> 117210 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/talk/talkdoc.tex | 22 |
3 files changed, 20 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/talk/README b/Master/texmf-dist/doc/latex/talk/README index 28891b898c0..6c2b4923625 100644 --- a/Master/texmf-dist/doc/latex/talk/README +++ b/Master/texmf-dist/doc/latex/talk/README @@ -59,3 +59,10 @@ v. 1.0.1: - Added commands for changing colours in greybars.sty. Thus renamed greybars to sidebars. + +v. 1.0.2: + +- \title and \author commands now support short versions as optional arguments. + +- Problem with the papersize in screen mode under pdflatex fixed. + diff --git a/Master/texmf-dist/doc/latex/talk/talkdoc.pdf b/Master/texmf-dist/doc/latex/talk/talkdoc.pdf Binary files differindex 571564280c0..fda4be1bf2a 100644 --- a/Master/texmf-dist/doc/latex/talk/talkdoc.pdf +++ b/Master/texmf-dist/doc/latex/talk/talkdoc.pdf 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 |