ulyngs / oxforddown

Template for writing an Oxford University thesis in R Markdown; uses the OxThesis LaTeX template and was inspired by thesisdown.
https://ulyngs.github.io/oxforddown/
MIT License
220 stars 81 forks source link

polish letters #67

Closed agamat closed 2 months ago

agamat commented 1 year ago

Hi,

I would like to use polish letters, but they are not printed in pdf (1 exception is printed : letter "ó")

Is there any possibility to fix it?

thanks and regards

ulyngs commented 1 year ago

Try adding \usepackage{polski} to templates/template.tex, for example under line 33 where it says "%%%%% ADDING LATEX PACKAGES"

If that doesn't do the trick on its own, google "latex polish letters" and see what packages are required to get special characters in polish to show up!

agamat commented 1 year ago

thank you, \usepackage{polski} does not help I tried few other options.. not there yet .. tbc...

ulyngs commented 1 year ago

Let me know if you find a solution!

ulyngs commented 1 year ago

@agamat can you give me a minimally reproducible example, then I can look into this?

agamat commented 2 months ago

hi, thank you for being interested :), sorry for not coming back earlier, I already wrote the thesis in pl (not using oxforddown), now I am writing in eng with oxforddown and have another question/issue (I start new one)