\AtBeginSubsection[]
{
\mode<beamer>{
\addtocounter{framenumber}{-1}
\begin{frame}
\frametitle{Section}
\tableofcontents[currentsection,currentsubsection,subsubsectionstyle=show/show/shaded/shaded]
\end{frame} }
}
\renewcommand\mathfamilydefault{\rmdefault}
For those who don't like the beamer math font.
To change from icons to text:
\setbeamertemplate{bibliography item}[text]
To change the color of the references:
\setbeamercolor{bibliography item}{fg=black,bg=blanc}
\setbeamercolor{bibliography entry title}{fg=black,bg=blanc}
\setbeamercolor{bibliography entry author}{fg=black,bg=blanc}
$ pdfnup --nup 2x2 --frame false --noautoscale false --landscape --delta "0.2cm 0.3cm" --scale 1 SOURCE.pdf --outfile TARGET.pdf
To tell LaTeX where to find image:
\graphicspath{ {images_folder/}{/path/to/other/folder/}{/path/to/other/folder2/} }
Idea: automatically get quotation according to the language.
First import the package:
\usepackage[babel=true]{csquotes}
Then, instead of standard quotation use:
A superb quote: \enquote{This superb quote subquotes: \enquote{nice
isn't it ?}}
Force latex mode and flyspell:
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% flyspell-mode: 't'
%%% End:
Force flyspell language:
%%% Local Variables:
%%% ispell-local-dictionary: "french"
%%% End:
To set the margin:
\addtolength{\leftmargini}{2.5em}
inkscape -f crappy.pdf -T --export-pdf=awesome.pdf