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 mode and greek letters are not bold in text (found place in class which causes it, but removing it might have secondary effect) #236

Open
TorkelE opened this issue Jun 27, 2022 · 0 comments

Comments

@TorkelE
Copy link

TorkelE commented Jun 27, 2022

Basically, I am unable to get bold text in titles or when using \textbf{} when the characters are greek letters or math mode stuff.

A mwe: I replace the "thesis.text" file with:

\documentclass[times]{Classes/PhDThesisPSnPDF}
\usepackage{textgreek}

\begin{document}

\section*{Title with $2$ and 2 and \textsigma{} and $\tau$}
Non bold \textsigma{} \textbf{and bold \textsigma{}}\\
Non bold $\tau$ \textbf{and bold \texttau{}\\}
Non bold $2$ \textbf{and bold 2\\}

\end{document}

and the output becomes:
image

If I got into the "Classes/PhDThesisPSnPDF.cls" file, and find this section:
image
and comment out the 44th line:
image
Then I can restore the bold characters:
image
(well, not all those in the title, but I got a part there)
But the font get changed a bit.

I am not very good (at all) with LaTeX structure, but maybe this can help with figuring out what is going on, and how to fix it?

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