eyalroz / technion-iit-thesis

A class for Technion IIT PhD/Masters theses - with a sample thesis using it
36 stars 41 forks source link

[Overleaf] Issue with bibliography #59

Open natanhoffmann opened 2 weeks ago

natanhoffmann commented 2 weeks ago

When using the Overleaf template, sources in the bibliography do not format correctly. For some reason, the period after the year comes before the year:

Screenshot 2024-06-21 at 18 15 30

natanhoffmann commented 2 weeks ago

My intuition tells me this has something to do with the rendering of Hebrew in the template. I notice that if I use a number like 5.92, it renders in the PDF as 92.5. There is a workaround for this: place them in $$ --> $5.92.

But I am also noticing this issue with \begin{enumerate}. It formats such that the period is placed before the number: Screenshot 2024-06-21 at 18 34 49

eyalroz commented 2 weeks ago

Do you see this with the current version of the thesis template, on a local machine? Otherwise, please provide exact reproduction details, as I think there is more than one version of the thesis template floating around on Overleaf, and one can use different versions of TeXLive.

natanhoffmann commented 2 weeks ago

I think I figured it out! My mistake. I saw in the README that XeLateX must be used. But I did not notice that the TeX Live version should be 2018. It seems in Overleaf this was 2016 by default!