Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Math accents not placed correctly with tudscrfonts and accents package #54

Open
baloe opened this issue Feb 3, 2021 · 3 comments
Open

Comments

@baloe
Copy link

baloe commented Feb 3, 2021

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}

\usepackage{amsmath}
\usepackage{mathtools} % fixes some stuff of amsmath
\usepackage{bm}
\usepackage{accents}

%\usepackage[cdmath=false,cdfont=heavy]{tudscrfonts}

\begin{document}

$
      \tilde{f} 
\quad \bm{ { \tilde{f} } }
$

\end{document}

With the accents package:

This is without the tudscrfonts package loaded, just like in the MWE above:
without tudscrfonts, with accents

This is with tudscrfonts loaded (by uncommenting the corresponding line above):
with tudscrfonts, with accents

Without the accents package:

Here the positioning is only subtly affected by tudscrfonts noticeable only when observing the pdf file update.

without the tudscrfonts package:
without tudscrfonts, without accents

with the tudscrfonts package:
with tudscrfonts, without accents

@baloe baloe changed the title Math accents not placed correctly with tudscrfonts Math accents not placed correctly with tudscrfonts and accents package Feb 3, 2021
@mrpiggi
Copy link
Member

mrpiggi commented Feb 3, 2021

Dealing with all the font stuff, especially with math alphabets is really a torture. Do you have a real need for package accents and so an urgent issue or is this only for information. In the latter case, I will have a look for the next main release.

@baloe
Copy link
Author

baloe commented Feb 3, 2021

No, it's not very urgent, plus egreg pointed out another way of setting the accents that I need without loading the accents package.
Provided that the accents package was last updated in 2006 it may be advisable to avoid it anyway.

@mrpiggi mrpiggi added this to the v2.07 milestone Feb 3, 2021
@mrpiggi
Copy link
Member

mrpiggi commented Dec 14, 2023

see also #62

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants