Fonts & Character Setsbeamer, lmodern and \dot

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
pizzocaro
Posts: 13
Joined: Mon Jun 14, 2010 2:26 pm

beamer, lmodern and \dot

Post by pizzocaro »

Hi all.

I am writing a presentation with beamer where a lot of dotted y appears.

Code: Select all

$\dot{y}$


However while using the Latin Modern package, the dots are awfully placed.
See MWE:

Code: Select all

\documentclass[hyperref={pdfpagelabels=false}]{beamer}

\usepackage[english]{babel}

\usepackage{lmodern}
\usepackage[T1]{fontenc}

\usefonttheme{serif} 

\begin{document}
\begin{frame}
\[\dot{y} = \ddot{y} = \dddot{y}\]
\end{frame}
\end{document}
The problem happens only with beamer.
The problem is there also with sans-serif fonts (but it is more striking with the serif one).
The package amsmath does not help.
Removing lmodern solve the problem but I get font errors.

Do you have any suggestions? Thanks!

Marco

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply