I’ve posted the source code for my presentation LaTeX: More Than Just Academic Papers and Theses as an example on Overleaf.
Enjoy!
It’s been great writing on Blogger.com, but we’ve decided to move to a new platform, thanks to some valuable help from a great, great friend...
I’ve posted the source code for my presentation LaTeX: More Than Just Academic Papers and Theses as an example on Overleaf.
Enjoy!





\pause and \item<+-> in my Beamer presentations, to present information piecewise. (I’m aware that some people disapproves this.) (By the way, the Manhattan theme is a Keynote lookalike.)


beamer and trans modes; and that it should use some mostly-white theme as well, as placing the slides 4-up on an A4 paper in handout mode (code lifted from the Beamer manual).pdflatex while activating the handout mode then gives me this output:
wuerzburg (scroll down to “LaTeX Beamer Themes”), created by Christian Gogolin.


.sty files for more options.









\begin{frame}
\frametitle{Portable Object (PO) files}
\begin{block}{Nature}
\begin{itemize}
\item It's a raw, untranslated file
\item Created automatically using gettext package
\item Ready to be translated
\end{itemize}
\end{block}
\end{frame}

\begin{frame}produce this :
\subsection{gettext}
\frametitle{gettext}
\begin{alertblock}{gettext in short}
\begin{itemize}
\item Part of GNU packages
\item Enables internationalization of software
\item Enables the creation of Portable Object (PO) file
\end{itemize}
\end{alertblock}
\begin{center}
\alert{\emph{Portable Object?}}
\end{center}
\end{frame}

\begin{frame}
\frametitle{Machine Object (MO) files}
\begin{exampleblock}{Description}
\begin{itemize}
\item \alert {Compiled file}, derived from PO
\item It's a binary, thus \emph{machine readable}
\end{itemize}
\end{exampleblock}
\end{frame}

