summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex
index 37c01c0bb43..535562600f7 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex
+++ b/Master/texmf-dist/doc/latex/beamer/beamerug-compatibility.tex
@@ -79,10 +79,10 @@ When using certain packages or classes together with the |beamer| class, extra o
If you wish to emulate the |foils| class using \beamer, please see Section~\ref{section-foiltex}.
\end{class}
-\begin{package}{{fontenc}|[|\declare{|T1,EU1,EU2|}|]|}
- Use the |T1| option \emph{only} with fonts that have outline fonts available in the T1 encoding like |times| or the |lmodern| fonts. In a standard installation standard Computer Modern fonts (the fonts Donald Knuth originally designed and which are used by default) are \emph{not} available in the T1 encoding. Using this option with them will result in very poor rendering of your presentation when viewed with \pdf\ viewer applications like Acrobat, |xpdf|, |evince| or |okular|. To use the Computer Modern fonts with the T1 encoding, use the package |lmodern|. See also Section~\ref{section-font-encoding}. This applies both to |latex|+|dvips| and |pdflatex|
+\begin{package}{{fontenc}|[|\declare{|T1,TU|}|]|}
+ Use the |T1| option \emph{only} with fonts that have outline fonts available in the T1 encoding like |times| or the |lmodern| fonts. In a standard installation standard Computer Modern fonts (the fonts Donald Knuth originally designed and which are used by default) are \emph{not} available in the T1 encoding. Using this option with them will result in very poor rendering of your presentation when viewed with \pdf\ viewer applications like Acrobat, |xpdf|, |evince| or |okular|. To use the Computer Modern fonts with the T1 encoding, make sure you have installed |cm-super| package in your \TeX\ distribution, or use Latin Modern fonts provided by |lmorden| instead. See also Section~\ref{section-font-encoding}. This applies both to |latex|+|dvips| and |pdflatex|.
- Use the |EU1| option with |xelatex|, and |EU2| option with |lualatex|. Note that |xelatex| and |luatex| support OpenType fonts, and font encodings work very different compared to |pdflatex|. Again, see Section~\ref{section-font-encoding} for more information.
+ The newest version of \LaTeXe\ kernel has introduced TU encoding for |xelatex| and |lualatex|. Note that |xelatex| and |lualatex| support OpenType fonts, and font encodings work very different compared to |pdflatex|. Again, see Section~\ref{section-font-encoding} for more information.
\end{package}
\begin{package}{{fourier}}
@@ -168,7 +168,13 @@ When using certain packages or classes together with the |beamer| class, extra o
\begin{package}{{paralist}}
\beamernote
- \beamer\ automatically patches list-related commands using |beamerpatchparalist| package at the beginning of document.
+ \beamer\ automatically patches list-related commands using |beamerpatchparalist| package at the beginning of document. Besides, \beamer\ also supports using |compactitem| and |compactenum| environments with overlays, just like the usage of |enumerate| environments:
+\begin{verbatim}
+\begin{compactitem}[<+->][$\bullet$]
+ \item Alpha
+ \item Bravo
+\end{compactitem}
+\end{verbatim}
\end{package}
\begin{package}{{pdfpages}}