THIS FORUM IS DEPRECATED
It will be disabled at any point in the future. Please post your discussions to any of these alternative available channels:
* GitHub Discussions: https://github.com/Zettlr/Zettlr/discussions
* Zettlr Subreddit: https://www.reddit.com/r/Zettlr
* Discord: https://discord.gg/PcfS3DM9Xj
It will be disabled at any point in the future. Please post your discussions to any of these alternative available channels:
* GitHub Discussions: https://github.com/Zettlr/Zettlr/discussions
* Zettlr Subreddit: https://www.reddit.com/r/Zettlr
* Discord: https://discord.gg/PcfS3DM9Xj
Export -> PDF. Font name problem
I try to export a note in PDF format. That fails. The font set by default is not on my computer (Ubuntu).
So, I've tried another font set: Noto serif and Noto sans. Now I have an error: the font name contains a space (' '). The problem is that most fonts available on my machine (getting LaTeX installed added a lot of them) contains 2 or 3 words.
Comments
I think this problem can be fixed by simply surrounding the font names with quotes.
I’ve tried ‘Noto sans’ and ‘Noto serif’ without any success.
I’ll try with “double quotes”