Here is a minimal example :
Code: Select all
\documentclass[xcolor=table, aspectratio=169, compress]{beamer}
\usetheme{Dresden}
\useoutertheme{miniframes}
\usepackage{amsmath}
\usepackage{tikz}
\begin{document}
\section{Section 1}
\subsection{Subsection 1.1}
\subsubsection{Subsection 1.1.1}
\begin{frame}\end{frame}
\subsubsection{Subsection 1.1.2}
\begin{frame}\end{frame}
\subsubsection{Subsection 1.1.3}
\begin{frame}\end{frame}
\subsection{Subsection 1.2}
\subsubsection{Subsection 1.2.1}
\begin{frame}\end{frame}
\subsubsection{Subsection 1.2.2}
\begin{frame}\end{frame}
\subsection{Subsection 1.3}
\subsubsection{Subsection 1.3.1}
\begin{frame}\end{frame}
\subsubsection{Subsection 1.3.2}
\begin{frame}\end{frame}
\section{Section 2}
\subsection{Subsection 2.1}
\subsubsection{Subsection 2.1.1}
\begin{frame}\end{frame}
\subsubsection{Subsection 2.1.2}
\begin{frame}\end{frame}
\subsubsection{Subsection 2.1.3}
\begin{frame}\end{frame}
\subsection{Subsection 2.2}
\subsubsection{Subsection 2.2.1}
\begin{frame}\end{frame}
\subsubsection{Subsection 2.2.2}
\begin{frame}\end{frame}
\subsubsection{Subsection 2.2.3}
\begin{frame}\end{frame}
\end{document}
I want to add a smaller space between the bullets of different subsections, in order that :
Code: Select all
ooooooo oooooo
Code: Select all
ooo oo oo ooo ooo
Thanks !