diff options
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 |