-
Notifications
You must be signed in to change notification settings - Fork 55
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
Unicode :-( #447
Unicode :-( #447
Conversation
I see
in the logs - we are running a 9 year old version of TeX Live. I'll check if my version of |
Yup - it looks like this works for both of us with newer versions of tex live. |
Let's not agonize over it and just spell it like a regular "A". The list isn't an attempt to get everything unambiguously right, but instead to help people find out about (and find) papers on specific topics, and they will be able to do that with or without the bar over the A. |
c845f1f
to
235bfb7
Compare
Can I again advocate for a "good enough" solution as mentioned above? |
Ping? |
I've added the actual article in #492. This PR now only changes the character in question. We might run into other problems caused by old Latex versions in the future, so I would vote for leaving it open until the Docker image got an update. Alternatively, we can let github-actions perform the Latex check, or do we use the generated pdf for something else? |
I can update the image at some point. I am in the process of moving and updating the Jenkins server, but updating the main system is of course of higher priority for me. |
Folks, we're talking about replacing an 'a' for an 'a' and you're proposing a solution that is going to cost you an hour of work for something that makes nobody's lives easier. You're making this more difficult than necessary! |
The discussion moved away from the original topic of this PR towards the question how to maintain the CI of the publication list. Moving to github actions would enable us all to contribute to its maintenance and it would put work off @tjhei as in setting up the docker images. Of course, we could also leave it as is and follow the mantra to never change a running system to save our time. |
Build passes now. |
See also #443 (comment)
The TeX distribution on the CI does not like the Ā character, which we set with
\=A
.I don't encounter this problem on my machine when running make latex.
Is it time to update the CI? Alternatively, I can turn the character into A without the bar.