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

greek text letters, e.g. \textsigma are not bold in titles and text #230

Open
TorkelE opened this issue Jan 11, 2022 · 0 comments
Open

greek text letters, e.g. \textsigma are not bold in titles and text #230

TorkelE opened this issue Jan 11, 2022 · 0 comments

Comments

@TorkelE
Copy link

TorkelE commented Jan 11, 2022

I use \usepackage{textgreek} to have greek letters in my text, however, this does not seem to be prop[erly bold in this template.

First, I create a normal document:

\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{textgreek}

\begin{document}

\section{This is a section header with a \textsigma{} in it}

\textbf{This is a bold text with a \textsigma{} in it}

\end{document}

which yields this:
image
which looks fine.

Next, I add this within the chapters of my thesis (and adding \usepackage{textgreek} to the preamble)

\section{This is a section header with a \textsigma{} in it}

\textbf{This is a bold text with a \textsigma{} in it}

the result is:
image

Here, the sigmas are not bold. I do not know why, but it makes all titles with greek letters in them slightly weird.
(I can add them to the title within $\sigma$, but that makes the sigma in mathmode style, which it shouldn't be and which the rest of the title isn't in)

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

No branches or pull requests

1 participant