Page LayoutIncrease spaces between sections in ToC (Beamer)

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
caheo1294
Posts: 10
Joined: Wed Aug 18, 2021 2:10 am

Increase spaces between sections in ToC (Beamer)

Post by caheo1294 »

Hi everyone,

I am using Beamer to prepare my slides for my presentation. I would like to increase the space between sections in the ToC only. Does any one know how to do it? I have been looking for the answers so far but they are all ask to reduce the space, not increase the space. Here are my example codes:

Code: Select all

Code, edit and compile here:
\documentclass[compress,12pt]{beamer}
\usepackage{amsmath,amssymb}
\usecolortheme[RGB={0,0,205}]{structure}
\usepackage{color, colortbl, graphics, graphicx}
\usepackage{pgfarrows,pgfnodes}
\usepackage{url}
\usepackage{textcomp}
\usepackage[vcentermath]{youngtab}
\usepackage{pgf}
\usepackage{bbm}
\usepackage[flushleft]{threeparttable}
\usepackage{xcolor}
\usepackage{color}
\usepackage{amsthm}
\usepackage{mathrsfs}
\usepackage{rotating}
\usepackage{geometry}
\usepackage{lscape}
\usepackage{subfig}
\usepackage{tikz}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{array}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{ragged2e} \usepackage[authoryear]{natbib}
\hypersetup{
colorlinks,%
citecolor=blue,%
filecolor=red,%
linkcolor=black,%
urlcolor=black
}
\renewcommand<>{\hl}[1]{\only#2{\beameroriginal{\hl}}{#1}}
\newcommand{\hilight}[1]{\colorbox{yellow}{#1}}
\newtheorem{conjecture}{Conjecture}[section]
\newtheorem{remark}{Remark}[section]
\newtheorem{findings}{Findings}[section]
\newtheorem{methodology}{Methodology}[section]
\newtheorem{simulation}{Simulation design}[section]
\newtheorem{puzzles}{Puzzles}[section]
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thank you for your help. Stay safe.
Last edited by caheo1294 on Sun Aug 22, 2021 7:56 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Increase spaces between sections in ToC (Beamer)

Post by Ijon Tichy »

The entries in the ToC are paragraphs. So you could, e.g., add \setlength{\parskip}{2ex} before \tableofcontents to increase all vertical spaces in the ToC frame.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
caheo1294
Posts: 10
Joined: Wed Aug 18, 2021 2:10 am

Increase spaces between sections in ToC (Beamer)

Post by caheo1294 »

it worksss! Thank you!!
Post Reply