kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
824 stars 397 forks source link

$\Omega$ is black square #261

Open sr71684 opened 1 month ago

sr71684 commented 1 month ago

When using $\Omega$ I get a black square, anyone know a pro tip to fix this?

Eg:

\pi(\bf{o}_t|\bf{a}_{t-1})_\text{RPM} \rightarrow \{\Omega_1, \Omega_x, \Omega_y, \Omega_z\}

yields:

image

I have tried:

\usepackage{amsmath}
\usepackage{amssymb}
GR8DAN commented 1 month ago

It does seem that combination is messing with \Omega. Splitting it within two sets $ symbols seems to work:

$\pi(\bf{o}_t|\bf{a}_{t-1})$$_\text{RPM} \rightarrow \{\Omega_1, \Omega_x, \Omega_y, \Omega_z\}$