diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-28 23:42:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-28 23:42:33 +0000 |
commit | 245a543c69cd4f9fd8a39137053f554738fa5941 (patch) | |
tree | 0712ab03207db66d94548b2f90517c4f3a484ceb /Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex | |
parent | cbacacfcd4827d9cad12656a2b37666975770269 (diff) |
beamer2thesis (28oct11)
git-svn-id: svn://tug.org/texlive/trunk@24429 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex index 153c53559f3..964ebe8f749 100644 --- a/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex +++ b/Master/texmf-dist/doc/latex/beamer2thesis/content_initial.tex @@ -179,6 +179,16 @@ do not be afraid and compile a second time: it will work!! \end{itemize} \end{frame} +\begin{frame}[t,fragile]{Coding} +To avoid forcing an user to use the \verb!utf8x! coding, this release fix the bug by introducing the \highlight{coding} option; possible choices you can exploit are: +\begin{itemize} +\item \verb!coding=utf8x! (default) +\item \verb!coding=utf8! +\item \verb!coding=latin1! +\end{itemize} +An important advise: the program does not check which string you put in input; it is your matter select the right coding to satisfy requeriments of your system. +\end{frame} + \begin{frame}[t,fragile]{Second logo} \begin{itemize} \item If, for some reasons, someone needs a second logo (a thesis performed in another institute for example) an option allows you to put it in the title page |